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/09/09 13:10:08 UTC

[GitHub] [incubator-pegasus] empiredan opened a new issue, #1157: Wrong logging format was found in meta server_state

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

   Some logs are found for meta server as follows:
   ```
   F2022-09-09 17:02:17.184 (1662714137184230445 11231)   meta.meta_state0.0202000700000001: server_state.cpp:895:on_config_sync(): assertion expression: false
   F2022-09-09 17:02:17.184 (1662714137184247617 11231)   meta.meta_state0.0202000700000001: server_state.cpp:895:on_config_sync(): gpid({}) on node({}) is not exist on meta server, administrator should check consistency of meta data
   ```
   
   The key point is `gpid({}) on node({})` in logs of meta server rather than the fatal level, which is the result of connecting to a wrong replica server. `gpid({}) on node({})` must be caused by invalid logging format.
   
   


-- 
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] empiredan closed issue #1157: Wrong logging format was found in meta server_state

Posted by GitBox <gi...@apache.org>.
empiredan closed issue #1157: Wrong logging format was found in meta server_state
URL: https://github.com/apache/incubator-pegasus/issues/1157


-- 
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] empiredan commented on issue #1157: Wrong logging format was found in meta server_state

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

   This issue has been fixed by https://github.com/apache/incubator-pegasus/pull/1217.


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