-
Notifications
You must be signed in to change notification settings - Fork 57
Initial commit for gcsync command line tool #796
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
Conversation
dbsync/gcsync/src/main/java/com/google/edwmigration/dbsync/gcsync/Constants.java
Show resolved
Hide resolved
dbsync/gcsync/src/main/java/com/google/edwmigration/dbsync/gcsync/Constants.java
Show resolved
Hide resolved
dbsync/gcsync/src/test/java/com/google/edwmigration/dbsync/gcsync/GcsyncClientTest.java
Show resolved
Hide resolved
dbsync/common/src/main/java/com/google/edwmigration/dbsync/common/InstructionReceiver.java
Outdated
Show resolved
Hide resolved
dbsync/common/src/main/java/com/google/edwmigration/dbsync/common/InstructionReceiver.java
Outdated
Show resolved
Hide resolved
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.
Publishing comments.
dbsync/common/src/main/java/com/google/edwmigration/dbsync/common/InstructionGenerator.java
Outdated
Show resolved
Hide resolved
dbsync/common/src/main/java/com/google/edwmigration/dbsync/common/InstructionReceiver.java
Outdated
Show resolved
Hide resolved
dbsync/common/src/main/java/com/google/edwmigration/dbsync/common/InstructionReceiver.java
Outdated
Show resolved
Hide resolved
dbsync/common/src/main/java/com/google/edwmigration/dbsync/common/InstructionReceiver.java
Outdated
Show resolved
Hide resolved
dbsync/gcsync/src/main/java/com/google/edwmigration/dbsync/gcsync/GcsyncClient.java
Show resolved
Hide resolved
dbsync/gcsync/src/main/java/com/google/edwmigration/dbsync/gcsync/GcsyncClient.java
Show resolved
Hide resolved
dbsync/gcsync/src/main/java/com/google/edwmigration/dbsync/gcsync/GcsyncClient.java
Outdated
Show resolved
Hide resolved
dbsync/gcsync/src/main/java/com/google/edwmigration/dbsync/gcsync/GenerateCheckSumMain.java
Outdated
Show resolved
Hide resolved
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.
One small nit.
From a high level, this PR appears to improve some things, and regress nothing. Plato would approve of it, and therefore, so do I.
Please satisfy yourself that you have at least one other reviewer who has gone deeper into the implementation details than I have, then resolve "done" comments and commit.
dbsync/common/src/main/java/com/google/edwmigration/dbsync/common/InstructionReceiver.java
Outdated
Show resolved
Hide resolved
dbsync/gcsync/src/main/java/com/google/edwmigration/dbsync/gcsync/GcsyncClient.java
Show resolved
Hide resolved
dbsync/gcsync/src/main/java/com/google/edwmigration/dbsync/gcsync/Constants.java
Outdated
Show resolved
Hide resolved
dbsync/gcsync/src/main/java/com/google/edwmigration/dbsync/gcsync/GcsyncMain.java
Outdated
Show resolved
Hide resolved
s |
Implementation of gcsync command
Fix of an issue in the core rsync algorithm
Replace the use of slice()
#. Use full 256 bits checksum
Unit test for gcsyncClient