You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kvrocks.apache.org by "QQxiaoyuyu (via GitHub)" <gi...@apache.org> on 2023/03/13 05:50:09 UTC

[GitHub] [incubator-kvrocks] QQxiaoyuyu opened a new issue, #1317: 2.0.6 slaveof 2.3 version can not running

QQxiaoyuyu opened a new issue, #1317:
URL: https://github.com/apache/incubator-kvrocks/issues/1317

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/incubator-kvrocks/issues) and found no similar issues.
   
   
   ### Motivation
   
   2.0.6 slaveof 2.3 can not running
   ![图片](https://user-images.githubusercontent.com/34185590/224618143-d7f6e32c-8ac7-4f88-9074-7dfc19c0f8c1.png)
   
   
   ### Solution
   
   _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: issues-unsubscribe@kvrocks.apache.org.apache.org

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


[GitHub] [incubator-kvrocks] aleksraiden commented on issue #1317: 2.0.6 slaveof 2.3 version can not running

Posted by "aleksraiden (via GitHub)" <gi...@apache.org>.
aleksraiden commented on issue #1317:
URL: https://github.com/apache/incubator-kvrocks/issues/1317#issuecomment-1465895780

   @torwig Could we check this?


-- 
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: issues-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 #1317: 2.0.6 slaveof 2.3 version can not running

Posted by "git-hulk (via GitHub)" <gi...@apache.org>.
git-hulk commented on issue #1317:
URL: https://github.com/apache/incubator-kvrocks/issues/1317#issuecomment-1465913731

   There're two problems with this issue:
   
   - For the old version slave cannot be compatible with the newer one since it may miss some column families
   - The slave instance should not crash after failing to restore from the DB


-- 
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: issues-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 #1317: 2.0.6 slaveof 2.3 version can not running

Posted by "git-hulk (via GitHub)" <gi...@apache.org>.
git-hulk commented on issue #1317:
URL: https://github.com/apache/incubator-kvrocks/issues/1317#issuecomment-1467212999

   The crash line is https://github.com/apache/incubator-kvrocks/blob/2.0/src/server.cc#L496 and the root cause is that the cron thread may use the db pointer which will be null during the restore process.
   
   Thanks for @QQxiaoyuyu information.


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

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


[GitHub] [incubator-kvrocks] git-hulk closed issue #1317: 2.0.6 slaveof 2.3 version can not running

Posted by "git-hulk (via GitHub)" <gi...@apache.org>.
git-hulk closed issue #1317: 2.0.6 slaveof 2.3 version can not running
URL: https://github.com/apache/incubator-kvrocks/issues/1317


-- 
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: issues-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 #1317: 2.0.6 slaveof 2.3 version can not running

Posted by "git-hulk (via GitHub)" <gi...@apache.org>.
git-hulk commented on issue #1317:
URL: https://github.com/apache/incubator-kvrocks/issues/1317#issuecomment-1467332558

   I took a look at the implementation, this crash issue has been fixed in https://github.com/apache/incubator-kvrocks/pull/278/files 


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

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


[GitHub] [incubator-kvrocks] QQxiaoyuyu commented on issue #1317: 2.0.6 slaveof 2.3 version can not running

Posted by "QQxiaoyuyu (via GitHub)" <gi...@apache.org>.
QQxiaoyuyu commented on issue #1317:
URL: https://github.com/apache/incubator-kvrocks/issues/1317#issuecomment-1465615293

   将2.3的storge.cc  stream column family去掉,然后用2.3的数据启动无法启动


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

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