mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-31 12:06:44 +00:00
It's an `int64_t` that needs to be explicitly initialized, otherwise the value is undefined. This is probably the cause of #10639, although I'm not sure - I couldn't reproduce it (the bug is dependent on how the binary is compiled, so that's probably it). We'll see if it reproduces with this fix, and if it will, close the issue. Closes #10681