-
Notifications
You must be signed in to change notification settings - Fork 275
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
Removing ambry-coordinator #449
Conversation
This change removes all usages of Coordinator and removes Coordinator code
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.
Guidance comments.
} | ||
} | ||
}; | ||
TestFuture<GetBlobResult> testFuture = |
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.
only formatting changes.
@@ -1,170 +0,0 @@ | |||
/** |
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.
removed this because it is unused and migrating it to the Router
was unnecessary right now. There is already an issue (#383) to write a more comprehensive migrator service. I can like this PR to the issue in case someone wants to see what was available.
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. I assume everything in the ambry-coordinator under git has been removed so the directory itself gets removed automatically (locally I see a few files but those are not under git).
@@ -271,7 +267,6 @@ private static PutResponse getPutResponseFromStream(ConnectedChannel blockingCha | |||
|
|||
public static void main(String args[]) { | |||
FileWriter writer = null; | |||
AmbryCoordinator coordinator = null; |
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.
This was just lying in here? The coordinator had no purpose in this tool?
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.
Yup.
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, make sure to run the server tests on linux if you haven't.
eb3f143
to
ff346f5
Compare
Built on mac and linux. |
merged |
This change removes all usages of
Coordinator
and removesCoordinator
codeBuilt and formatted.
Primary reviewers: @pnarayanan, @cgtz
Expected time to review: 20-30 mins
Addresses #432.