hazelcast-nodejs-client icon indicating copy to clipboard operation
hazelcast-nodejs-client copied to clipboard

ListenersOnReconnectTest connecting to self! error [API-1380]

Open srknzl opened this issue 3 years ago • 1 comments

1) ListenersOnReconnectTest
       shutdown two members [1,2], listener still receives map.put event [smart=false]:
     Error: Class name: java.lang.RuntimeException, Message: Connecting to self! [localhost]:36427
      at new UndefinedErrorCodeError (src/core/HazelcastError.ts:437:9)
      at ClientErrorFactory.createError (src/protocol/ErrorFactory.ts:226:21)
      at ClientErrorFactory.createErrorFromClientMessage (src/protocol/ErrorFactory.ts:208:21)
      at InvocationService.processResponse (src/invocation/InvocationService.ts:528:51)
      at processResponseCallback (src/network/ConnectionManager.ts:293:36)
      at Socket.<anonymous> (src/network/Connection.ts:478:21)
      at Socket.emit (node:events:527:28)
      at Socket.emit (node:domain:475:12)
      at addChunk (node:internal/streams/readable:324:12)
      at readableAddChunk (node:internal/streams/readable:297:9)

https://github.com/hazelcast/hazelcast-nodejs-client/runs/6204354778?check_suite_focus=true

srknzl avatar Apr 28 '22 09:04 srknzl

Internal Jira issue: API-1380

github-actions[bot] avatar Jun 14 '22 09:06 github-actions[bot]