forked from apache/incubator-hugegraph
-
Notifications
You must be signed in to change notification settings - Fork 0
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
refact: merge pd into hugegraph #1
Merged
Conversation
This file contains 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
Change-Id: I3f38685af534468a51b79b7f45d24fdb30a74f34
Change-Id: Id2fa1374d7fa85635906a7e75655e7dad56f1807
Change-Id: Id8ec0a0d754f646c59f7251158dd89de669b2016
…nge code Change-Id: Id8ec0a0d754f646c59f7251158dd89de669b2016
- also replace "a/b/c" regrex - replace pom version to ${revision} Change-Id: Ia3a9ce891fcff58cef4a5a1f95adb44ef8ee8049
- lack this with instance filed - lack {} in 'if/while/for' Change-Id: I37d21f1ab94529a8122f4598636fbe02b2264904
Change-Id: I9a21c17a07c96c42eafc5ffeedfc70b2a77563d2 GraphPlatform-2120 检查channel Change-Id: I9135b19b2a3bd66f31dcdbcf9169b1884ae934c2 GraphPlatform-2120 处理加锁 Change-Id: I64441d02221e96aa21027faafe90c8b7e04b15d1 GraphPlatform-1749 修复可能导致的死锁问题 Change-Id: Ie5ab9fd62746bfcd77edcaf8881671abee678d31 GraphPlatform-1749 修正pd raft Change-Id: I31064fa2ce31b677cf044a85645e7244cbbbff26 GraphPlatform-2120 控制pd线程池大小 Change-Id: Ie505f5525bcff79f84c0cd674b92c6abf3a2c03f GraphPlatform-1749 优化partition cache Change-Id: I5cafd9078ccc91b7f0b4d9157a3913049c38d8cb GraphPlatform-1657 rest接口转发到leader Change-Id: Ib5db654a35733ddead7972d5e4b08b981a89fb31 GraphPlatform-2020 fix cache bug when direct put Change-Id: I52428d8d5d4bb977ee7796c0fe1e4ced07aff12d GraphPlatform-2020 fix cache bug when direct put Change-Id: Id57427a94732e12f2d96429a2b677d5c5f71e8ff GraphPlatform-1771 update code Change-Id: Ic3b95ca22900453adbc3571734e1da2c97e28355
1. Added the [flatten](apache#2004) plugin. 2. Unified the global version to 1.5.0. 3. Modified the version of `jraft-core`. --------- Co-authored-by: imbajin <jin@apache.org>
Please refer to https://hugegraph.feishu.cn/wiki/Y6d2wys9KiWf24kpzNKct0Yknnr for detailed fix documentation. --------- Co-authored-by: imbajin <jin@apache.org>
from inner commit 0a95b1e587e65ea6a0a06774d53c80868f36af5b --------- Co-authored-by: zhangyingjie02 <zhangyingjie02@baidu.com> Co-authored-by: V_Galaxy <1904821183@qq.com>
from inner commit 0a95b1e587e65ea6a0a06774d53c80868f36af5b fix store compile problem https://hugegraph.feishu.cn/wiki/Y6d2wys9KiWf24kpzNKct0Yknnr --------- Co-authored-by: V_Galaxy <1904821183@qq.com>
--------- Co-authored-by: V_Galaxy <1904821183@qq.com>
and add some license headers
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Purpose of the PR
subtask of apache#2265
Merge the internal version of pd into hugegraph.
Main Changes
hugegraph-pd
module.hugegraph-pd
module so that it can be built normally under certain conditions.hugegraph-pd
.apache-rat-plugin
for hugegraph-pd and add some license headers.NOTE:
<parent>
in the root pom ofhugegraph-pd
fromspring-boot-starter-parent
tohugegraph
, it is necessary to explicitly specify the version of some dependencies for thehugegraph-pd
submodules.hugegraph-pd
module incorporates features that are not supported in Java 8, such as thevar
keyword. To ensure compatibility with Java 8, subsequent PRs could consider adjusting the compilation version based on whether the user opts to usehugegraph-pd
andhugegraph-store
.Verifying these changes
Does this PR potentially affect the following parts?
Documentation Status
Doc - TODO
Doc - Done
Doc - No Need