scality / elmerfs

MIT License
96 stars 2 forks source link

Startup error with Antidote. #11

Open liaud opened 3 years ago

liaud commented 3 years ago

It seems that antidote is returning an unexpected error while we are trying to init.

thread 'main' panicked at 'driver init: Antidote(AntidoteErrResp(Unknown, "exit: {{noproc,\n           {gen_server,call,\n               [{global,\n                    \'stable_meta_dataantidote@antidote-econome-2.antidote\'},\n                {update_meta_data,[{{env,sync_log},false}],true}]}},\n       {gen_statem,call,\n           [<0.2698.0>,\n            {update_objects,\n                [{{<<1,1,0,0,0,0,0,0,0,0>>,<<0,0,0,0,0>>},\n                  antidote_crdt_map_rr,\n                  {update,\n                      [{{<<1,1,0,0,0,0,0,0,0,1>>,antidote_crdt_register_lww},\n                        {assign,<<243,77,63,96,0,0,0,0,174,100,80,29>>}},\n                       {{<<1,1,0,0,0,0,0,0,0,2>>,antidote_crdt_register_lww},\n                        {assign,<<243,77,63,96,0,0,0,0,174,100,80,29>>}},\n                       {{<<1,1,0,0,0,0,0,0,0,3>>,antidote_crdt_register_lww},\n                        {assign,<<243,77,63,96,0,0,0,0,174,100,80,29>>}},\n                       {{<<1,1,0,0,0,0,0,0,0,4>>,antidote_crdt_register_lww},\n                        {assign,<<0,0,0,0,0,0,0,0>>}},\n                       {{<<1,1,0,0,0,0,0,0,0,5>>,antidote_crdt_register_lww},\n                        {assign,<<237,1,0,0>>}},\n                       {{<<1,1,0,0,0,0,0,0,0,6>>,antidote_crdt_register_lww},\n                        {assign,<<0,0,1,0,0,0,0,0>>}},\n                       {{<<1,1,0,0,0,0,0,0,0,8>>,antidote_crdt_register_lww},\n                        {assign,<<1,0,0,0,0,0,0,0>>}},\n                       {{<<1,1,0,0,0,0,0,0,0,7>>,antidote_crdt_set_rw},\n                        {add_all,\n                            [<<1,0,0,0,0,0,0,0,0,0,0,0,46>>,\n                             <<1,0,0,0,0,0,0,0,0,0,0,0,46,46>>]}}]}},\n                 {{<<4,1,0,0,0,0,0,0,0>>,<<0,0,0,0,0>>},\n                  antidote_crdt_set_rw,\n                  {add_all,[]}}]},\n            infinity]}}\n[{gen,do_call,4,[{file,\"gen.erl\"},{line,177}]},\n {gen_statem,call_dirty,4,[{file,\"gen_statem.erl\"},{line,592}]},\n {cure,update_objects,2,[{file,\"/antidote-src/src/cure.erl\"},{line,106}]},\n {antidote_pb_process,process,1,\n                      [{file,\"/antidote-src/src/antidote_pb_process.erl\"},\n                       {line,76}]},\n {antidote_pb_protocol,handle,3,\n                       [{file,\"/antidote-src/src/antidote_pb_protocol.erl\"},\n                        {line,74}]},\n {antidote_pb_protocol,loop,2,\n                       [{file,\"/antidote-src/src/antidote_pb_protocol.erl\"},\n                        {line,56}]}]\n"))', src/lib.rs:34:51

The error showed happens while trying to create the root folder. At that time no other transaction should exists.