V_Galaxy
0b24aca3cd
chore(store): translate CJK comments to English for store-dist, store-grpc, store-node, store-rocksdb, store-test ( #2645 )
...
Co-authored-by: Peng Junzhi <78788603+Pengzna@users.noreply.github.com>
2024-08-23 14:35:16 +08:00
imbajin
0a0f2c3bfa
Merge pull request #2628 from apache/intro-commons-v2
...
**TODO:**
After this PR merged, change the README in commons & pin a [issue](https://github.com/hugegraph/hugegraph-hubble/issues/371 ) to notify all users/devs to know the context (also update the repo description...)
Finally, we may need start a discussion for marking commons repo in achieved status
2024-08-22 19:07:20 +08:00
V_Galaxy
7dc6a86a7d
chore(dist): intro additional Dockerfile to build the server image & skip init-hstore backend ( #2642 )
2024-08-22 14:04:06 +08:00
VGalaxies
b087f085c1
chore(commons): basic adapt for commons migration
2024-08-21 16:09:00 +08:00
YangJiaqi
58f58ee094
fix(hstore): enable JRaft MaxBodySize config ( #2633 )
...
* enable JRaft MaxBodySize config
Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'org.apache.hugegraph.store.node.AppConfig$Raft': Unsatisfied dependency expressed through field 'maxBodySize'; nested exception is org.springframework.beans.TypeMismatchException: Failed to convert value of type 'java.lang.String' to required type 'int'; nested exception is java.lang.NumberFormatException: For input string: "512*1024"
---------
Co-authored-by: V_Galaxy <vgalaxies@apache.org>
2024-08-18 14:47:11 +08:00
YangJiaqi
ba5b89e374
fix(hstore): print time for hstore gc log #2636
2024-08-17 11:39:30 +08:00
YangJiaqi
a038d2341c
fix(hstore): JRaft maxEntriesSize configuration parameters do not take effect ( #2630 )
...
Co-authored-by: imbajin <jin@apache.org>
2024-08-11 13:04:34 +08:00
V_Galaxy
c231a6fddb
chore(store): translate CJK comments to English for store-cli, store-client, store-common, store-core ( #2623 )
...
* fixup Chinese punctuation
2024-08-10 12:47:09 +08:00
V_Galaxy
dc3070f45b
chore(dist): tar source and binary package for hugegraph with pd-store ( #2594 )
...
tar source and binary package for hugegraph with pd-store
2024-08-06 21:21:14 +08:00
YangJiaqi
91f5b33bac
fix(hstore): JRaft Timer Metrics BUG ( #2602 )
2024-08-02 23:47:56 +08:00
haohao0103
24ebe9da26
fix(pd/store): log files do not scroll with the process ( #2589 )
...
close #2581 GRPC Java defaults to using java. til.rogging (JUL) as its logging framework,
---------
Co-authored-by: VGalaxies <vgalaxies@apache.org>
2024-08-02 17:58:12 +08:00
V_Galaxy
d36e05ece8
chore: temporarily ignore failure core tests for hstore & simplify ci name ( #2599 )
...
* ignore tests for hstore rename ci
2024-07-31 16:40:53 +08:00
Peng Junzhi
edb59ebaeb
feat(store): integrate rest of store-test submodule ( #2563 )
...
Co-authored-by: imbajin <jin@apache.org>
2024-07-20 18:10:38 +08:00
V_Galaxy
d6bc24e0f2
fix(dist): update build artifact path for docker deployment ( #2590 )
...
* fix path
2024-07-16 20:25:02 +08:00
haohao0103
5dfcc3f694
feat: support disable RocksDB auto-compaction by configuration ( #2586 )
2024-07-16 16:40:44 +08:00
V_Galaxy
bd83741f24
chore: minor improve for pom properties ( #2574 )
2024-07-15 14:59:10 +08:00
V_Galaxy
882f3b7d65
feat(dist): support docker deployment for PD and Store ( #2573 )
...
Co-authored-by: imbajin <jin@apache.org>
2024-07-15 11:12:25 +08:00
V_Galaxy
9f89afc39a
feat(server): support new backend Hstore ( #2560 )
...
subtask of #2483
2024-07-10 16:35:44 +08:00
Peng Junzhi
e82a91ca1a
feat(store): integrate store-dist and store-cli submodule ( #2562 )
...
* refact: prepare for integrating rest of store module
* feat(store): integrate store-dist and store-cli submodule
* fix(store): support and fix for store-dist and store-cli submodule
* fix(store): update deps
* fix(store): update deps
* reformat hg-store-cli
---------
Co-authored-by: VGalaxies <vgalaxies@apache.org>
2024-06-25 00:07:02 +08:00
sheli00
1a8959575c
feat(store): integrate `store-node` submodule ( #2537 )
2024-06-11 00:19:07 +08:00
Peng Junzhi
ac93deebc6
feat(store): integrate `store-core` submodule ( #2548 )
...
* feat(store): integrate store-core submodule
2024-06-07 17:25:42 +08:00
Peng Junzhi
b4bc1f066a
feat(store): integrate `store-rocksdb` submodule ( #2513 )
...
TODO: delete "hugegraph-store/hg-store-rocksdb/src/main/java/place-holder.txt" later
---------
Co-authored-by: imbajin <jin@apache.org>
2024-04-19 11:11:44 +08:00
Peng Junzhi
d0a3ccc045
feat(store): integrate `store-test` submodule
2024-04-05 23:53:09 +08:00
Peng Junzhi
6c72ca5f63
feat(store): integrate `store-client` submodule
2024-04-05 23:53:09 +08:00
Peng Junzhi
f0d9d12ca7
feat(store): integrate `store-grpc` submodule
2024-04-05 23:53:09 +08:00
Peng Junzhi
e605f732e2
feat(store): integrate `store-common` submodule
2024-04-05 23:53:09 +08:00
Peng Junzhi
52f3d64b6a
refact: prepare for integrating store modules
2024-04-05 23:53:09 +08:00
V_Galaxy
bfe9fae150
chore: reset hugegraph version to 1.2.0 ( #2382 )
...
* 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
2023-12-09 22:02:49 +08:00
V_Galaxy
bce6d058f5
refact: adjust project structure for merge PD & Store[Breaking Change] ( #2338 )
...
## Purpose of the PR
Subtask of #2265 .
Adjust the project structure of this repository to include three sub-modules: hugegraph-server, hugegraph-pd, hugegraph-store at the root level.
## Main Changes
Roll back to the moment when https://github.com/apache/incubator-hugegraph/pull/2266 was merged on `pd-store` and incorporate the latest changes in `master`.
For more detailed information, please refer to https://github.com/apache/incubator-hugegraph/pull/2266#issue-1834369489 .
---------
Co-authored-by: M <87920097+msgui@users.noreply.github.com>
2023-11-08 18:08:08 +08:00