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
squidflash_prime1 always calls bigdata_dir_get_val with do_sync=true. However bigdata_dir_get_val could get eof when the table is configured as do_sync=false. When this happens, squidflash_prime1 calls sequnce_file_is_bad to crash the hlog common server.
Unit test brick_test0:t1 sometimes fails due to this bug.
The text was updated successfully, but these errors were encountered:
squidflash_prime1 always calls bigdata_dir_get_val with do_sync=true. However bigdata_dir_get_val could get eof when the table is configured as do_sync=false. When this happens, squidflash_prime1 calls sequnce_file_is_bad to crash the hlog common server.
Unit test brick_test0:t1 sometimes fails due to this bug.
The text was updated successfully, but these errors were encountered: