antidote icon indicating copy to clipboard operation
antidote copied to clipboard

Antidote crashing when multi-DC overloaded in a multi-DC setting.

Open aletomsic opened this issue 7 years ago • 2 comments

Full trace in the file. It looks like it is caused by attempting to read from an ets table that does not exist under the following config.

{recover_meta_data_on_start, true} {enable_logging, false}

The error does not occur when setting both parameters to true or false.

The error occurs in the master branch and can be reproduced in a config with multiple DCs, running basho_bench executing transactions that update a large amount of objects (500 in my case)

multidcCrash.log

aletomsic avatar Nov 14 '17 11:11 aletomsic

Does it only happen with a large number of data?

bieniusa avatar Nov 15 '17 08:11 bieniusa

My guess is that, at least, the interDC must be saturated to see this happening. The problem does not occur under moderated load (fewer updates). So I guess not.

aletomsic avatar Nov 16 '17 13:11 aletomsic