You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
struct MDB_val
Generic structure used for passing keys and data in and out of the database.
Values returned from the database are valid only until a subsequent update operation,
**or the end of the transaction**. Do not modify or free them, they commonly point into the database itself.
Here, after use the transaction.the value still valid ?? !!
Before I append entry 3 ,the first entry buf is 0x5c78efb0. After append entry 3 it changes to 0x5c78bfb0
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
The text was updated successfully, but these errors were encountered: