[ 
https://issues.apache.org/jira/browse/DISPATCH-2204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17384297#comment-17384297
 ] 

ASF GitHub Bot commented on DISPATCH-2204:
------------------------------------------

jiridanek commented on a change in pull request #1305:
URL: https://github.com/apache/qpid-dispatch/pull/1305#discussion_r673167304



##########
File path: src/adaptors/tcp_adaptor.c
##########
@@ -1340,7 +1340,7 @@ void qd_dispatch_delete_tcp_connector(qd_dispatch_t *qd, 
void *impl)
     qd_tcp_connector_t *ct = (qd_tcp_connector_t*) impl;
     if (ct) {
         //need to close the pseudo-connection used for dispatching
-        //deliveries out to live connnections:
+        //deliveries out to live connections:

Review comment:
       allright; next time, then




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

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


> RuntimeError: dictionary changed size during iteration
> ------------------------------------------------------
>
>                 Key: DISPATCH-2204
>                 URL: https://issues.apache.org/jira/browse/DISPATCH-2204
>             Project: Qpid Dispatch
>          Issue Type: Bug
>    Affects Versions: 1.17.0
>            Reporter: Jiri Daněk
>            Assignee: Jiri Daněk
>            Priority: Critical
>             Fix For: 1.17.0
>
>
> {noformat}
> 76: 2021-07-19 17:04:43.292681 +0200 ROUTER_CORE (info) [C2][L44] Link lost: 
> del=0 presett=0 psdrop=0 acc=0 rej=0 rel=0 mod=0 delay1=0 delay10=0 blocked=no
> 76: 2021-07-19 17:04:43.293219 +0200 ROUTER_CORE (info) [C2] Connection Closed
> 76: 2021-07-19 17:04:43.294760 +0200 ROUTER_LS (info) Link to Neighbor Router 
> Lost - link_tag=1
> 76: 2021-07-19 17:04:44.421914 +0200 SERVER (info) [C3] Connection to 
> 127.0.0.1:44841 failed: proton:io Connection refused - disconnected 
> 127.0.0.1:44841
> 76: 2021-07-19 17:04:46.284452 +0200 ROUTER (error) Exception in timer 
> processing
> 76: Traceback (most recent call last):
> 76:   File 
> "/home/jdanek/repos/qpid/qpid-dispatch/python/qpid_dispatch_internal/router/engine.py",
>  line 121, in handleTimerTick
> 76:     self.hello_protocol.tick(now)
> 76:   File 
> "/home/jdanek/repos/qpid/qpid-dispatch/python/qpid_dispatch_internal/router/hello.py",
>  line 41, in tick
> 76:     self._expire_hellos(now)
> 76:   File 
> "/home/jdanek/repos/qpid/qpid-dispatch/python/qpid_dispatch_internal/router/hello.py",
>  line 64, in _expire_hellos
> 76:     for key, last_seen in self.hellos.items():
> 76: RuntimeError: dictionary changed size during iteration
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to