-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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 GoExecutor #245
Implement GoExecutor #245
Conversation
Unit testing passed. |
Unit testing passed. |
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.
Just skim the patch. I will look deeply into the GoExecutor in a few days.
Unit testing failed. |
Was due to leader_election_test. Jenkins, please run |
Unit testing passed. |
1 similar comment
Unit testing passed. |
Unit testing passed. |
It is still wip now? |
Sorry about this. I have changed the title and add a todo list in the description. |
Unit testing failed. |
Was due to failures when building proxygen. |
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.
Phew, what a huge PR! But also an awesome one 👍 I would highly suggest to cut the big PR into multiple smaller ones in the future
So far, I went through about 1/3. I will continue tomorrow :-)
Unit testing passed. |
Unit testing passed. |
1 similar comment
Unit testing passed. |
Unit testing passed. |
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.
Awesome job!
Generally the PR looks good to me. Just a few minor things here and there
Unit testing passed. |
Well done! The PR now LGTM @dangleptr I'll leave it to you to accept |
Unit testing passed. |
* [WIP] Implement GoExecutor * Address @laura.ding 's comments * Addressed @dangleptr's comments * Addressed @zlcook's comment * Addressed @sherman-the-tank's and @dangleptr's comments * Fixed a stupid error * Reverted changes on ThriftClientManager * Addressed @sherman-the-tank's comments close vesoft-inc#176 close vesoft-inc#177
* [WIP] Implement GoExecutor * Address @laura.ding 's comments * Addressed @dangleptr's comments * Addressed @zlcook's comment * Addressed @sherman-the-tank's and @dangleptr's comments * Fixed a stupid error * Reverted changes on ThriftClientManager * Addressed @sherman-the-tank's comments close vesoft-inc#176 close vesoft-inc#177
This PR implements the basic version of GO and variable, and provide some scripts to operate the daemons.
It's huge, but I hope it's not too hard to read.
todo:
UPTO
REVERSELY