caetanosauer / zero

Fork of the Shore-MT storage manager used by the research project Instant Recovery
Other
29 stars 10 forks source link

Assertion Failure: removed (bf_tree.cpp:890) #33

Closed PickXu closed 7 years ago

PickXu commented 7 years ago

Hi,

When I get the clean zero repository on master branch, once I compiled, I ran this command: ./zapps kits -b tpcc -t 8 -q 16 --load --duration 300 --sm_bufpoolsize 32768 --crashDelay 120;

Then the system immediately crashes at the 890 line of bf_tree.cpp. Any suggestions on this?

Thanks. Min

caetanosauer commented 7 years ago

Hi Min,

could you try passing --sm_format as well? Thanks!

PickXu commented 7 years ago

Hi Caetano,

It works.

Thanks. Min

caetanosauer commented 7 years ago

Fixed in eda0923