You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by "choubenson (via GitHub)" <gi...@apache.org> on 2023/05/09 07:19:58 UTC

[GitHub] [iotdb] choubenson opened a new pull request, #9795: [IOTDB-5818][Atmos][Compaction]Cross_space compaction of Aligned timeseries is stucked

choubenson opened a new pull request, #9795:
URL: https://github.com/apache/iotdb/pull/9795

   **Description**
   The memory evaluation for cross space compaction was too large, causing the compaction to get stuck.
   
   **Solution**
   After experiments, it is found that the memory evaluation of Reading SeqFile is too large, so it is necessary to accurately evaluate this part of the memory. And the compression ratio is taken from the memory.
   
   The experimental results are detailed in [IOTDB-5818](https://issues.apache.org/jira/browse/IOTDB-5818)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [iotdb] xingtanzjr merged pull request #9795: [IOTDB-5818][Atmos][Compaction]Cross_space compaction of Aligned timeseries is stucked

Posted by "xingtanzjr (via GitHub)" <gi...@apache.org>.
xingtanzjr merged PR #9795:
URL: https://github.com/apache/iotdb/pull/9795


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org