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

Fix split package in reindex module #78141

Merged
merged 2 commits into from
Sep 22, 2021

Conversation

rjernst
Copy link
Member

@rjernst rjernst commented Sep 21, 2021

The reindex module reuses the server package o.e.index.reindex. This
commit moves the classes in the reindex module into o.e.reindex. While
it may be confusing to have two different leave "reindex" packages, this
at least moves us towards having each module match the package name of
its implementation, one step closer towards jigsaw modules.

The reindex module reuses the server package o.e.index.reindex. This
commit moves the classes in the reindex module into o.e.reindex. While
it may be confusing to have two different leave "reindex" packages, this
at least moves us towards having each module match the package name of
its implementation, one step closer towards jigsaw modules.
@rjernst rjernst added >non-issue v8.0.0 :Distributed Indexing/Reindex Issues relating to reindex that are not caused by issues further down v7.16.0 labels Sep 21, 2021
@rjernst rjernst requested a review from nik9000 September 21, 2021 19:57
@elasticmachine elasticmachine added the Team:Distributed (Obsolete) Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination. label Sep 21, 2021
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-distributed (Team:Distributed)

Copy link
Member

@nik9000 nik9000 left a comment

Choose a reason for hiding this comment

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

👍. Make the jigsaw gods happy.

@ChrisHegarty ChrisHegarty mentioned this pull request Sep 22, 2021
58 tasks
@rjernst rjernst merged commit fec1a94 into elastic:master Sep 22, 2021
@rjernst rjernst deleted the split-packages/reindex branch September 22, 2021 14:55
rjernst added a commit to rjernst/elasticsearch that referenced this pull request Sep 22, 2021
The reindex module reuses the server package o.e.index.reindex. This
commit moves the classes in the reindex module into o.e.reindex. While
it may be confusing to have two different leave "reindex" packages, this
at least moves us towards having each module match the package name of
its implementation, one step closer towards jigsaw modules.
elasticsearchmachine pushed a commit that referenced this pull request Sep 29, 2021
* Fix split package in reindex module (#78141)

The reindex module reuses the server package o.e.index.reindex. This
commit moves the classes in the reindex module into o.e.reindex. While
it may be confusing to have two different leave "reindex" packages, this
at least moves us towards having each module match the package name of
its implementation, one step closer towards jigsaw modules.

* fix transport client ref

* fix compile

* fix imports

* spotless

* remove import

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Distributed Indexing/Reindex Issues relating to reindex that are not caused by issues further down >non-issue Team:Distributed (Obsolete) Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination. v7.16.0 v8.0.0-beta1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants