-
Notifications
You must be signed in to change notification settings - Fork 590
feat: preliminary support for hstore backend #2301
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
Merged
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
c5a915e
chore: move hugegraph-hstore
VGalaxies 5ada159
chore: simple adapt
VGalaxies d3e7ca9
chore: register hstore
VGalaxies afd2c5c
build: intro grpc dep
VGalaxies e4c894c
chore: migrate org.apache.hugegraph.meta
VGalaxies 626bce2
chore: migrate org.apache.hugegraph.space
VGalaxies 1780251
chore: adapt meta schema
VGalaxies f613bfe
chore: migrate SchemaTransactionV2
VGalaxies d91e50a
chore: adapt SchemaTransactionV2
VGalaxies cdc0f3a
refact: intro ISchemaTransaction for adaptation
VGalaxies 8d0f053
fix: init meta server
VGalaxies 5a2af29
fix: avoid typecast from UnmodifiableRandomAccessList
VGalaxies bd75b68
refact: query task and server info by graph tx
VGalaxies bd10b4b
fix: register task and server table for rocksdb BE
VGalaxies 293486f
chore: add example for hstore BE scanning tables
VGalaxies 46b8120
fix: register task and server table for other BEs
VGalaxies a40e808
build: remove system dependency to hugegraph-core in hg-store-core
heiyan-2020 169f945
Merge branch 'pd-store' into sys-tx
VGalaxies 3125222
chore: remove author comments
VGalaxies dc2c9ad
chore: remove AbstractDistributedLock class and lock method
VGalaxies 087f0bf
chore: replace HashMap with ImmutableMap
VGalaxies 9d11f9d
chore: code review
VGalaxies d818aef
chore: load driver version in graph store for hstore
VGalaxies 1a7f6cb
fix: index serialization and deserialization logic
VGalaxies c38b67c
fix: convertTaskOrServerToVertex for other BEs
VGalaxies e33a510
chore: init meta server in ctor of StandardHugeGraph
VGalaxies e10eea7
chore: add comments for lock module
VGalaxies File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -54,8 +54,6 @@ | |
|
|
||
| /** | ||
| * PD客户端实现类 | ||
| * | ||
| * @author yanjinbing | ||
| */ | ||
| @Slf4j | ||
| public class PDClient { | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
这个链接是不是每个新的链接都要调用一次?是否只执行一次就可以呢?
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.
考虑在 StandardHugeGraph 构造函数中初始化 meta manager