Skip to content

Consolidate some reindex utility classes #22666

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

Merged
merged 1 commit into from
Jan 18, 2017

Conversation

nik9000
Copy link
Member

@nik9000 nik9000 commented Jan 17, 2017

Everything that extended AbstractAsyncBulkByScrollAction also
extended AbstractAsyncBulkIndexByScrollAction so this removes
AbstractAsyncBulkIndexByScrollAction, merging it into
AbstractAsyncBulkByScrollAction.

I'd like to get this before doing #22616.

Everything that extended `AbstractAsyncBulkByScrollAction` also
extended `AbstractAsyncBulkIndexByScrollAction` so this removes
`AbstractAsyncBulkIndexByScrollAction`, merging it into
`AbstractAsyncBulkByScrollAction`.
Copy link
Member

@jasontedor jasontedor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this just mechanical? It looks mechanical so LGTM in that regard. If it's not mechanical and something deserves a closer review, please let me know?

Copy link
Member

@tlrx tlrx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did a 3-ways comparison and it looks good, just things moved here and there and the buildBulk() method that changed a bit.

@nik9000
Copy link
Member Author

nik9000 commented Jan 18, 2017

Is this just mechanical

Almost entirely mechanical but a bit messy anyway. I hadn't do it for a while because it is so messy but if I'm going to move these into core I'd like to clean them up a bit first.

@nik9000 nik9000 merged commit ee5f8c4 into elastic:master Jan 18, 2017
nik9000 added a commit that referenced this pull request Jan 18, 2017
Everything that extended `AbstractAsyncBulkByScrollAction` also
extended `AbstractAsyncBulkIndexByScrollAction` so this removes
`AbstractAsyncBulkIndexByScrollAction`, merging it into
`AbstractAsyncBulkByScrollAction`.
@nik9000
Copy link
Member Author

nik9000 commented Jan 18, 2017

Thanks for reviewing @tlrx and @jasontedor!

master: ee5f8c4
5.x: 0325ae4

@lcawl lcawl added :Distributed Indexing/CRUD A catch all label for issues around indexing, updating and getting a doc by id. Not search. and removed :Reindex API labels Feb 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Distributed Indexing/CRUD A catch all label for issues around indexing, updating and getting a doc by id. Not search. >non-issue v5.3.0 v6.0.0-alpha1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants