iotdb icon indicating copy to clipboard operation
iotdb copied to clipboard

Feature/iotconsensus snap multi dir

Open hongzhi-gao opened this issue 2 months ago • 1 comments

Description

  1. FolderManager relocated to commons module for consensus module accessibility.

img_v3_02sl_2c9a9abc-2110-482d-a770-5f9717ee5f5g


This PR has:

  • [ ] been self-reviewed.
    • [ ] concurrent read
    • [ ] concurrent write
    • [ ] concurrent read and write
  • [ ] added documentation for new or modified features or behaviors.
  • [ ] added Javadocs for most classes and all non-trivial methods.
  • [ ] added or updated version, license, or notice information
  • [ ] added comments explaining the "why" and the intent of the code wherever would not be obvious for an unfamiliar reader.
  • [x] added unit tests or modified existing tests to cover new code paths, ensuring the threshold for code coverage.
  • [ ] added integration tests.
  • [ ] been tested in a test IoTDB cluster.

Key changed/added classes (or packages if there are too many classes) in this PR

hongzhi-gao avatar Nov 26 '25 03:11 hongzhi-gao

Should include some compatibility design, like adding storageDir to storageDirs.

jt2594838 avatar Dec 02 '25 02:12 jt2594838