xphudin
xphudin
Hi @brainslog Should threadgroup be replaced by threadpool?
hi @brainslog , I have convert threadgroup into threadpool, unfortunately, I face with failing test with below infomation: 14:20:38,863 DEBUG [PeerTableImpl] Waited 250ms. Time remaining to wait: 500ms. 3 Thread...
hi @brainslog @nhanth87 , I commited source code above, Can you please help me to figure out why many tests are failed? Thank you so much
hi @SummaNetworks , as far as I understand the issue: current state of peer is : SUSPECT, then DWA_EVENT and TIMEOUT_EVENT are coming, thread 1 processes DWA_EVENT, thread 2 processes...
hi @SummaNetworks I looked into source code: ``` //lock.lock(); try { if (event != null) { if (event instanceof FsmEvent && queueStat != null && queueStat.isEnabled()) { timeSumm.inc(System.currentTimeMillis() - ((FsmEvent)...
hi @SummaNetworks Did you attach the pcap file ? Thanks
Hi @SummaNetworks , How could you reproduce that issues? I can see in source code that CEA is sent with intersection of apps-id
I just wonder why need to limit the supported apps? . The sender of the Capabilities-Exchange-Answer (CEA) SHOULD include all of its supported applications as a hint to the receiver...
hi @SummaNetworks , I had added an parameter in "jdiameter-config.xml" to define which option is selected: 1. Send only the intersection 2. Send all supported apps.
@brainslog @SummaNetworks Is there any final decision ?