You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pegasus.apache.org by "lengyuexuexuan (via GitHub)" <gi...@apache.org> on 2024/01/16 12:30:29 UTC

[I] BUG(go client):when go client is writing to one partition and the replica node core dump, go client will finish after timeout without updating the configuration. [incubator-pegasus]

lengyuexuexuan opened a new issue, #1856:
URL: https://github.com/apache/incubator-pegasus/issues/1856

   In the code, when replcia core dump, the function loopForResponse() will return "nil".
   ![1](https://github.com/apache/incubator-pegasus/assets/46274877/0f140e05-5572-4c55-9425-fcc909228aac)
   Then, the process will be blocked in function CallWithGpid() until the time exceeds the timeout.
   ![2](https://github.com/apache/incubator-pegasus/assets/46274877/e34dcff9-538c-4d94-9c12-f72a2997442f)
   ![3](https://github.com/apache/incubator-pegasus/assets/46274877/d2c90da3-c116-4772-b8e1-b8f7bd9c807f)
   
   
   why not update the configuration of table and retry previous operation when the above situation occurs?
   
   
   


-- 
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@pegasus.apache.org.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pegasus.apache.org
For additional commands, e-mail: dev-help@pegasus.apache.org


Re: [I] BUG(go client):when go client is writing to one partition and the replica node core dump, go client will finish after timeout without updating the configuration. [incubator-pegasus]

Posted by "lengyuexuexuan (via GitHub)" <gi...@apache.org>.
lengyuexuexuan commented on issue #1856:
URL: https://github.com/apache/incubator-pegasus/issues/1856#issuecomment-1916212125

   > @lengyuexuexuan Thanks for the feedback, could you please submit a patch to fix it?
   
   OK. No problem.


-- 
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@pegasus.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pegasus.apache.org
For additional commands, e-mail: dev-help@pegasus.apache.org


Re: [I] BUG(go client):when go client is writing to one partition and the replica node core dump, go client will finish after timeout without updating the configuration. [incubator-pegasus]

Posted by "acelyc111 (via GitHub)" <gi...@apache.org>.
acelyc111 commented on issue #1856:
URL: https://github.com/apache/incubator-pegasus/issues/1856#issuecomment-1914891057

   @lengyuexuexuan Thanks for the feedback, could you please submit a patch to fix it?


-- 
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@pegasus.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pegasus.apache.org
For additional commands, e-mail: dev-help@pegasus.apache.org