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

   This PR aims to close issue https://github.com/apache/iotdb/issues/17030.
   
   We found that our partition table is cleaned incorrectly when set only 
device TTL for tree mode. In fact, the old data partitions could be deleted if 
and only if:
   
   1. The corresponding database has set a database-level TTL.
   2. The data partition is existed longer than the maximum TTL among all 
defined TTL under the corresponding database.
   
   To avoid this fatal bug occurs again, we also append a CI for this case.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to