-
Notifications
You must be signed in to change notification settings - Fork 137
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
Datastream stop transition redesign #842
Merged
shrinandthakkar
merged 1 commit into
linkedin:master
from
shrinandthakkar:datastream-stop-transition-redesign
Aug 10, 2021
Merged
Datastream stop transition redesign #842
shrinandthakkar
merged 1 commit into
linkedin:master
from
shrinandthakkar:datastream-stop-transition-redesign
Aug 10, 2021
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
vmaheshw
requested changes
Jul 19, 2021
...ream-server-restli/src/main/java/com/linkedin/datastream/server/dms/DatastreamResources.java
Outdated
Show resolved
Hide resolved
datastream-server/src/main/java/com/linkedin/datastream/server/Coordinator.java
Outdated
Show resolved
Hide resolved
datastream-server/src/main/java/com/linkedin/datastream/server/Coordinator.java
Outdated
Show resolved
Hide resolved
datastream-server/src/main/java/com/linkedin/datastream/server/Coordinator.java
Outdated
Show resolved
Hide resolved
...ream-server-restli/src/main/java/com/linkedin/datastream/server/dms/DatastreamResources.java
Outdated
Show resolved
Hide resolved
...-server-restli/src/test/java/com/linkedin/datastream/server/dms/TestDatastreamResources.java
Outdated
Show resolved
Hide resolved
...-server-restli/src/test/java/com/linkedin/datastream/server/dms/TestDatastreamResources.java
Outdated
Show resolved
Hide resolved
...-server-restli/src/test/java/com/linkedin/datastream/server/dms/TestDatastreamResources.java
Outdated
Show resolved
Hide resolved
...-server-restli/src/test/java/com/linkedin/datastream/server/dms/TestDatastreamResources.java
Show resolved
Hide resolved
vmaheshw
reviewed
Jul 28, 2021
...-server-restli/src/test/java/com/linkedin/datastream/server/dms/TestDatastreamResources.java
Outdated
Show resolved
Hide resolved
shrinandthakkar
force-pushed
the
datastream-stop-transition-redesign
branch
2 times, most recently
from
August 5, 2021 06:45
fdb8ebf
to
9d21d39
Compare
vmaheshw
previously approved these changes
Aug 6, 2021
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.
Mostly LGTM except some nit picks.
...ream-server-restli/src/main/java/com/linkedin/datastream/server/dms/DatastreamResources.java
Outdated
Show resolved
Hide resolved
...ream-server-restli/src/main/java/com/linkedin/datastream/server/dms/DatastreamResources.java
Outdated
Show resolved
Hide resolved
...ream-server-restli/src/main/java/com/linkedin/datastream/server/dms/DatastreamResources.java
Outdated
Show resolved
Hide resolved
...ream-server-restli/src/main/java/com/linkedin/datastream/server/dms/DatastreamResources.java
Outdated
Show resolved
Hide resolved
...ream-server-restli/src/main/java/com/linkedin/datastream/server/dms/DatastreamResources.java
Outdated
Show resolved
Hide resolved
shrinandthakkar
force-pushed
the
datastream-stop-transition-redesign
branch
2 times, most recently
from
August 6, 2021 09:36
6c142db
to
6e6d764
Compare
shrinandthakkar
force-pushed
the
datastream-stop-transition-redesign
branch
from
August 6, 2021 20:58
8c6be41
to
04a4c20
Compare
vmaheshw
approved these changes
Aug 6, 2021
jzakaryan
approved these changes
Aug 9, 2021
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.
lgtm
vmaheshw
pushed a commit
to vmaheshw/brooklin
that referenced
this pull request
Mar 1, 2022
Co-authored-by: Shrinand Thakkar <sthakkar@sthakkar-mn1.linkedin.biz>
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.
Introducing a new intermediate STOPPING state in the lifecycle of a datastream, which represents a transitioning state for the leader to calculate and generate a new reassignment when a stop request is issued. This blocking transitioning state would make sure that any updates made to the datastream are applied successfully if datastream is restarted with a stop and resume call with a 60-second timeout in between.
Important: DO NOT REPORT SECURITY ISSUES DIRECTLY ON GITHUB.
For reporting security issues and contributing security fixes,
please, email security@linkedin.com instead, as described in
the contribution guidelines.
Please, take a minute to review the contribution guidelines at:
https://github.com/linkedin/Brooklin/blob/master/CONTRIBUTING.md