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/11/01 10:41:31 UTC

[GitHub] [iotdb] yschengzi opened a new pull request #4287: [IOTDB-1877] Fix Sync recovery and reconnection bugs in both sender and receiver

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


   recovery bug in sender:
   
   recovery is invalid in sender.
   some tsfiles maybe re-sender to receiver.
   some tsfiles maybe be deleted on receiver twice.
   now make the recovery valid in sender
   reconnection bug in sender and receiver:
   
   reconnection is invalid both in sender and receiver
   maybe cause the receiver delete some tsfile which should not be deleted, because the log in receiver is wrong when time partition and vg is enable.
   maybe cause the sender can not connect to the receiver after the reconnection, because some info in receiver is missing after reconnection.
   now the reconnect can be set correctly.
   remove some debug info in receiver
   
   cherry pick from #4217 


-- 
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 merged pull request #4287: [IOTDB-1877] Fix Sync recovery and reconnection bugs in both sender and receiver

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


   


-- 
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 merged pull request #4287: [IOTDB-1877] Fix Sync recovery and reconnection bugs in both sender and receiver

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


   


-- 
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 #4287: [IOTDB-1877] Fix Sync recovery and reconnection bugs in both sender and receiver

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


   
   [![Coverage Status](https://coveralls.io/builds/43912004/badge)](https://coveralls.io/builds/43912004)
   
   Coverage increased (+0.01%) to 66.899% when pulling **4c4c843cb08c52577998e98c4cf1dfa8029cdf98 on yschengzi:syncBugCherryPick** into **461d22b51f8c7f4177b4a5d1f8b2d3b6d15240ba 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] HTHou merged pull request #4287: [IOTDB-1877] Fix Sync recovery and reconnection bugs in both sender and receiver

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


   


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