-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Code cleanup in TransportRolloverAction and added concurrent rollover test. #80397
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
Conversation
|
Pinging @elastic/es-data-management (Team:Data Management) |
henningandersen
left a comment
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.
Thanks for improving this. Can we also add more testing, to check that the batched case works (perhaps just an integ test doing X rollovers concurrently)?
|
@henningandersen I've added an integration test: 3ac70fa |
|
@martijnvg can you update the title and description of this PR so we can tell what it's doing? I want to make sure we can find it in the future using keywords for what this PR is actually changing. |
@henningandersen I've added this here: 829cd2d |
henningandersen
left a comment
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, thanks for addressing this.
|
@elasticmachine update branch |
Thanks for bringing this up! |
… test. (elastic#80397) Code cleanups around rollover executor in TransportRolloverAction and added an integration test that tests rollover concurrently. Relates to elastic#79945
💚 Backport successful
|
… test. (#80397) (#80478) Code cleanups around rollover executor in TransportRolloverAction and added an integration test that tests rollover concurrently. Relates to #79945 Co-authored-by: Elastic Machine <[email protected]>
Code cleanups around rollover executor in
TransportRolloverActionand added an integration test that tests rollover concurrently.Relates to #79945