Skip to content
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

Merged
merged 9 commits into from
Apr 10, 2019
Merged

Implement GoExecutor #245

merged 9 commits into from
Apr 10, 2019

Conversation

dutor
Copy link
Contributor

@dutor dutor commented Mar 28, 2019

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:

  • To implement UPTO
  • To implement REVERSELY

@nebula-community-bot
Copy link
Member

Unit testing passed.

@nebula-community-bot
Copy link
Member

Unit testing passed.

Copy link
Contributor

@dangleptr dangleptr left a 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.

src/graph/InsertEdgeExecutor.cpp Outdated Show resolved Hide resolved
src/common/thrift/ThriftClientManager.inl Outdated Show resolved Hide resolved
src/common/thrift/ThriftClientManager.inl Outdated Show resolved Hide resolved
src/daemons/GraphDaemon.cpp Show resolved Hide resolved
src/graph/VariableHolder.h Show resolved Hide resolved
src/graph/VariableHolder.h Show resolved Hide resolved
src/meta/FileBasedSchemaManager.cpp Outdated Show resolved Hide resolved
src/graph/GoExecutor.h Outdated Show resolved Hide resolved
src/graph/GoExecutor.cpp Show resolved Hide resolved
src/graph/GoExecutor.cpp Outdated Show resolved Hide resolved
src/graph/GoExecutor.cpp Outdated Show resolved Hide resolved
src/graph/GoExecutor.cpp Show resolved Hide resolved
src/graph/GoExecutor.cpp Outdated Show resolved Hide resolved
src/graph/GoExecutor.cpp Show resolved Hide resolved
src/graph/GoExecutor.cpp Show resolved Hide resolved
src/graph/GoExecutor.cpp Outdated Show resolved Hide resolved
src/graph/GoExecutor.cpp Show resolved Hide resolved
@nebula-community-bot
Copy link
Member

Unit testing failed.

@dutor
Copy link
Contributor Author

dutor commented Mar 29, 2019

Unit testing failed.

Was due to leader_election_test.

Jenkins, please run

@nebula-community-bot
Copy link
Member

Unit testing passed.

1 similar comment
@nebula-community-bot
Copy link
Member

Unit testing passed.

src/graph/ExecutionEngine.h Outdated Show resolved Hide resolved
@nebula-community-bot
Copy link
Member

Unit testing passed.

@dangleptr
Copy link
Contributor

It is still wip now?

@dutor dutor changed the title [WIP] Implement GoExecutor Implement GoExecutor Apr 8, 2019
@dutor
Copy link
Contributor Author

dutor commented Apr 8, 2019

It is still wip now?

Sorry about this. I have changed the title and add a todo list in the description.

@nebula-community-bot
Copy link
Member

Unit testing failed.

src/common/thrift/ThriftClientManager.h Outdated Show resolved Hide resolved
src/daemons/GraphDaemon.cpp Show resolved Hide resolved
src/graph/GoExecutor.cpp Show resolved Hide resolved
src/graph/GoExecutor.cpp Show resolved Hide resolved
src/graph/InsertEdgeExecutor.cpp Outdated Show resolved Hide resolved
src/meta/FileBasedSchemaManager.cpp Outdated Show resolved Hide resolved
src/parser/Expressions.h Show resolved Hide resolved
src/parser/MutateSentences.h Show resolved Hide resolved
src/parser/MutateSentences.h Show resolved Hide resolved
src/parser/scanner.lex Show resolved Hide resolved
@dutor
Copy link
Contributor Author

dutor commented Apr 8, 2019

Unit testing failed.

Was due to failures when building proxygen.

Copy link
Member

@sherman-the-tank sherman-the-tank left a 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 :-)

etc/nebula-graphd.conf.default Outdated Show resolved Hide resolved
etc/nebula-graphd.conf.default Outdated Show resolved Hide resolved
etc/nebula-graphd.conf.default Outdated Show resolved Hide resolved
etc/nebula-graphd.conf.default Outdated Show resolved Hide resolved
etc/nebula-graphd.conf.default Outdated Show resolved Hide resolved
etc/nebula-metad.conf.default Outdated Show resolved Hide resolved
scripts/utils.sh Show resolved Hide resolved
src/common/thrift/ThriftClientManager.h Outdated Show resolved Hide resolved
src/console/NebulaConsole.cpp Show resolved Hide resolved
src/daemons/CMakeLists.txt Outdated Show resolved Hide resolved
@nebula-community-bot
Copy link
Member

Unit testing passed.

@nebula-community-bot
Copy link
Member

Unit testing passed.

1 similar comment
@nebula-community-bot
Copy link
Member

Unit testing passed.

@nebula-community-bot
Copy link
Member

Unit testing passed.

Copy link
Member

@sherman-the-tank sherman-the-tank left a 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

etc/nebula-graphd.conf.default Outdated Show resolved Hide resolved
src/common/thrift/ThriftClientManager.h Outdated Show resolved Hide resolved
src/console/NebulaConsole.cpp Show resolved Hide resolved
src/graph/AssignmentExecutor.cpp Outdated Show resolved Hide resolved
src/graph/AssignmentExecutor.cpp Show resolved Hide resolved
src/graph/ClientSession.h Outdated Show resolved Hide resolved
src/graph/Executor.cpp Show resolved Hide resolved
src/graph/GoExecutor.cpp Outdated Show resolved Hide resolved
src/graph/GoExecutor.cpp Outdated Show resolved Hide resolved
src/parser/MutateSentences.h Show resolved Hide resolved
@nebula-community-bot
Copy link
Member

Unit testing passed.

@sherman-the-tank
Copy link
Member

Well done! The PR now LGTM

@dangleptr I'll leave it to you to accept

@nebula-community-bot
Copy link
Member

Unit testing passed.

@dutor dutor merged commit 7444074 into vesoft-inc:master Apr 10, 2019
@dutor dutor deleted the query-engine branch April 10, 2019 23:40
yixinglu pushed a commit to yixinglu/nebula that referenced this pull request Feb 16, 2020
* [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
tong-hao pushed a commit to tong-hao/nebula that referenced this pull request Jun 1, 2021
* [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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants