-
Notifications
You must be signed in to change notification settings - Fork 228
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
Implement Helix ST handling logic and HelixGatewayParticipant #2845
Merged
xyuanlu
merged 8 commits into
apache:helix-gateway-service
from
zpinto:zapinto/gateway-state-machine
Jul 31, 2024
Merged
Implement Helix ST handling logic and HelixGatewayParticipant #2845
xyuanlu
merged 8 commits into
apache:helix-gateway-service
from
zpinto:zapinto/gateway-state-machine
Jul 31, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
junkaixue
reviewed
Jul 23, 2024
helix-gateway/src/main/java/org/apache/helix/gateway/constant/TransitionType.java
Outdated
Show resolved
Hide resolved
zpinto
force-pushed
the
zapinto/gateway-state-machine
branch
3 times, most recently
from
July 26, 2024 16:04
9e63cb9
to
51f5711
Compare
zpinto
changed the title
[Draft] Implement Helix ST handling logic in Helix Gateway
Implement Helix ST handling logic and HelixGatewayParticipant
Jul 26, 2024
xyuanlu
reviewed
Jul 26, 2024
...teway/src/main/java/org/apache/helix/gateway/grpcservice/HelixGatewayServiceGrpcService.java
Outdated
Show resolved
Hide resolved
helix-gateway/src/main/java/org/apache/helix/gateway/participant/HelixGatewayParticipant.java
Outdated
Show resolved
Hide resolved
helix-gateway/src/main/java/org/apache/helix/gateway/participant/HelixGatewayParticipant.java
Outdated
Show resolved
Hide resolved
xyuanlu
reviewed
Jul 26, 2024
helix-gateway/src/main/java/org/apache/helix/gateway/service/GatewayServiceManager.java
Show resolved
Hide resolved
…nager and shard states reported by GatewayClient. Implement state transition handling logic.
zpinto
force-pushed
the
zapinto/gateway-state-machine
branch
from
July 30, 2024 09:50
fead45a
to
0b02ac2
Compare
xyuanlu
reviewed
Jul 30, 2024
helix-gateway/src/main/java/org/apache/helix/gateway/participant/HelixGatewayParticipant.java
Show resolved
Hide resolved
xyuanlu
reviewed
Jul 30, 2024
...gateway/src/main/java/org/apache/helix/gateway/api/service/HelixGatewayServiceProcessor.java
Outdated
Show resolved
Hide resolved
xyuanlu
reviewed
Jul 30, 2024
helix-gateway/src/main/java/org/apache/helix/gateway/participant/HelixGatewayParticipant.java
Show resolved
Hide resolved
xyuanlu
reviewed
Jul 30, 2024
helix-gateway/src/main/java/org/apache/helix/gateway/participant/HelixGatewayParticipant.java
Show resolved
Hide resolved
xyuanlu
reviewed
Jul 31, 2024
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.
Generally LGTM. some nit comments.
...ay/src/main/java/org/apache/helix/gateway/api/participant/HelixStateTransitionProcessor.java
Outdated
Show resolved
Hide resolved
...teway/src/main/java/org/apache/helix/gateway/grpcservice/HelixGatewayServiceGrpcService.java
Show resolved
Hide resolved
helix-gateway/src/main/java/org/apache/helix/gateway/participant/HelixGatewayParticipant.java
Show resolved
Hide resolved
helix-gateway/src/main/java/org/apache/helix/gateway/participant/HelixGatewayParticipant.java
Outdated
Show resolved
Hide resolved
helix-gateway/src/main/java/org/apache/helix/gateway/participant/HelixGatewayParticipant.java
Show resolved
Hide resolved
...gateway/src/main/java/org/apache/helix/gateway/util/StateTransitionMessageTranslateUtil.java
Outdated
Show resolved
Hide resolved
Had an offline discussion with @zpinto. LGTM, Please address comments based on our discussion. :D |
xyuanlu
approved these changes
Jul 31, 2024
This PR is ready to be merged! Comment:
|
asfgit
pushed a commit
that referenced
this pull request
Aug 2, 2024
- Add ST handling logic to support multi top state state model definitions without intermediary states - Encapsulate the participant manager create, connect, disconnect logic in HelixGatewayParticipant - Add replica state tracking in HelixGatewayParticipant
asfgit
pushed a commit
that referenced
this pull request
Sep 6, 2024
- Add ST handling logic to support multi top state state model definitions without intermediary states - Encapsulate the participant manager create, connect, disconnect logic in HelixGatewayParticipant - Add replica state tracking in HelixGatewayParticipant
asfgit
pushed a commit
that referenced
this pull request
Sep 8, 2024
- Add ST handling logic to support multi top state state model definitions without intermediary states - Encapsulate the participant manager create, connect, disconnect logic in HelixGatewayParticipant - Add replica state tracking in HelixGatewayParticipant
asfgit
pushed a commit
that referenced
this pull request
Sep 18, 2024
- Add ST handling logic to support multi top state state model definitions without intermediary states - Encapsulate the participant manager create, connect, disconnect logic in HelixGatewayParticipant - Add replica state tracking in HelixGatewayParticipant
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Issues
Description
Tests
Commits
Code Quality
(helix-style-intellij.xml if IntelliJ IDE is used)