You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2022/10/11 11:05:55 UTC

[GitHub] [iotdb] choubenson opened a new pull request, #7567: [To rel/0.13][IOTDB-4606]Fix getting wrong sensors and schemas in compaction

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

   **Description**
   If file 1 has d0 and d3, file 2 has d1 and d4, when compacting d0 and obtaining the sensors under it, it will mistakenly take the sensors under d1 in file 2.
   
   **Reason**
   There is bug in `MultiTsFileDeviceIterator` class. This class is used to obtain the devices in all source files in lexicographic order from small to large. There is a problem with the logic of judging whether the current device exists in a certain file.


-- 
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] qiaojialin merged pull request #7567: [To rel/0.13][IOTDB-4606]Fix getting wrong sensors and schemas in compaction

Posted by GitBox <gi...@apache.org>.
qiaojialin merged PR #7567:
URL: https://github.com/apache/iotdb/pull/7567


-- 
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