-
Notifications
You must be signed in to change notification settings - Fork 104
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
Task/improve performance persist aggregation mongo sink #2031
Task/improve performance persist aggregation mongo sink #2031
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
throw new CygnusPersistenceError("-, " + e.getMessage()); | ||
} catch (Exception e1) { | ||
try { | ||
// try insert without create collection before |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
// try insert without create collection before | |
// try to insert without create database before, but creating the collection |
I was reviewing this PR for the TSC preparation. This comment seems wrong from my point of view. It is not "try to insert without create database before, but creating the collection?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The suggested wording makes sense from my point of view. Could you make a PR fixing the comment, pls?
fix for #2019