VGalaxies

Results 33 issues of VGalaxies

subtask of #2265 - CI - core tests: https://github.com/apache/incubator-hugegraph/issues/2420 - [x] https://github.com/apache/incubator-hugegraph/pull/2414 - [x] https://github.com/apache/incubator-hugegraph/pull/2424 - [x] https://github.com/apache/incubator-hugegraph/pull/2443 - [x] https://github.com/apache/incubator-hugegraph/pull/2431 - [x] https://github.com/apache/incubator-hugegraph/pull/2599 - api tests: https://github.com/apache/incubator-hugegraph/issues/2461 - [x]...

feature
hstore

> References: > > - https://github.com/hugegraph/actions/issues/6 > - https://github.com/apache/incubator-hugegraph/wiki/Apache-%E5%8F%91%E7%89%88%E6%B3%A8%E6%84%8F%E4%BA%8B%E9%A1%B9 > - https://hugegraph.apache.org/docs/contribution-guidelines/contribute/#321-check-licenses Due to the introduction of the pd and store modules in version 1.5, it is necessary to update...

help wanted
dependencies
apache

subtask of https://github.com/apache/incubator-hugegraph/issues/2265 - license header - [x] https://github.com/apache/incubator-hugegraph/pull/2446 - CI - [x] https://github.com/apache/incubator-hugegraph/pull/2480 - [x] https://github.com/apache/incubator-hugegraph/pull/2492 - to master - [x] https://github.com/apache/incubator-hugegraph/pull/2460 - [x] https://github.com/apache/incubator-hugegraph/pull/2498 - [x] https://github.com/apache/incubator-hugegraph/pull/2478 -...

feature
pd

### Bug Type (问题类型) gremlin (结果不合预期) ### Before submit - [X] 我已经确认现有的 [Issues](https://github.com/apache/hugegraph/issues) 与 [FAQ](https://hugegraph.apache.org/docs/guides/faq/) 中没有相同 / 重复问题 (I have confirmed and searched that there are no similar problems in...

bug
help wanted
good first issue
rocksdb
gremlin

The HugeGraph community will officially release the latest distributed version soon. Welcome to try the preview version based on [this](https://github.com/apache/incubator-hugegraph/wiki/HugeGraph-Distributed-(pd%E2%80%90store)-Version-Deployment-Guide) document and leave your comments and suggestions in this issue....

feature

subtask of https://github.com/apache/incubator-hugegraph/issues/2265 - [x] drop support for java8: https://github.com/apache/incubator-hugegraph/pull/2498 - [ ] upgrade Hbase 2.3+ to use Java11 runtime & drop the Java8 in server's CI https://github.com/apache/incubator-hugegraph/blob/1228dec04d38735b6f8b69244740fbd62310c2de/.github/workflows/server-ci.yml#L48 - [x]...

improvement
api
java11
todo

Considering that when the event is garbage collected, the file resources it holds will not automatically end their lifecycle, we adopt a reference counting maintenance + safety net fallback method...

fixup #13250, @Caideyipi found that for the following concurrency sequence enqueue -> dequeue -> decrease -> increase, the decrease event counter would fail...