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

Failed batch statements never get logged #11

Open
eperott opened this issue Sep 20, 2018 · 2 comments
Open

Failed batch statements never get logged #11

eperott opened this issue Sep 20, 2018 · 2 comments
Labels
bug Something isn't working

Comments

@eperott
Copy link
Collaborator

eperott commented Sep 20, 2018

Since batch statements are parsed and prepared in BatchMessage.execute(), the operation will be aborted before it gets to AuditQueryHandler.processBatch() in case the operation is invalid.

An example being when a batch statement includes an update on a non-existing table.

@tobier tobier added the bug Something isn't working label Nov 6, 2018
@tobier
Copy link

tobier commented Nov 6, 2018

@eperott is this issue fixed with the referenced pull request?

@eperott
Copy link
Collaborator Author

eperott commented Nov 6, 2018

No, #14 fixed similar issue (#10) for single update statements.

But this issue is a special case of that bug to which I still don't have a solution.

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

2 participants