Skip to content
New issue

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

Inconsistent behavior of batches #93

Open
eperott opened this issue May 9, 2019 · 0 comments
Open

Inconsistent behavior of batches #93

eperott opened this issue May 9, 2019 · 0 comments
Labels
bug Something isn't working

Comments

@eperott
Copy link
Collaborator

eperott commented May 9, 2019

When a batch of updates is created manually (e.g. in cqlsh), the full batch will be logged as one single audit record. However, if a prepared batch is executed, then individual records will be created for the different operations in the batch (and correlated with a batch id).

This behavior is not consistent and will confuse users. We should investigate if we can get separated batch entries always.

FWIW, the same behavior is present in Cassandra 4.0.

@eperott eperott added the bug Something isn't working label May 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant