You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kvrocks.apache.org by GitBox <gi...@apache.org> on 2022/05/23 12:31:52 UTC

[GitHub] [incubator-kvrocks] git-hulk opened a new issue, #603: The slave would crash when restoring the db from checkpoint error

git-hulk opened a new issue, #603:
URL: https://github.com/apache/incubator-kvrocks/issues/603

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/incubator-kvrocks/issues) and found no similar issues.
   
   
   ### Version
   
   2.0.6
   
   ### Minimal reproduce step
   
   1. slaveof `x.x.x.x`
   2. remove some files to fail the restore db process
   
   ### What did you expect to see?
   
   The slave should serve with the old database
   
   ### What did you see instead?
   
   ![image](https://user-images.githubusercontent.com/4987594/169819811-64cf7906-2650-4317-b0ce-71d0a40e909f.png)
   
   
   ### Anything Else?
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [ ] I'm willing to submit a PR!


-- 
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: dev-unsubscribe@kvrocks.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-kvrocks] git-hulk closed issue #603: The slave would crash when restoring the db from checkpoint error

Posted by GitBox <gi...@apache.org>.
git-hulk closed issue #603: The slave would crash when restoring the db from checkpoint error
URL: https://github.com/apache/incubator-kvrocks/issues/603


-- 
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: dev-unsubscribe@kvrocks.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-kvrocks] git-hulk commented on issue #603: The slave would crash when restoring the db from checkpoint error

Posted by GitBox <gi...@apache.org>.
git-hulk commented on issue #603:
URL: https://github.com/apache/incubator-kvrocks/issues/603#issuecomment-1136927976

   Sorry for forgetting to add more information. From the ip, we can see it crashed
   at [src/server.cc:496](https://github.com/apache/incubator-kvrocks/blob/v2.0.6/src/server.cc#L496):
   
   > addr2line -e /www/kvrocks/bin/kvrocks 0x00000000004eecfc
   
   /__w/kvrocks/kvrocks/src/server.cc:496
   
   


-- 
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: dev-unsubscribe@kvrocks.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org