-
Notifications
You must be signed in to change notification settings - Fork 242
Gateway service - service structure dummy class #2840
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
Gateway service - service structure dummy class #2840
Conversation
junkaixue
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.
Also I said before, do not mix refactoring and change together. Hard to read. Split the PR for move packages out from real change.
helix-gateway/src/main/java/org/apache/helix/gateway/util/StateTransitionMessageTranslator.java
Outdated
Show resolved
Hide resolved
c9621de to
446f851
Compare
40f2dfd to
dbd2e2d
Compare
dbd2e2d to
25af3e4
Compare
25af3e4 to
c7e6be9
Compare
junkaixue
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.
Better to have java doc along with these methods.
...x-gateway/src/main/java/org/apache/helix/gateway/grpcservice/HelixGatewayServiceService.java
Outdated
Show resolved
Hide resolved
helix-gateway/src/main/java/org/apache/helix/gateway/service/GatewayServiceManager.java
Outdated
Show resolved
Hide resolved
...gateway/src/main/java/org/apache/helix/gateway/util/StateTransitionMessageTranslateUtil.java
Outdated
Show resolved
Hide resolved
...gateway/src/main/java/org/apache/helix/gateway/util/StateTransitionMessageTranslateUtil.java
Outdated
Show resolved
Hide resolved
junkaixue
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.
overall, lgtm with a minor naming thing.
| public boolean sendStateTransitionMessage(String instanceName); | ||
|
|
||
| public void pushEventToManager(GatewayServiceManager.GateWayServiceEvent event); |
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.
Let's be consistent with naming?
send or push.
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.
TFTR. Updated.
|
This PR is ready to be merged, approved by @junkaixue . |
Gateway service - service structure dummy class
Gateway service - service structure dummy class
Gateway service - service structure dummy class
Gateway service - service structure dummy class
Gateway service - service structure dummy class
Gateway service - service structure dummy class
Issues
resolves #2821
Description
This change continuous add gateway service.
Tests
NA
(If CI test fails due to known issue, please specify the issue and test PR locally. Then copy & paste the result of "mvn test" to here.)
Changes that Break Backward Compatibility (Optional)
(Consider including all behavior changes for public methods or API. Also include these changes in merge description so that other developers are aware of these changes. This allows them to make relevant code changes in feature branches accounting for the new method/API behavior.)
Documentation (Optional)
(Link the GitHub wiki you added)
Commits
Code Quality
(helix-style-intellij.xml if IntelliJ IDE is used)