hazelcast-nodejs-client
hazelcast-nodejs-client copied to clipboard
Hazelcast Node.js Client
Error: ``` TypeError: Cannot read property 'getClass' of undefined at CompactStreamSerializer.writeObject (/home/serkan/forked/hazelcast-nodejs-client/lib/serialization/compact/CompactStreamSerializer.js:104:41) at /home/serkan/forked/hazelcast-nodejs-client/lib/serialization/compact/DefaultCompactWriter.js:103:36 at DefaultCompactWriter.writeVariableSizeField (/home/serkan/forked/hazelcast-nodejs-client/lib/serialization/compact/DefaultCompactWriter.js:278:13) at DefaultCompactWriter.writeCompact (/home/serkan/forked/hazelcast-nodejs-client/lib/serialization/compact/DefaultCompactWriter.js:102:21) at MainDTOSerializer.write (/home/serkan/forked/hazelcast-nodejs-client/test/integration/backward_compatible/parallel/serialization/compact/CompactUtil.js:1295:20) at CompactStreamSerializer.writeSchemaAndObject (/home/serkan/forked/hazelcast-nodejs-client/lib/serialization/compact/CompactStreamSerializer.js:99:27) at CompactStreamSerializer.writeObject (/home/serkan/forked/hazelcast-nodejs-client/lib/serialization/compact/CompactStreamSerializer.js:112:14) at...
The tracking issue for the Java side PR. See https://github.com/hazelcast/hazelcast/pull/21734 for details. --- This is the compound PR for the tasks listed in JIRA task API-1320. It contains the following...
The tracking issue for the Java side PR. See https://github.com/hazelcast/hazelcast/pull/21635 for details. --- TDD: #21369 Checklist: - [x] Labels (`Team:`, `Type:`, `Source:`, `Module:`) and Milestone set - [x] Label `Add...
Bumps [winston](https://github.com/winstonjs/winston) from 3.7.2 to 3.8.1. Release notes Sourced from winston's releases. v3.8.1 Patch-level changes Update types to match in-code definitions in winstonjs/winston#2157; thanks to new contributor @flappyBug Dependency updates...
Updates the requirements on [typescript](https://github.com/Microsoft/TypeScript) to permit the latest version. Release notes Sourced from typescript's releases. TypeScript 4.7.4 For release notes, check out the release announcement. For the complete list...
There is known issue when "strictNullChecks" is `true` in typescript configuration. You will get an error in `EntryListener.d.ts` like the following: ``` node_modules/hazelcast-client/lib/proxy/EntryListener.d.ts:14:5 - error TS2411: Property 'mapEvicted' of type...
``` 1) CPSessionManagerTest CPProxySessionManager acquireSession: should consider permits when creating new session: Uncaught TypeError: Cannot read properties of undefined (reading 'invokeOnRandomTarget') at CPSessionManager.requestHeartbeat (lib\proxy\cpsubsystem\CPSessionManager.js:145:50) at D:\a\hazelcast-nodejs-client\hazelcast-nodejs-client\lib\proxy\cpsubsystem\CPSessionManager.js:160:26 at Timeout._onTimeout (lib\util\Util.js:255:9) at...
**Describe the bug** When building application that uses hazelcast-client with Typescript compiler the following error is thrown: ``` node_modules/hazelcast-client/lib/proxy/EntryListener.d.ts:7:5 - error TS2411: Property 'added' of type 'EntryEventListener | undefined' is...
1) ClusterServiceTest should know when a member leaves cluster: Error: Timeout of 600000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves....
``` 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...