incubator-hugegraph icon indicating copy to clipboard operation
incubator-hugegraph copied to clipboard

[Summary] Preparations for Releasing HugeGraph Distributed (pd-store, 1.5) Version

Open VGalaxies opened this issue 7 months ago • 0 comments

TODOs:

(subtask of #2265)

  • [ ] licenses/notice: #2557 (IMPORTANT in release)
  • [ ] README
  • [ ] remove useless files https://github.com/apache/incubator-hugegraph/pull/2681
    • [ ] version.txt
      • [ ] hugegraph-store/hg-store-node/src/main/resources/version.txt
      • [ ] hugegraph-store/hg-store-test/src/main/resources/version.txt
    • [ ] verify-license.json (TBD.)
      • [ ] hugegraph-pd/hg-pd-dist/src/assembly/static/conf/verify-license.json
    • [ ] libjemalloc.so / libjemalloc_aarch64.so
  • [ ] PD/Store related doc transfer (to Wiki/Website)
  • [ ] ci
    • [ ] merge Hstore CI with server ci
  • [ ] remove the compatible code for Java8 / legacy code
    • [ ] AuthServer/HugeSecurityManager (remove the Reflection code)
    • [ ] Disable legacy master-worker mechanism in multi-server @shirleyStorage
    • [x] Mark raft-mode configs as legacy (put them on the bottom - properties) @shirleyStorage
    • [x] set G1 as the default gc (adapt the start-script / gc configs) #2664
    • [ ] ..... 🚧
  • [ ] handle SEC related issues (@imbajin)
  • [x] Back-testing for the latest code & hstore backend https://github.com/hugegraph/hugegraph-test/pull/16
  • [x] pd-store docker:
    • [x] #2573
    • [x] #2590
    • [x] #2642
    • [ ] url redirection
    • [ ] README
  • [x] miscellaneous
    • [x] #2574
    • [x] store module CJK translation, check by grep -rP '[\x{4e00}-\x{9fa5}]' ./hugegraph-store https://github.com/apache/incubator-hugegraph/pull/2614 https://github.com/apache/incubator-hugegraph/pull/2623 https://github.com/apache/incubator-hugegraph/pull/2624 https://github.com/apache/incubator-hugegraph/pull/2645
    • [x] hstore module CJK translation https://github.com/apache/incubator-hugegraph/pull/2616
  • [x] remaining store test: #2563
  • [x] upgrade revision: https://github.com/apache/incubator-hugegraph/pull/2585
  • [x] tar package https://github.com/apache/incubator-hugegraph/pull/2594
    • [x] binary file: libjemalloc.so, see https://github.com/apache/incubator-hugegraph/discussions/2268
  • [x] hugegraph-commons migration
    • [x] https://github.com/apache/incubator-hugegraph/pull/2613
    • [x] https://github.com/apache/incubator-hugegraph/pull/2628
  • [x] graph space
    • [x] https://github.com/apache/incubator-hugegraph/pull/2612

VGalaxies avatar Jul 10 '24 10:07 VGalaxies