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 2021/09/16 08:56:44 UTC

[GitHub] [iotdb] yschengzi opened a new pull request #3983: [To rel/0.12] Set unsequnce when loading TsFile with the same establish time

yschengzi opened a new pull request #3983:
URL: https://github.com/apache/iotdb/pull/3983


   change rule for loading tsfile with the same establish time
   
   e.g.
   we want to load a tsfile in sequence list,
   the previous tsfile has file name "a-b-c-d", the subsequence tsfile has file name "e-f-g-h".
   and a(establish time of this file) is equal to e.
   
   before:
     we throw a exception with message "can not load TsFile because of can not find suitable location",
     and stop loading process
   
   now:
     we load this file in unsequence folder.
   
   and this update also solve the problem of "IoTDBLoadExternalTsfileIT.loadUnsequenceTsfileTest", it will be located in unsequence folder


-- 
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 #3983: [To rel/0.12][IOTDB-1578] Set unsequnce when loading TsFile with the same establish time

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


   


-- 
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] HTHou commented on pull request #3983: [IOTDB-1578][To rel/0.12] Set unsequnce when loading TsFile with the same establish time

Posted by GitBox <gi...@apache.org>.
HTHou commented on pull request #3983:
URL: https://github.com/apache/iotdb/pull/3983#issuecomment-921664702


   You can revert the commit 9ba55d9 and c3a8735 by `git revert`...


-- 
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] yschengzi commented on pull request #3983: [IOTDB-1578][To rel/0.12] Set unsequnce when loading TsFile with the same establish time

Posted by GitBox <gi...@apache.org>.
yschengzi commented on pull request #3983:
URL: https://github.com/apache/iotdb/pull/3983#issuecomment-922156796


   > You can revert the commit [9ba55d9](https://github.com/apache/iotdb/commit/9ba55d99d1439a4dab1623c9b4e896ee266f4aa6) and [c3a8735](https://github.com/apache/iotdb/commit/c3a8735356513bae022475da0dce4c8017610d6e) by `git revert`...
   
   okk, i wil do i now


-- 
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] yschengzi edited a comment on pull request #3983: [IOTDB-1578][To rel/0.12] Set unsequnce when loading TsFile with the same establish time

Posted by GitBox <gi...@apache.org>.
yschengzi edited a comment on pull request #3983:
URL: https://github.com/apache/iotdb/pull/3983#issuecomment-922156796


   > You can revert the commit [9ba55d9](https://github.com/apache/iotdb/commit/9ba55d99d1439a4dab1623c9b4e896ee266f4aa6) and [c3a8735](https://github.com/apache/iotdb/commit/c3a8735356513bae022475da0dce4c8017610d6e) by `git revert`...
   
   okk, i wil do it now


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