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/08 08:28:42 UTC

[GitHub] [iotdb] cigarl opened a new pull request #3930: [IOTDB-1619] There is an error msg when I restart iotdb-cluster

cigarl opened a new pull request #3930:
URL: https://github.com/apache/iotdb/pull/3930


   When i try to figure out why this issue occurs, i find that the result of last raft log file is different with my guess.Here are the result of my test environment _(ps.I ran into the same problem.)_
   
   We find these files of raft log:
   ```
   /.../system/raftLog/-1869016501/49923372-9223372036854775807-244-idx, 
   /.../system/raftLog/-1869016501/48875442-49224751-241-idx, 
   /.../system/raftLog/-1869016501/49224752-49574061-242-idx, 
   /.../system/raftLog/-1869016501/49574062-49923371-243-idx
   
   /.../system/raftLog/-1869016501/49574062-49923371-243-data, 
   /.../system/raftLog/-1869016501/49923372-9223372036854775807-244-data, 
   /.../system/raftLog/-1869016501/48875442-49224751-241-data, 
   /.../system/raftLog/-1869016501/49224752-49574061-242-data
   ```
   and process these files _(242-index and 243-data?)_ :
   ![image](https://user-images.githubusercontent.com/44458757/132473083-c78e35f7-7b47-4aef-a7a6-83a8139643ff.png)
   
   Obviously, we have a problem with where the files are sorted.That may be a bomb in `recover` module.
   


-- 
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] coveralls commented on pull request #3930: [IOTDB-1619] There is an error msg when I restart iotdb-cluster

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


   
   [![Coverage Status](https://coveralls.io/builds/42721962/badge)](https://coveralls.io/builds/42721962)
   
   Coverage decreased (-0.005%) to 67.417% when pulling **db9a73f85045c00bec3d055d4c3cbcc8cce6983f on cigarl:raft** into **aaa96b974becf7cc57ef5ac36c3fa9e199423010 on apache:master**.
   


-- 
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] neuyilan commented on pull request #3930: [IOTDB-1619] There is an error msg when I restart iotdb-cluster

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


   cherry-pick to rel/0.12 please


-- 
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] neuyilan merged pull request #3930: [IOTDB-1619] There is an error msg when I restart iotdb-cluster

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


   


-- 
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] cigarl commented on pull request #3930: [IOTDB-1619] There is an error msg when I restart iotdb-cluster

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


   > cherry-pick to rel/0.12 please
   
   Done, see [#3933](https://github.com/apache/iotdb/pull/3933)


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