Aph-CUG
0b794c9ab9
增加一个link_buf类,以及log写入机制
2024-08-27 09:20:02 +08:00
V_Galaxy
7be8e6b1dd
feat(common): add a tool method encode (common #146 , #2647 )
...
Co-authored-by: John <thespica@qq.com>
2024-08-24 16:07:26 +08:00
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
f88fad4711
Merge pull request #2646 from apache/fixup-commons
...
chore(ci): disable merge button & rename ci job name
2024-08-23 11:00:23 +08:00
VGalaxies
a767d73182
setup
2024-08-22 20:09:42 +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
V_Galaxy
1c577de9ba
chore(api): support ignore graphspaces segment in url ( #2612 )
...
For forwards compatibility with the "graphspace" mode
---------
Co-authored-by: imbajin <jin@apache.org>
2024-08-13 20:56:53 +08:00
V_Galaxy
4f0e4442ab
fix: correct server docker copy source path ( #2637 )
2024-08-13 20:53:20 +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
df921e915d
refact(server): enlarge bytes write limit & remove param `big` when encode/decode string id length ( #2622 )
...
As title, change limit:
- vid max to 16KB
- eid max to 64kb (128k as backup)
- property max to 10MB (keep consistent)
fix #1593 #2291
---------
Co-authored-by: imbajin <jin@apache.org>
2024-08-10 17:02:30 +08:00
V_Galaxy
7df736a77c
chore(hstore): translate CJK comments to English ( #2616 )
...
* trans server-core
2024-08-10 15:31:25 +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
2e27c583b4
chore(pd): translate CJK punctuations to English ( #2625 )
2024-08-10 12:16:51 +08:00
VGalaxies
459d4413b4
Merge remote-tracking branch 'commons/migrate-commons' into intro-commons-v2
2024-08-10 12:14:58 +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
VGalaxies
162a104ebd
git mv to hugegraph-commons
2024-08-03 20:34:23 +08:00
YangJiaqi
91f5b33bac
fix(hstore): JRaft Timer Metrics BUG ( #2602 )
2024-08-02 23:47:56 +08:00
John
53f0e18216
doc(server): enhance rest-server.properties comment ( #2610 )
...
---------
Co-authored-by: imbajin <jin@apache.org>
2024-08-02 19:14:25 +08:00
haohao0103
3427f42b81
refact(pd): remove redundant property in LogMeta & PartitionMeta ( #2598 )
...
Co-authored-by: V_Galaxy <vgalaxies@apache.org>
2024-08-02 18:37:06 +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
imbajin
7b9fd21d2a
chore: enable up-to-date for UI(CI) ( #2609 )
2024-08-02 11:21:54 +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
haohao0103
9baef8b255
fix(commons):fixed memory leaks occur in HugeGraph Server during data writing ( #144 )
...
* #2578
fixed memory leaks occur in HugeGraph Server during data writing
2024-07-30 17:46:59 +08:00
haohao0103
86e1003c16
fix(pd): partition IDs always empty in Shards List ( #2596 )
2024-07-22 15:15:00 +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
73a4c9d028
chore: intro `editorconfig-maven-plugin` for verifying code style defined in `.editorconfig` ( #2591 )
...
* exclude .flattened-pom.xml
2024-07-17 16:03:27 +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
haohao0103
899dc8e0f0
doc(pd): add `initial-store-count` comments in `application.yml` ( #2587 )
...
PD cluster will assess the overall health of the cluster. If the number of store nodes is less than the initial-store-count, the cluster will be unavailable
2024-07-16 16:33:58 +08:00
haohao0103
85e096698a
refact: enhance cache invalidation of the partition -> leader shard in ClientCache ( #2588 )
2024-07-15 23:07:30 +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
HaoJin Yang
03b40a5244
fix(server): random generate default value ( #2568 )
...
Co-authored-by: imbajin <jin@apache.org>
2024-07-14 17:05:35 +08:00
V_Galaxy
cedc000215
chore: upgrade revision to 1.5.0 ( #2585 )
...
* set revision to 1.5.0
2024-07-13 17:00:43 +08:00
V_Galaxy
9f89afc39a
feat(server): support new backend Hstore ( #2560 )
...
subtask of #2483
2024-07-10 16:35:44 +08:00
Frosky Lrupotkin
37e71c4858
chore: migrate the `hg-style.xml` to `.editorconfig` ( #2561 )
2024-06-28 22:34:07 +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
V_Galaxy
1e9752109e
chore: intro `install-dist` module in root ( #2552 )
...
* init dist in root
* adapt path & regenerate deps
* add comment
* add comment
* fix pd dir
* fix server dir
* improve hugegraph-pd/.gitignore
* improve
* rename dist -> install-dist
* fix path
* regenerate known dependencies
2024-06-13 17:06:37 +08:00
V_Galaxy
506850caea
chore: reset license header for file declared in LICENSE ( #2550 )
2024-06-11 10:08:23 +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
Zee Huang
93c2e08780
Update 'How to Contribute' link and remove duplicate 'Guidelines' link in README ( #143 )
...
* Update 'How to Contribute' link and remove duplicate 'Guidelines' link in README
This PR makes the following changes to the README file to streamline the contribution guidelines and avoid redundancy:
- Updated the 'How to Contribute' link to ensure it directs contributors to the correct resource.
- Removed the 'Guidelines' link as it duplicated the information provided in 'How to Contribute'.
* Update contribution link from markdown to website
- Changed the contribution guide link in the README.md from the markdown file to the corresponding section on the official website.
- This change ensures that the link remains stable and is not impacted by the frequent changes to Markdown files.
2024-05-28 15:22:43 +08:00
V_Galaxy
b056c5facd
chore(pd): translate CJK comments to English ( #2536 )
2024-05-13 16:16:02 +08:00
V_Galaxy
c1e8ea5aba
feat(server): integrate `server-hstore` into hugegraph ( #2534 )
...
subtask of #2265
When introducing hstore, server-core needs corresponding modifications. Except for BytesBuffer.java in hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/, other files should be consistent with the pd-store branch.
---------
Co-authored-by: imbajin <jin@apache.org>
2024-05-06 20:09:12 +08:00
V_Galaxy
253b8d38b8
feat(pd): integrate `pd-dist` into hugegraph & add core tests, client tests, and REST tests for PD ( #2532 )
...
subtask of #2265
---------
Co-authored-by: imbajin <jin@apache.org>
2024-05-06 20:08:48 +08:00
V_Galaxy
2b3bc4f28b
feat(pd): integrate `pd-service` into hugegraph ( #2528 )
...
subtask of #2265
For detailed module analysis documentation, please refer to fs doc/link/wiki
TODO: Update the getPomVersion implement in the common-module
---------
Co-authored-by: imbajin <jin@apache.org>
2024-04-22 14:53:45 +08:00