We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Loading multilog after multiple restarts fails.
The test case is:
RpcClient client = new RpcClient(HOST, PORT); client.createAtomicMultilog(MULTILOG_NAME, "{ msg: STRING(8) }", StorageMode.DURABLE); client.append("abcdefgh"); client.disconnect();
RpcClient client = new RpcClient(HOST, PORT); client.loadAtomicMultilog(MULTILOG_NAME); System.out.println(client.numRecords()); client.disconnect();
Step 8 should not fail and should output 1
Error log: Floating point exception
Floating point exception
The text was updated successfully, but these errors were encountered:
ujvl
No branches or pull requests
Describe the bug
Loading multilog after multiple restarts fails.
How to reproduce the bug?
The test case is:
Expected behavior
Step 8 should not fail and should output 1
Detailed logs
Error log:
Floating point exception
The text was updated successfully, but these errors were encountered: