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

Support get spaceId from meta server with FileBasedSchemaManager #233

Merged
merged 2 commits into from
Apr 4, 2019
Merged

Support get spaceId from meta server with FileBasedSchemaManager #233

merged 2 commits into from
Apr 4, 2019

Conversation

dangleptr
Copy link
Contributor

Currently we support create space on meta server, which means the spaceID is generated on the server-side. But we still use FileBasedSchemaManager and the spaceID is calculated locally. To fix the conflicts about SpaceID, we give another flag "graph_id_from_server". Therefore, we could get spaceId from meta server while using FileBaseSchemaManager

@dangleptr dangleptr requested a review from dutor March 25, 2019 08:49
@dangleptr
Copy link
Contributor Author

There is another problem about module dependency.
Normally, we don't want RowReader has any relationship with Meta client. But due to the static methods in RowReader, RowReader has to depend on meta client module. It is no sense.

Let's refactor it in another issue.

@nebula-community-bot
Copy link
Member

Unit testing passed.

@dangleptr dangleptr mentioned this pull request Mar 28, 2019
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.

Well done!

@nebula-community-bot
Copy link
Member

Unit testing passed.

@dangleptr dangleptr merged commit c2db4f5 into vesoft-inc:master Apr 4, 2019
@dangleptr dangleptr deleted the schema branch April 4, 2019 06:54
tong-hao pushed a commit to tong-hao/nebula that referenced this pull request Jun 1, 2021
yixinglu pushed a commit to yixinglu/nebula that referenced this pull request Mar 21, 2022
Co-authored-by: jakevin <30525741+jackwener@users.noreply.github.com>
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.

3 participants