You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by GitBox <gi...@apache.org> on 2020/11/25 22:23:03 UTC

[GitHub] [qpid-dispatch] ChugR opened a new pull request #931: DISPATCH-1846: Debugging the A-B-C hang

ChugR opened a new pull request #931:
URL: https://github.com/apache/qpid-dispatch/pull/931


   This patch is not meant to be merged. DEBUG ONLY!
   
   Refresh: A TCP listener on INTA can't connect to a TCP server
   on INTC. INTA-INTA works, and INTA-INTB works.
   
   The TCP self test is trimmed to just the three interior routers.
   Then bunches of log statements are sprinkled around to track what
   the routers are doing.
   
   Note that log statements in router-proper code are from log
   source 'TCP_TEST' at critical level. They appear in Scraper logs
   as coming from container 'TCP_TEST'.  This is all just for debug.


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



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


[GitHub] [qpid-dispatch] ChugR commented on pull request #931: DISPATCH-1846: Debugging the A-B-C hang

Posted by GitBox <gi...@apache.org>.
ChugR commented on pull request #931:
URL: https://github.com/apache/qpid-dispatch/pull/931#issuecomment-737430238


   Fixed under PR-934


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



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


[GitHub] [qpid-dispatch] ChugR commented on pull request #931: DISPATCH-1846: Debugging the A-B-C hang

Posted by GitBox <gi...@apache.org>.
ChugR commented on pull request #931:
URL: https://github.com/apache/qpid-dispatch/pull/931#issuecomment-736172584


   The test(s) work if the echo client stalls a bit more before sending any traffic to be echoed.
   
   -           time.sleep(0.1)  # delete
   
   +          time.sleep(0.5)  # add
   
   The adaptor appears to be allowing the echo client to send to the router network before the replyTo address has stabilized.
   


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



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


[GitHub] [qpid-dispatch] ChugR closed pull request #931: DISPATCH-1846: Debugging the A-B-C hang

Posted by GitBox <gi...@apache.org>.
ChugR closed pull request #931:
URL: https://github.com/apache/qpid-dispatch/pull/931


   


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



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