-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
hi
when I add the third node program exit.
ERROR msg: EINVAL: invalid argument
raft server me->entries[0] will change in the log_offer handler: __raft_logentry_offer
e = mdb_txn_begin(sv->db_env, NULL, 0, &txn);
if (0 != e)
mdb_fatal(e);
e = mdb_get(txn, sv->entries, &key, &val);
switch (e)
{
case 0:
break;
default:
mdb_fatal(e);
}
ety->data.buf = val.mv_data;
ety->data.len = val.mv_size;
Metadata
Metadata
Assignees
Labels
No labels