chore(pd-store): cherry-pick commits from master for synchronization & some modifications for passing partial hstore tests#2414
Merged
VGalaxies merged 34 commits intoapache:pd-storefrom Jan 15, 2024
Conversation
separate from slow log
* fix(api): refactor/downgrade record logic for slow log add some TODOs & assign @SunnyBoy-WYH to address it * fix typo * enhance the perf
* feat: dockerfile adapt the project structure * change the version --------- Co-authored-by: imbajin <[email protected]>
…2356) * fix: remove redirect master role to align with behaviour of VertexApi and EdgeApi * chore: add back necessary annotation
…2349) And replace it in pd/store module
* feat(server):swagger support auth for standardAuth mode and try to fix arthas odd test * chore(api): update api version & swagger token auth mode
* Update LICENSE * Update install-cassandra.sh * add stage profile settings * Update ci.yml * Update ci.yml * Update ci.yml * Update licence-checker.yml --------- Co-authored-by: imbajin <[email protected]>
* chore: move server info into GlobalMasterInfo Change-Id: Id854892333115fd45d7c8b9799d255627541b2ad * fix testClearAndInit() and export GlobalMasterInfo Change-Id: Ic2878c5359e7f55fcd11986aa0bf79241c7ee9ab * enhence ServerInfoManager.heartbeat() Change-Id: I6932893c4be8331547f3b721083ca00430f85e58 * move RoleElectionStateMachineTest to UnitTestSuite Change-Id: I7b3e8e2867dcf1063a726c8005f1c34dbd218f7c
…he#2365) * update common version and fix rest client problem * use stage * fix dependency issue * test * test * test * test * fix * chore: improve the ci logic * fix core-version * Empty test * fix code issue * fix: 3rd party changes * code optimize * refactor the AbsJerseyRestClient * fix code issue --------- Co-authored-by: imbajin <[email protected]>
* chore: reset version to 1.2.0 * chore: add README for three submodules * fix: README.md * fix: README.md * fix: README.md * fix: README.md
* chore: merge master to clean-rocksdb for synchronization (apache#2383) --------- Co-authored-by: V_Galaxy <[email protected]>
* feat(WIP): add IntMapByDynamicHash (apache#2294) * feat: add values & keys in IntMapByDynamicHash * add some basic comment & fix some style * feat: fix pr review * fix: fix some review --------- Co-authored-by: imbajin <[email protected]>
* fix(dist): update relative path for the 1.2.0 * add docker policy and run server in daemon * fix: use tail to avoid container exit * adjuest the order of quick start * Update hugegraph-server/hugegraph-dist/docker/scripts/detect-storage.groovy * adjust desc * Update README.md * Update pom.xml --------- Co-authored-by: imbajin <[email protected]>
* fix: typo * fix: assembly hugegraph path * reset
--------- Co-authored-by: liuxiao <[email protected]> Co-authored-by: Simon Cheung <[email protected]>
Closed
26 tasks
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## pd-store #2414 +/- ##
===========================================
Coverage ? 49.58%
Complexity ? 1211
===========================================
Files ? 718
Lines ? 58283
Branches ? 7484
===========================================
Hits ? 28901
Misses ? 26495
Partials ? 2887 ☔ View full report in Codecov by Sentry. |
Contributor
Author
|
NOTE: We should strive to pass hstore tests before merging, @Pengzna could you please help with this? |
a326bfe to
b8cea05
Compare
Contributor
Author
|
@Pengzna In next PR, trying to fix potential issues to pass tests in hstore (excluding OLAP scenarios) |
8 tasks
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
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 #2265.
Similar to #2345, also upgrading the dependencies of hugegraph-common to version 1.2.0 within pd and store modules.
Main Changes
Verifying these changes
Does this PR potentially affect the following parts?
Documentation Status
Doc - TODODoc - DoneDoc - No Need