You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2020/01/16 17:00:06 UTC

[GitHub] [couchdb] nickva opened a new pull request #2462: Debug mem3_sync_event_listener flakiness

nickva opened a new pull request #2462: Debug mem3_sync_event_listener flakiness
URL: https://github.com/apache/couchdb/pull/2462
 
 
   Noticed mem3_sync_event_listner tests still fails intermetently, add a debug
   log to it to hopefully find the cause of the failure.
   
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [couchdb] davisp commented on a change in pull request #2462: Debug mem3_sync_event_listener flakiness

Posted by GitBox <gi...@apache.org>.
davisp commented on a change in pull request #2462: Debug mem3_sync_event_listener flakiness
URL: https://github.com/apache/couchdb/pull/2462#discussion_r367539197
 
 

 ##########
 File path: src/mem3/src/mem3_sync_event_listener.erl
 ##########
 @@ -305,6 +306,9 @@ should_terminate(Pid) ->
             {'DOWN', Ref, _, _, _} ->
                 ok
         after 1000 ->
+            ?debugFmt("~n XKCD should_terminate EventMgrWasAlive:~p MsgQueue:~p~n", [
 
 Review comment:
   Also log `process_info(Pid)`

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [couchdb] nickva merged pull request #2462: Debug mem3_sync_event_listener flakiness

Posted by GitBox <gi...@apache.org>.
nickva merged pull request #2462: Debug mem3_sync_event_listener flakiness
URL: https://github.com/apache/couchdb/pull/2462
 
 
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [couchdb] nickva commented on a change in pull request #2462: Debug mem3_sync_event_listener flakiness

Posted by GitBox <gi...@apache.org>.
nickva commented on a change in pull request #2462: Debug mem3_sync_event_listener flakiness
URL: https://github.com/apache/couchdb/pull/2462#discussion_r367539950
 
 

 ##########
 File path: src/mem3/src/mem3_sync_event_listener.erl
 ##########
 @@ -305,6 +306,9 @@ should_terminate(Pid) ->
             {'DOWN', Ref, _, _, _} ->
                 ok
         after 1000 ->
+            ?debugFmt("~n XKCD should_terminate EventMgrWasAlive:~p MsgQueue:~p~n", [
 
 Review comment:
   good call

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services