You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When there is no available server, client throws the following excepiton as expected. However every reconnection try causes to thread count increase . Is there any way to limit reconnection time/count per peer?
] DEBUG org.jdiameter.server.impl.fsm.PeerFSMImpl[36] Can not connect to remote peer
org.jdiameter.api.InternalException: org.jdiameter.client.api.io.TransportException: Cannot init transport:
at org.jdiameter.client.impl.controller.PeerImpl$ActionContext.connect(PeerImpl.java:740) ~[jdiameter-impl-1.7.0.201.jar!/:1.7.0.201]
at org.jdiameter.server.impl.fsm.PeerFSMImpl$4.processEvent(PeerFSMImpl.java:406) ~[jdiameter-impl-1.7.0.201.jar!/:1.7.0.201]
at org.jdiameter.client.impl.fsm.PeerFSMImpl$3.run(PeerFSMImpl.java:235) ~[jdiameter-impl-1.7.0.201.jar!/:1.7.0.201]
at java.lang.Thread.run(Thread.java:834) [?:?]
Caused by: org.jdiameter.client.api.io.TransportException: Cannot init transport:
at org.jdiameter.client.impl.transport.tcp.netty.TCPClientConnection.connect(TCPClientConnection.java:95) ~[jdiameter-impl-1.7.0.201.jar!/:1.7.0.201]
The text was updated successfully, but these errors were encountered:
When there is no available server, client throws the following excepiton as expected. However every reconnection try causes to thread count increase . Is there any way to limit reconnection time/count per peer?
] DEBUG org.jdiameter.server.impl.fsm.PeerFSMImpl[36] Can not connect to remote peer
org.jdiameter.api.InternalException: org.jdiameter.client.api.io.TransportException: Cannot init transport:
at org.jdiameter.client.impl.controller.PeerImpl$ActionContext.connect(PeerImpl.java:740) ~[jdiameter-impl-1.7.0.201.jar!/:1.7.0.201]
at org.jdiameter.server.impl.fsm.PeerFSMImpl$4.processEvent(PeerFSMImpl.java:406) ~[jdiameter-impl-1.7.0.201.jar!/:1.7.0.201]
at org.jdiameter.client.impl.fsm.PeerFSMImpl$3.run(PeerFSMImpl.java:235) ~[jdiameter-impl-1.7.0.201.jar!/:1.7.0.201]
at java.lang.Thread.run(Thread.java:834) [?:?]
Caused by: org.jdiameter.client.api.io.TransportException: Cannot init transport:
at org.jdiameter.client.impl.transport.tcp.netty.TCPClientConnection.connect(TCPClientConnection.java:95) ~[jdiameter-impl-1.7.0.201.jar!/:1.7.0.201]
The text was updated successfully, but these errors were encountered: