You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pegasus.apache.org by GitBox <gi...@apache.org> on 2022/08/06 00:49:20 UTC

[GitHub] [incubator-pegasus] xihong08 opened a new issue, #1103: used call_rpcs_sync function maybe cause crash or infinite loop

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

   Bug Report
   We used pegasus 2.0 and pegasus_shell disk_capacity command to query cluster disk's Usage
   sometimes  disk_capacity -d cause crash, sometimes cause infinite loop, it Occurs occasionally.
   I tracked the pegasus_shell dead and cpu 100% when i frequent use disk_capacity -d 
   the stack roughly as follows:
   ------------------------------
    #0 in std::_Rb_tree_increment(std::_Rb_tree_node_base const*) 
   #1 in std::_Rb_tree_const_iterator  gcc10/include/10.2.0/bits/stl_tree.h:376
   #2 in std::_Rb_tree    stl_tree.h:2531
   #3 in std::_Rb_tree    stl_tree.h:2542
   #4 in std::map           stl_map.h:1069
   #5 in call_rpcs_sync   replication_ddl_client.h:306
   ------------------------------
   rpcs.erase(rpc.first) cause this proplem
   The above bug most likely multithreading cause by Insecure operation at variable rpcs
   
   
   


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


[GitHub] [incubator-pegasus] acelyc111 commented on issue #1103: used call_rpcs_sync function maybe cause crash or infinite loop

Posted by GitBox <gi...@apache.org>.
acelyc111 commented on issue #1103:
URL: https://github.com/apache/incubator-pegasus/issues/1103#issuecomment-1211522910

   Thanks for your report, we'll fix it later.


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


[GitHub] [incubator-pegasus] acelyc111 commented on issue #1103: used call_rpcs_sync function maybe cause crash or infinite loop

Posted by GitBox <gi...@apache.org>.
acelyc111 commented on issue #1103:
URL: https://github.com/apache/incubator-pegasus/issues/1103#issuecomment-1381374201

   > I want to work on this issue please assign me this issue
   
   @VirendraYadav1234 Thanks, assigned.


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


[GitHub] [incubator-pegasus] VirendraYadav1234 commented on issue #1103: used call_rpcs_sync function maybe cause crash or infinite loop

Posted by GitBox <gi...@apache.org>.
VirendraYadav1234 commented on issue #1103:
URL: https://github.com/apache/incubator-pegasus/issues/1103#issuecomment-1381350458

   I want to work on this issue please assign me this issue


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