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
I try to use FUSEE in my own project (mainly kv_insert, kv_update, kv_delete, kv_search...).
But I found that when I use kv_insert, segmentfault will occur because log_commit_addr_list is empty. log_commit_addr_list seems to be resized only in init_kv_req_ctx, but it is only called by load_seq_kv_requests and load_kv_requests.