-
Notifications
You must be signed in to change notification settings - Fork 460
Decompose tablet thrift svcs main #3107
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
Decompose tablet thrift svcs main #3107
Conversation
Broke thriftserver.thrift into services that handle scan, ingest and management of tablets. thriftserver.thrift remains and contains tablet server specific APIs.
Full IT build succeeded |
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.
Overall, seems fine, just a few questions/comments. Depending on responses, I may want to take a closer look at some things.
...rc/main/java/org/apache/accumulo/core/rpc/clients/TabletIngestClientServiceThriftClient.java
Show resolved
Hide resolved
@ctubbsii - did you want to review this further? I'm thinking we should merge this sooner rather than later. FWIW, I ran a full IT build last night again and it succeeded. |
Delayed response. No. You addressed all the things I had comments on. Thanks 😺 |
Decompose tabletserver.thrift into multiple files that contain more targeted services (scan, ingest, tablet management, and tablet server).