Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[To RC/1.3.3] Metric: Discard Error Metric When Taking Snapthot #13843

Closed
wants to merge 238 commits into from

Commits on Aug 9, 2024

  1. Configuration menu
    Copy the full SHA
    e0129ac View commit details
    Browse the repository at this point in the history
  2. Subscription: avoid incomplete resource release of prefetching queue …

    …caused by restarting subscription pipe (apache#13079)
    
    (cherry picked from commit 83f8db0)
    VGalaxies authored and JackieTien97 committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    1b650f5 View commit details
    Browse the repository at this point in the history
  3. Update out-dated profile name in readmes (apache#13092)

    (cherry picked from commit b1bc666)
    jt2594838 authored and JackieTien97 committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    81f3a33 View commit details
    Browse the repository at this point in the history
  4. Convert date to LocalDate in sortlist()

    (cherry picked from commit 0733a49)
    YangYumings authored and JackieTien97 committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    c59b2e7 View commit details
    Browse the repository at this point in the history
  5. Subscription: java client supports Create Topic If Not Exists and Dro…

    …p Topic If Exists (apache#13081)
    
    (cherry picked from commit 86ddd74)
    luoluoyuyu authored and JackieTien97 committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    81e8c3a View commit details
    Browse the repository at this point in the history
  6. PipePlugin/Subscription: The Drop PipePlugin operation adds a check t…

    …o see if there is a Topic that uses PipePlugin as a processor (apache#13048)
    
    (cherry picked from commit 97f9ef5)
    luoluoyuyu authored and JackieTien97 committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    91b7b65 View commit details
    Browse the repository at this point in the history
  7. Update multi-language-client CI with path rule (apache#13095)

    (cherry picked from commit 0835630)
    HTHou authored and JackieTien97 committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    8648df0 View commit details
    Browse the repository at this point in the history
  8. Fix IoTConsensus log explosion when stoping one node apache#13101

    Signed-off-by: OneSizeFitQuorum <[email protected]>
    (cherry picked from commit b2cf804)
    OneSizeFitsQuorum authored and JackieTien97 committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    3a7a1c3 View commit details
    Browse the repository at this point in the history
  9. Unify string type inference (apache#13094)

    * Unify string type inference
    
    * rm useless submodule
    
    (cherry picked from commit 74404a3)
    HTHou authored and JackieTien97 committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    fce6df1 View commit details
    Browse the repository at this point in the history
  10. Enhance transferLeader retry frequency when migrating region apache#1…

    …3098
    
    Signed-off-by: OneSizeFitQuorum <[email protected]>
    (cherry picked from commit 43d0fa5)
    OneSizeFitsQuorum authored and JackieTien97 committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    daa8341 View commit details
    Browse the repository at this point in the history
  11. Add wal compression metric items (apache#13105)

    * add wal compression metrics
    
    * fix code refered in review comments
    
    (cherry picked from commit 8b318c3)
    shuwenwei authored and JackieTien97 committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    50b7371 View commit details
    Browse the repository at this point in the history
  12. Remove the usage of lt_downsampling_java8 (apache#13108)

    (cherry picked from commit 0051687)
    HTHou authored and JackieTien97 committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    18df70d View commit details
    Browse the repository at this point in the history
  13. Fix RegionGroup concurreny problem (apache#13103)

    * done?
    
    * done?
    
    (cherry picked from commit 52f302b)
    liyuheng55555 authored and JackieTien97 committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    a75f72e View commit details
    Browse the repository at this point in the history
  14. Handle exception when the WAL initializtion is interrupted (apache#13102

    )
    
    (cherry picked from commit 45021a6)
    jt2594838 authored and JackieTien97 committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    539d707 View commit details
    Browse the repository at this point in the history
  15. Report INTERNAL_SERVER_ERROR in executeBatch (apache#13106)

    * Report INTERNAL_SERVER_ERROR in executeBatch
    
    * Report INTERNAL_SERVER_ERROR in executeBatch
    
    (cherry picked from commit 9b15ab6)
    jt2594838 authored and JackieTien97 committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    23a83d9 View commit details
    Browse the repository at this point in the history
  16. Fixed the rest service When executing unsupported SQL, return null

    (cherry picked from commit 75ddc9d)
    CloudWise-Lukemiao authored and JackieTien97 committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    6ffd188 View commit details
    Browse the repository at this point in the history
  17. Update license information (apache#13113)

    (cherry picked from commit 7329718)
    HTHou authored and JackieTien97 committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    83d2b42 View commit details
    Browse the repository at this point in the history
  18. Pipe: Implemented Client-Server model in OPC UA Sink & Enable anonymo…

    …us access settings & Corrected date time format (apache#13100)
    
    (cherry picked from commit 78439da)
    Caideyipi authored and JackieTien97 committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    21e0a07 View commit details
    Browse the repository at this point in the history
  19. Pipe: Support converting data type on data sync receiver metadata mis…

    …match (apache#13110)
    
    (cherry picked from commit 5b31438)
    SteveYurongSu authored and JackieTien97 committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    f45a1b2 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. [rc/1.3.3] Fix wal file end marker (apache#13126)

    * fix WAL file end marker
    
    * fix ut
    shuwenwei authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    29d7958 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4134d6f View commit details
    Browse the repository at this point in the history
  3. [To rc/1.3.3] Make fetch schema error more specific and support retry…

    … for TOO_MANY_CONCURRENT_QUERIES_ERROR
    JackieTien97 authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    d8517b7 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. [ISSUE-13155] When having more than one pipeline subscription and res…

    …tarting the server, the second subscription ends in a loop of doom (apache#13156) (apache#13160)
    
    (cherry picked from commit bc85409)
    
    Co-authored-by: Christofer Dutz <[email protected]>
    SteveYurongSu and chrisdutz authored Aug 14, 2024
    Configuration menu
    Copy the full SHA
    ed9a423 View commit details
    Browse the repository at this point in the history
  2. Load: Support Datanode actively listening dirs and auto load tsfile (a…

    …pache#13085) (apache#13170)
    
    Co-authored-by: Steve Yurong Su <[email protected]>
    (cherry picked from commit 34c63cf)
    YC27 authored Aug 14, 2024
    Configuration menu
    Copy the full SHA
    896a59e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    044d712 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a0d4d25 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Configuration menu
    Copy the full SHA
    4a4edc7 View commit details
    Browse the repository at this point in the history
  2. [To rc/1.3.3][Region Migration]: Clear Invalid schema region when res…

    …tarting (apache#13185)
    
    * merge
    
    * split removeRegion function
    133tosakarin authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    029bee7 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Share device info in compaction schedule (apache#13150) (apache#13174)

    * share device time index in compaction schedule
    
    * fix
    
    * fix bug
    shuwenwei authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    33b4e64 View commit details
    Browse the repository at this point in the history
  2. Optimize action

    CritasWang authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    7c3f3a8 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2024

  1. Bump milo.version from 0.6.10 to 0.6.14 (apache#13203)

    Bumps `milo.version` from 0.6.10 to 0.6.14.
    
    Updates `org.eclipse.milo:stack-core` from 0.6.10 to 0.6.14
    
    Updates `org.eclipse.milo:sdk-core` from 0.6.10 to 0.6.14
    
    Updates `org.eclipse.milo:stack-server` from 0.6.10 to 0.6.14
    
    Updates `org.eclipse.milo:sdk-server` from 0.6.10 to 0.6.14
    
    Updates `org.eclipse.milo:sdk-client` from 0.6.10 to 0.6.14
    
    ---
    updated-dependencies:
    - dependency-name: org.eclipse.milo:stack-core
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.eclipse.milo:sdk-core
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.eclipse.milo:stack-server
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.eclipse.milo:sdk-server
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.eclipse.milo:sdk-client
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and HTHou committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    0f5097a View commit details
    Browse the repository at this point in the history
  2. [region migration] Ignore old region migration procedure during proce…

    …dure framework updating apache#13138 (apache#13207)
    
    (cherry picked from commit ecd087c)
    liyuheng55555 authored Aug 17, 2024
    Configuration menu
    Copy the full SHA
    e44dcc7 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2024

  1. Configuration menu
    Copy the full SHA
    908d45e View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    46442ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b22c5d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a7b898 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd44b54 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    74c72f5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b27f752 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Pipe: The DataRegion migration process checks whether the user pipe h…

    …as released all related resources (apache#13183) (apache#13228)
    
    Co-authored-by: Steve Yurong Su <[email protected]>
    luoluoyuyu and SteveYurongSu authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    83d4d2f View commit details
    Browse the repository at this point in the history
  2. Subscription IT: intro extensive regression tests from test group (ap…

    …ache#13225)
    
    > Special thanks to Chang Xue for providing these regression tests.
    
    1. Introduce MultiClusterIT2SubscriptionRegression profile
    2. Adapt to TestConfig (renamed to AbstractSubscriptionRegressionIT), inherit IT subscription triple cluster environment
    3. Modify the logic of each test setUp and tearDown
    4. Add the necessary annotations
    5. Ensure the test file name starts with "IoTDB" and ends with "IT"
    VGalaxies authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    7a22568 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7455e00 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2e6d3d9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    37adb36 View commit details
    Browse the repository at this point in the history
  6. [rc/1.3.3] Reduce aligned series compaction memory usage (apache#13135)

    * BatchedReadChunkAlignedSeriesCompactionExecutor
    
    * skip write time chunk in following executor
    
    * rename
    
    * modify ut
    
    * fix bug
    
    * fix
    
    * fix ut
    
    * add FollowingBatchCompactionTimeChunkWriter
    
    * modify TsFileResourceUtils
    
    * support TsFileSplitter
    
    * add comment
    
    * modify Fast Compaction
    
    * modify dir
    
    * modify AbstractCompactionWriter
    
    * modify flushAlignedPage
    
    * check BLOB and STRING data type
    
    * fix bug
    
    * fix time chunk repeatedly flush
    
    * fix all page in one batch is empty
    
    * fix bug
    
    * fix bug
    
    * add ut
    
    * add cross space compaction ut
    
    * fix bug
    
    * modify AbstractCompactionWriter
    
    * modify AbstractCompactionWriter
    
    * modify SeriesCompactionExecutor
    
    * fix bug
    
    * use old executor if batch size > measurement num
    
    * fix ut
    
    * modify compaction task estimated memory calculation
    
    * add ut
    
    * fix bug
    
    * remove some debug code
    
    * fix TsFileSplitter bug
    
    * add comment
    
    * add chunk writer flush check
    
    * simplify ut
    
    * add ut
    
    * add ut
    
    * remove BatchedAlignedPageElement
    
    * batch compaction config hot reload
    
    * add rough compaction task memory estimation
    
    * remove \#
    
    * remove repeat code
    
    * add comment in LoadTsFileManager
    
    * fix hot load
    
    * add exception
    
    * modify BatchCompactionCannotAlignedException
    
    * add aligned check
    
    * fix bug
    
    * fix bug
    
    * fix hot load
    
    * rename
    
    * fix ut
    
    * add ut
    
    * fix bug
    
    * fix CompactionCheckUtil
    
    * fix CompactionCheckUtil
    
    * fix ut
    
    * fix it
    
    * remove print
    
    * fix bug
    
    * fix review
    
    * fix review
    
    * add comment
    
    * fix bug
    
    * add ut
    
    * resolve conflicts
    shuwenwei authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    a1ee176 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a614995 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Pipe: Fix InternalCreateMultiTimeSeries plan's members may be altered…

    … in SchemaRegionListeningQueue & Alter timeseries for logical view is not parsed in snapshot transferring (apache#13237)
    Caideyipi authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    ebb885b View commit details
    Browse the repository at this point in the history
  2. Pipe: Convert tsfile to tablets on data sync receiver when data type …

    …/ aligned type mismatch detected (apache#13239) (apache#13245)
    
    (cherry picked from commit 1ee4744)
    SteveYurongSu authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    64dd5f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f586595 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8c3fa72 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    34de319 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. [rc/1.3.3] Inner compaction split large target file (apache#13188)

    * NewInnerSpaceCompactionTask
    
    * fix bug
    
    * fix ut
    
    * add selector
    
    * fix bug
    
    * fix bug
    
    * fix bug
    
    * fix bug
    
    * fix repair compaction task
    
    * add config item in IoTDBConfig
    
    * check file num
    
    * delete old compaction task codes
    
    * fix bug
    
    * fix bug
    
    * fix bug
    
    * check empty partition
    
    * add ut
    
    * add ut
    
    * add ut
    
    * add ut
    
    * add ut
    
    * modify merge read priority
    
    * add ut
    
    * add ut
    
    * add ut
    
    * fix ut
    
    * modify it
    
    * remove sout
    
    * check single file size before select it
    
    * fix check
    
    * skip to previous index if previous files are skipped
    
    * fix bug
    
    * add ut
    
    * fix selection
    
    * add ut
    
    * fix getPos
    
    * fix bug
    
    * fix review
    
    * remove sout
    
    * remove 'isEmptyFile' in AbstractInnerCompactionWriter
    
    * modify ut
    
    * modify properties file
    
    * add comment
    
    * fix bug
    
    * fix review
    
    * fix recover method
    
    * fix recover method
    
    * parameterized test
    
    * support hot load configuration for compaction selector
    
    * fix compile
    
    * more compaction config items allow hot load
    
    * fix ut
    
    * remove throw in method signature
    shuwenwei authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    d99ea71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54f46a0 View commit details
    Browse the repository at this point in the history
  3. [to rc/1.3.3][region migration] Ratis delete local peer when resetPee…

    …rList is called and myself not in correct peer list apache#13285
    liyuheng55555 authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    55db67a View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Configuration menu
    Copy the full SHA
    e33d18e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f5022f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ffad666 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f431d2b View commit details
    Browse the repository at this point in the history
  5. Load: Add metrics for active load (apache#13281)

    Co-authored-by: Steve Yurong Su <[email protected]>
    
    (cherry picked from commit efd3420)
    YC27 authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    d38ea57 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Subscription: payload size control for poll request & apply forced ta…

    …blet for dataset topic & implement strictness timeout by multiple poll (apache#13037) (apache#13309)
    VGalaxies authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    6af73dc View commit details
    Browse the repository at this point in the history
  2. Pipe: Avoid req size excceeding the thrift max frame size by slicing …

    …the original req automatically (apache#13290) (apache#13308)
    
    (cherry picked from commit 41ee831)
    SteveYurongSu authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    d46900e View commit details
    Browse the repository at this point in the history
  3. [to rc/1.3.3] Fix TsFileOverlapValidationAndRepairTool (apache#13299)

    * fix overlap tool
    
    * remove one line
    
    * fix review
    shuwenwei authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    4ef4b14 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c442bf7 View commit details
    Browse the repository at this point in the history
  5. Pipe: Fixed the NPE in TsFileInsertionScanDataContainer when there ar…

    …e null values in parts of the alignedChunkData (apache#13306) (apache#13314)
    Caideyipi authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    3d949e1 View commit details
    Browse the repository at this point in the history
  6. Active Load: Add scan filtering judgment & Fix failed directory witho…

    …ut hot reload & Log downgrade & Remove rounds for scheduled tasks (apache#13310) (apache#13317)
    YC27 authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    5c2c080 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    96a8574 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40a5c30 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    72e5506 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ee81dbf View commit details
    Browse the repository at this point in the history
  5. Add 'deserialize_resource' metric item in compaction (apache#13298) (a…

    …pache#13305)
    
    * add 'deserialize_resource' metric
    
    * fix tag
    shuwenwei authored Aug 28, 2024
    Configuration menu
    Copy the full SHA
    5649976 View commit details
    Browse the repository at this point in the history
  6. Fix some issues of compaction (apache#13316) (apache#13325)

    * modify inner compaction task comparator
    
    * fix a bug
    
    * modify selector
    
    * modify selector
    
    * fix ut
    
    * reset one line
    
    * fix comment
    
    * fix comment
    
    * fix comment
    shuwenwei authored Aug 28, 2024
    Configuration menu
    Copy the full SHA
    4136b3b View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Feat/updated cli (apache#13194) (apache#13331)

    (cherry picked from commit 38c1d59)
    chrisdutz authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    213ea7c View commit details
    Browse the repository at this point in the history
  2. [to rc/1.3.3] Make procedure scheduler ignore successful procedure (a…

    …pache#13330)
    
    * we just ignore it, ok?
    
    * don't add back successful procedure
    liyuheng55555 authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    61b7d58 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2eda8be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1aeeffb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fb237e3 View commit details
    Browse the repository at this point in the history
  6. Pipe: Convert data types when data sync sink metadata does not match …

    …integration test (apache#13326)
    
    Co-authored-by: Steve Yurong Su <[email protected]>
    luoluoyuyu and SteveYurongSu authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    6cc25dd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    48e9a75 View commit details
    Browse the repository at this point in the history
  8. Get root cause to enable read retry apache#13341 (apache#13347)

    (cherry picked from commit d738300)
    HxpSerein authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    3cb4160 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8ed0603 View commit details
    Browse the repository at this point in the history
  10. Refactor/ai node build update (apache#13349)

    * Refactor/ai node build update (apache#13302)
    
    * fix: Hopefully fixed the build of the cpp-example on windows systems
    
    * fix: Increase the timeout even more to finally make the build succeed.
    
    * fix: Fix the build.
    
    * refactor: Cleaned up the build of the ai-node to be more robust
    
    * fix: Made the groovy script also work when building the entire project.
    
    * feat: Added some checks to validate the min and max version of the python3 version being used.
    
    * feat: Added some checks to validate the min and max version of the python3 version being used.
    
    * fix: Updated the python settings in pyproject.toml to reflect the really valid range of python versions and updated the prerequisite check accordingly.
    
    * feat: Removed the option to remove an AI node by rpc-ip+port.
    
    * chore: Added the poetry.lock to the .gitignore
    
    * docs: Removed the option to use the ip+port from the output of the scripts.
    
    * chore: Added the poetry.lock to the repo and removed it from the .gitignore file
    
    (cherry picked from commit 7c808c5)
    
    * set ainode version
    
    ---------
    
    Co-authored-by: Christofer Dutz <[email protected]>
    ycycse and chrisdutz authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    bde8d66 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    84a6c27 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b8a822 View commit details
    Browse the repository at this point in the history
  3. update 3.1.1-0133c90-SNAPSHOT (apache#13356)

    Signed-off-by: OneSizeFitQuorum <[email protected]>
    OneSizeFitsQuorum authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    a9caacd View commit details
    Browse the repository at this point in the history
  4. Active Load: Add metrics for file size and refactor the code (apache#…

    …13329) (apache#13358)
    
    (cherry picked from commit c5b8a59)
    
    Co-authored-by: Steve Yurong Su <[email protected]>
    Co-authored-by: YC27 <[email protected]>
    SteveYurongSu and YC27 authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    90f26ab View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2024

  1. Configuration menu
    Copy the full SHA
    2083f89 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

  1. Speed up recover (apache#13068) (apache#13345)

    * init
    
    * init
    
    * init
    
    * dev
    
    * dev
    
    * dev
    
    * dev reader
    
    * support read and write FileTimeIndexCache
    
    * support read and write FileTimeIndexCache
    
    * dev recover progress
    
    * update last flush time after async recover finished
    
    * fix package structure
    
    * finish compact logic
    
    * fix UT
    
    * Fix repair data error
    
    * adapt pipe
    
    * try to fix 1c3d IT
    
    * fixing recover from wal not recode fileTimeIndex
    
    * recover from wal need to recode file timeindex cache
    
    * fix sonar bug
    
    * update more
    
    * fix empty FileTimeIndexCache
    
    * batch serialize
    
    * control the thread number of recover
    
    * fix cannot start recover task
    
    * fix delete region
    
    * fix compile issue
    
    * fixing review
    
    * fix review
    
    * fix review and small issue
    
    * fix review and small issue
    HTHou authored Sep 1, 2024
    Configuration menu
    Copy the full SHA
    9a0e9d4 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Configuration menu
    Copy the full SHA
    638276b View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    b86989d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b24ead View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9199a35 View commit details
    Browse the repository at this point in the history
  4. [To: rc/1.3.3]Fix WAL Exception catch & support new DataTypes in Quer…

    …yDataSetUtils (apache#13375)
    
    * Fix WAL Exception catch & support new DataTypes in QueryDataSetUtils
    
    * fix merge conflict
    
    * fix review
    
    (cherry picked from commit 07fd6ed)
    
    * fix review
    jt2594838 authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    d2ffea3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f74efb1 View commit details
    Browse the repository at this point in the history
  6. [to rc/1.3.3] Fix IoTDBSetConfigurationIT.setClusterNameTest (wait Da…

    …taNode's restarting for more time, and slow down requesting frequency) apache#13374
    liyuheng55555 authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    5634a67 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5e840e7 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Remove unnecessary type cast log (apache#13393)

    (cherry picked from commit 46c9139)
    jt2594838 authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    ab52a45 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    abf12ff View commit details
    Browse the repository at this point in the history
  3. fix bug (apache#13397)

    shuwenwei authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    db531ff View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    ea5b5ed View commit details
    Browse the repository at this point in the history
  2. Fix default authentication of C++ Client (apache#13372)

    (cherry picked from commit 7a36d9a)
    jt2594838 authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    64d0517 View commit details
    Browse the repository at this point in the history
  3. Change FileTimeIndexCache to region level (apache#13353) (apache#13409)

    * Check FileTimeIndexCache to region level
    
    * add log
    
    * fix ut
    
    * fix it error
    
    * fix error log
    HTHou authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    a492c68 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Subscription: reduce the length of the stringified subscription event…

    … & do not print warn logs for eagerly pollable events (apache#13405) (apache#13421)
    VGalaxies authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    3ce1f3b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94e6870 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6dbe63b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    045d2b0 View commit details
    Browse the repository at this point in the history
  5. Fix error log when drop database or migrate region (apache#13398) (ap…

    …ache#13429)
    
    * Fix error log when drop database or migrate region
    
    * remove writer
    HTHou authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    10a2d82 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cac8fc1 View commit details
    Browse the repository at this point in the history
  7. [to rc/1.3.3] Calculate metadata memory when estimate compaction memo…

    …ry (apache#13426)
    
    * calculate metadata memory
    
    * fix bug
    
    * fix bug
    
    * modify estimate method
    
    * fix bug
    shuwenwei authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    cab3e79 View commit details
    Browse the repository at this point in the history
  8. [to rc/1.3.3] Repair task may create compaction log file twice in seq…

    …uence and unsequence dir (apache#13414)
    
    * fix bug
    
    * fix insertion compaction rollback
    shuwenwei authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    f7ccf07 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fb12fbf View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1df0000 View commit details
    Browse the repository at this point in the history
  11. [to rc/1.3.3] Properly handle the case where a single IndexedRequest …

    …contains multiple “delete PlanNode” operations on the receiving end of IoTConsensus. (apache#13427)
    liyuheng55555 authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    6e319b2 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. [to rc/1.3.3] Check decoded page size in compaction (apache#13432)

    * check decoded page size in seq compaction
    
    * add comment in ut
    
    * fix comment
    
    * add comment
    shuwenwei authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    7013434 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    641e1c8 View commit details
    Browse the repository at this point in the history
  3. Load: Support remote load in import-tsfile script & Fix: remote load …

    …in import-tsfile script (apache#13438) (apache#13439)
    
    Co-authored-by: Steve Yurong Su <[email protected]>
    YC27 and SteveYurongSu authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    80eb11c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    98e2e4b View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. [to rc/1.3.3] Fix compaction device info cache (apache#13454)

    * fix device info cache
    
    * simplify test
    shuwenwei authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    06a3831 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b83481 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    affd910 View commit details
    Browse the repository at this point in the history
  4. [to rc/1.3.3] Optimize column batch selection when there are many val…

    …ue columns (apache#13457)
    
    * optimize column batch selection when there are many value columns
    
    * fix bug
    
    * use array dequeue
    shuwenwei authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    f1cbc13 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0a7d24f View commit details
    Browse the repository at this point in the history
  6. [to rc/1.3.3] Add deserializeFromWAL and related code for ContinuousS…

    …ameSearchIndexSeparatorNode (apache#13465)
    
    * done?
    
    * done?
    
    * done?
    
    * cp
    liyuheng55555 authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    8b159b1 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    18d31d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    391f938 View commit details
    Browse the repository at this point in the history
  3. AINode: Fix restart functionality and enhance error clarity (apache#1…

    …3424) (apache#13469)
    
    * add restart support in confignode for ainode
    
    * add exception handling for ainode
    
    (cherry picked from commit 2a015fc)
    ycycse authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    c81d36b View commit details
    Browse the repository at this point in the history
  4. AINode: Refined architecture for enhanced modularity & Added basic IT (

    …apache#13423) (apache#13470)
    
    This PR refactors the AINode codebase by breaking down the existing classes into separate modules, enhancing code readability and maintainability. Additionally, I have identified and removed code smells, ensuring cleanliness and consistency throughout the code. These improvements will facilitate future feature expansions and bug fixes.
    
    ------
    
    * basic refactor the logic of manager
    
    * refactor ainode (has bug needed to be fixed)
    
    * use logger that is uniformly initialized.
    
    * support singleton for ClientManager
    
    * Refine the locking mechanism for multi-threading
    
    * Add IT of model for AINode
    
    * ignore AINode-example in header check
    
    * refine dropModelTest which may exist error
    
    * optimized cluster number to reduce execution time
    
    * class-level method needs to be static
    
    * try to fix CI
    
    * fix the problem where CREATE MODEL may be slow.
    
    * reduce cluster number
    
    (cherry picked from commit cfc4eee)
    ycycse authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    8662432 View commit details
    Browse the repository at this point in the history
  5. Pipe: Remove and close asynchronous connector manager when all client…

    …s are useless (apache#13399) (apache#13476)
    
    Co-authored-by: Steve Yurong Su <[email protected]>
    YC27 and SteveYurongSu authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    a798425 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    79f2e86 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. [to rel/1.3.3] Rename IoTDBShutdownHook to DataNodeShutdownHook & Del…

    …ay the execution of the “clear lock file” step in DataNodeShutdownHook (apache#13482)
    
    * done
    
    * add comment
    liyuheng55555 authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    3de1034 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17d5f0f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c43f8f View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. [to rc/1.3.3] Fix the allocation of target file name in repair data t…

    …ask (apache#13492)
    
    * fix repair task target file name allocation
    
    * use constant
    
    * fix size tiered compaction selector
    
    * Revert "use constant"
    
    This reverts commit fb646c2.
    
    * Revert "fix repair task target file name allocation"
    
    This reverts commit 15e2c35.
    
    * allocate file timestamp
    shuwenwei authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    2f64868 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4296742 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    492a7f3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ba3f08e View commit details
    Browse the repository at this point in the history
  5. Pipe: perform deep copy for incoming progress index when constructing…

    … and updating progress index & fix hash code of progress index (apache#13441) (apache#13503)
    VGalaxies authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    c223f62 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    941e82f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c66769c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1694af9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d61314f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8b9214c View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. [To rc/1.3.3][Py-Client] support new data types (apache#13506)

    * [Py-Client] support new data types (apache#13494)
    
    * [Py-Client] support new data types
    
    * add test
    
    * recover useless change
    
    * more change
    
    * fix test
    HTHou authored Sep 14, 2024
    Configuration menu
    Copy the full SHA
    cf73d9a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d05d69 View commit details
    Browse the repository at this point in the history
  3. Active Load: Fix load_active_listening_max_thread_num or load_active_…

    …listening_check_interval_seconds less than 0 throwing exception (apache#13518)
    
    Co-authored-by: Steve Yurong Su <[email protected]>
    (cherry picked from commit 9ef1165)
    YC27 authored Sep 14, 2024
    Configuration menu
    Copy the full SHA
    bc591cb View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2024

  1. Configuration menu
    Copy the full SHA
    74ed54f View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    3ad77ac View commit details
    Browse the repository at this point in the history
  2. Pipe: rebind progress index to prematurely flushed tsfile insertion e…

    …vent to avoid data loss when syncing data between clusters (apache#13519)
    VGalaxies authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    1547dab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    41d0604 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bc4d4c0 View commit details
    Browse the repository at this point in the history
  5. Pipe: Fix data lost when syncing between clusters cause by senders' d…

    …ata region leader change (apache#13532) (apache#13536)
    
    (cherry picked from commit 6b71f76)
    SteveYurongSu authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    e74d1b4 View commit details
    Browse the repository at this point in the history
  6. Pipe: Fix the Out of memory problem in WALInsertNodeCache memory mana…

    …gement under extreme conditions (apache#13538)
    luoluoyuyu authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    9e1143f View commit details
    Browse the repository at this point in the history
  7. Pipe: Fix startup failure of PipeHistoricalDataRegionTsFileExtractor …

    …due to unprepared StorageEngine (apache#13526) (apache#13540)
    
    Co-authored-by: Steve Yurong Su <[email protected]>
    (cherry picked from commit 07f1475)
    
    Co-authored-by: Zhenyu Luo <[email protected]>
    SteveYurongSu and luoluoyuyu authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    bba1af2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7434fb7 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    fdd7e8b View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Load: New SQL grammer -> LOAD <filePath> with ('k'='v', ...) (apache#…

    …13553)
    
    Co-authored-by: Steve Yurong Su <[email protected]>
    (cherry picked from commit 3f922e7)
    YC27 authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    3a5304a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4dcbc9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a77a625 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    df68b2a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b1baff6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    39dffe2 View commit details
    Browse the repository at this point in the history
  7. Pipe: optimize the 'Create Pipe' SQL statement to allow omitting 'Wit…

    …h Sink' when no Source or Processor attributes are defined. (apache#13534) (apache#13563)
    luoluoyuyu authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    1c94d98 View commit details
    Browse the repository at this point in the history
  8. Pipe / Subscription : Fixed the bug that TsFileInsertionScanDataConta…

    …iner may use wrong isMultiPage flag for aligned chunk when value chunk is not continuous (apache#13554) (apache#13566)
    Caideyipi authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    cb795f4 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

  1. Configuration menu
    Copy the full SHA
    f09c99d View commit details
    Browse the repository at this point in the history
  2. [IOTDB-6351] Don't retry if operation has already succeed even if the…

    … DN is not running status
    JackieTien97 authored Sep 21, 2024
    Configuration menu
    Copy the full SHA
    0561c0d View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2024

  1. Pipe: make progress index immutable (apache#13571)

    In Java, immutable objects have clear requirements:
    
    1. The state of the object cannot be modified after creation.
    2. All member variables of the object are final.
    3. The object is correctly created (during the creation of the object, the `this` reference does not escape).
    
    This class is designed to be immutable, meaning that instances of ProgressIndex can be treated as value objects. Immutability ensures thread safety, as no external synchronization is required for concurrent access to instances of this class. It also simplifies reasoning about the state of the object as it cannot change once created.
    
    However, if a ProgressIndex instance holds any mutable objects, like a Map, they must be deeply copied during construction or when exposed through accessors to maintain the immutability contract. This prevents unintended modifications to the underlying mutable state from affecting other parts of the program.
    VGalaxies authored Sep 22, 2024
    Configuration menu
    Copy the full SHA
    7f11cb4 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Subscription IT: explicitly declare setUp method for test class to …

    …avoid `UNKNOWN-IT` test class name (apache#13576)
    VGalaxies authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    11c3d34 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58d6645 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f86bdcd View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. fix bug (apache#13589)

    shuwenwei authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    a2d389e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3537a30 View commit details
    Browse the repository at this point in the history
  3. [to rc/1.3.3] Skip the file timestamp check of tsfiles generated by r…

    …epair task (apache#13582)
    
    * skip the check of tsfiles generated by repair task
    
    * add more compaction logs for debug
    shuwenwei authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    8ca5cf6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    92426ad View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. [to rc/1.3.3] Fix flush chunk check in read chunk compaction (apache#…

    …13539)
    
    * fix flush chunk check in read chunk compaction
    
    * fix flush chunk check in read chunk compaction
    
    * set hasDetailedDeviceInfo to true after getting device info from cache
    
    * add context in cross space compaction task selection
    
    * fix ut
    
    * spotless
    shuwenwei authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    0a37cd2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53e1a95 View commit details
    Browse the repository at this point in the history
  3. Pipe: Fix relative path in SSLConnector trustStorePath is not formula…

    …ted & Fix inclusion option 'delete' fails to parse (apache#13580) (apache#13616)
    Caideyipi authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    253c41c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bdad615 View commit details
    Browse the repository at this point in the history
  5. Subscription: register metrics to count the number of pipe events in …

    …sink queue and prefetching queue in subscription task (apache#13618)
    VGalaxies authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    8e77c20 View commit details
    Browse the repository at this point in the history
  6. Load: Fix the source parameter of the load tsfile script cannot speci…

    …fy a file (apache#13619)
    
    (cherry picked from commit 59475a6)
    YC27 authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    b9f17a2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b45cc70 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    18d5c11 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c02466 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf1e890 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    33bf372 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4cc794c View commit details
    Browse the repository at this point in the history
  6. [To rc/1.3.3]Change the error infomation when insert a timestamp over…

    … Long.MaxValue && Fix potential NPE when write FileTimeIndexCache (apache#13633)
    
    * Fix potential NPE when write FileTimeIndexCache (apache#13583)
    
    * Ignore the acceptable NPE then write FileTimeIndexCache
    
    * add channal != null
    
    * Change the error infomation when insert a timestamp over Long.MaxValue (apache#13597)
    
    * Change the error infomation when insert a timestamp over Long.MaxValue
    
    * Change the error infomation when insert a timestamp over Long.MaxValue
    HTHou authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    5b27364 View commit details
    Browse the repository at this point in the history
  7. AINode: Correcting the Omissions and Redundancies (apache#13636)

    * Add logic of plan deserialization in configNode
    
    * remove AINodeService in datanode which is not used anymore.
    
    (cherry picked from commit ee9b752)
    ycycse authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    a8e29ad View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7b36d8f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f27a249 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    866eab0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7c59ea1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    547f3eb View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. [to rc/1.3.3] Enhance repair compaction & exception handle with full …

    …disks (apache#13613)
    
    * enhance repair compaction
    
    * add config
    
    * delete duplicate check
    
    * modify log
    
    * add ut
    
    * fix compile
    shuwenwei authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    a3c4628 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. Configuration menu
    Copy the full SHA
    675e93e View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    12fb3c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90fa3e9 View commit details
    Browse the repository at this point in the history
  3. [Config-properties] Change iot_consensus_throttle_threshold_in_byte =…

    … wal_throttle_threshold_in_byte for compatibility (apache#13652) (apache#13657)
    133tosakarin authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    c316743 View commit details
    Browse the repository at this point in the history
  4. Pipe: fix npe when discard events under some cases (apache#13661)

    (cherry picked from commit 9587da2)
    Pengzna committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    2480fcf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c25be43 View commit details
    Browse the repository at this point in the history
  6. Pipe: fix npe when discard events under some cases (apache#13666)

    (cherry picked from commit 9587da2)
    Pengzna authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    90fda00 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    38f5614 View commit details
    Browse the repository at this point in the history
  8. Pipe: fix NPE in SessionUtils Binary/Date value serialization called …

    …by TsFileInsertionScanDataContainer (apache#13654) (apache#13667)
    
    Co-authored-by: Steve Yurong Su <[email protected]>
    luoluoyuyu and SteveYurongSu authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    a28d97b View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. AINode: depend torch of cpu version (apache#13670) (apache#13679)

    (cherry picked from commit 220c953)
    ycycse authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    4fdf2d2 View commit details
    Browse the repository at this point in the history
  2. Active Load: Fix load tsfile failed when system is read only (apache#…

    …13646) (apache#13680)
    
    Co-authored-by: Steve Yurong Su <[email protected]>
    (cherry picked from commit 2ec48d2)
    
    Co-authored-by: YC27 <[email protected]>
    SteveYurongSu and YC27 authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    cb5278c View commit details
    Browse the repository at this point in the history
  3. [to rc/1.3.3] Fix ttl bugs (apache#13671)

    * fix bugs
    
    * add it
    
    * fix spell
    shuwenwei authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    cf4c4a2 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Configuration menu
    Copy the full SHA
    d0fb72d View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    031d539 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a61fc12 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2024

  1. Configuration menu
    Copy the full SHA
    362af49 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3919a7b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3ca5842 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9cf3628 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    98cea8d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fc19930 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    03eb9e2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9c46600 View commit details
    Browse the repository at this point in the history
  9. Subscription: downgrade pipe timeout exception occurred in procedure …

    …for subscription-side & enlarge message invisible time default parameter (apache#13685) (apache#13749)
    VGalaxies authored Oct 12, 2024
    Configuration menu
    Copy the full SHA
    d50dc43 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ce59683 View commit details
    Browse the repository at this point in the history
  11. Pipe: fetch isAligned info from TsFileInsertionScanDataContainer when…

    … constructing converted tablet insertion stmt (apache#13724) (apache#13743)
    VGalaxies authored Oct 12, 2024
    Configuration menu
    Copy the full SHA
    47e03fb View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    16dde8b View commit details
    Browse the repository at this point in the history
  13. Load: Fix tsfile that was failed to load exceptionally deleted by Loa…

    …dTsFileScheduler (apache#13705) (apache#13751)
    
    Co-authored-by: Steve Yurong Su <[email protected]>
    (cherry picked from commit dfb7fb9)
    YC27 authored Oct 12, 2024
    Configuration menu
    Copy the full SHA
    c8b9528 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Configuration menu
    Copy the full SHA
    8ac0246 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7cba75 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9dd252a View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. fix npe (apache#13736)

    shuwenwei authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    4cb90d2 View commit details
    Browse the repository at this point in the history
  2. add metrics (apache#13766)

    shuwenwei authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    653dc92 View commit details
    Browse the repository at this point in the history
  3. Extend the startup waiting time of AINode in CI

    (cherry picked from commit 8815529)
    ycycse authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    d562e24 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f30a335 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Configuration menu
    Copy the full SHA
    dd70a75 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75eb084 View commit details
    Browse the repository at this point in the history
  3. [to rc/1.3.3] Add time chunk cache for batched column compaction (apa…

    …che#13772)
    
    * add time chunk cache for batch column compaction
    
    * fix bug
    
    * fix compilation error
    
    * modify size
    
    * add comment
    
    * add isTimeChunk method
    shuwenwei authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    7bb6308 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    188935a View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Configuration menu
    Copy the full SHA
    5bfa9de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55aaf05 View commit details
    Browse the repository at this point in the history
  3. [To rc/1.3.3] [Fix] fix writing fail in ratisConsensus due to retry p…

    …olicy condition mismatch apache#13811
    
    format
    
    format
    133tosakarin authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    23db3d1 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Active Load: Fix load tsfile failed when system is read only and not …

    …have the error message. (apache#13805) (apache#13816)
    
    (cherry picked from commit 5f1287c)
    YC27 authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    3d4e953 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f2d38c View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Configuration menu
    Copy the full SHA
    392fa4c View commit details
    Browse the repository at this point in the history
  2. Metric: Discard Error Metric When Taking Snapthot (apache#13823)

    (cherry picked from commit 84fe96b)
    Pengzna committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    bb9b06f View commit details
    Browse the repository at this point in the history