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

Hazelcast Python Client

Results 91 hazelcast-python-client issues
Sort by recently updated
recently updated
newest added

Failed on backward compatibility tests against 4.2.2 enterprise server ``` Traceback (most recent call last): File "/home/runner/work/client-compatibility-test/client-compatibility-test/master/tests/integration/backward_compatible/proxy/map_nearcache_test.py", line 70, in test_invalidate_single_key self.assertTrueEventually(assertion) File "/home/runner/work/client-compatibility-test/client-compatibility-test/master/tests/base.py", line 77, in assertTrueEventually six.reraise(*exc_info) File...

Type: Test-Failure
Source: Internal

There is no `name()` in https://github.com/hazelcast/hazelcast-python-client/blob/master/hazelcast/proxy/map.py There could be other operations missing also

good first issue

The `test_add_distributed_object_listener_object_destroyed` failed on the PR builder. It seems that the `DESTROYED` event is not received. ``` 16:12:18 ====================================================================== 16:12:18 ERROR: test_add_distributed_object_listener_object_destroyed (tests.proxy.distributed_objects_test.DistributedObjectsTest) 16:12:18 ---------------------------------------------------------------------- 16:12:18 Traceback (most recent call...

Type: Test-Failure
Source: Internal

The tracking issue for the Java side PR. **Java util optional serialization support** See https://github.com/hazelcast/hazelcast/pull/17934 for details. --- In relation to https://github.com/payara/Payara/issues/5026 I prepared pull request, that should add serialization...

Type: Enhancement
Source: Internal

The tracking issue for the Java side PR. **custom load balancer declarative configuration** See https://github.com/hazelcast/hazelcast/pull/17415 for details. --- Fixes https://github.com/hazelcast/hazelcast/issues/17228 Changes: - "custom" balancer type was introduced (as suggested) -...

Type: Enhancement
Source: Internal

The tracking issue for the Java side PR. **Added support for Map merge operation #14913** See https://github.com/hazelcast/hazelcast/pull/17419 for details. ---

Type: Enhancement
Source: Internal

Currently, if any request takes longer than 120 seconds, the following exception gets raised: > TimeoutError: Request timed out after 120 seconds. This appears to be controlled by the `invocation.INVOCATION_TIMEOUT`...

Type: Enhancement
Priority: Low
Estimation: XL
Source: Community

Hi I'm wondering if there is any way around the following code to get the state of a map, and subscribe for updates: ``` for t in self._mymap.values(predicate): on_update(t) registration_id...

Type: Enhancement
Priority: Medium
Estimation: M
Source: Community

Currently the only way to discover a hazelcast cluster is to either provide a static list of ip addresses or use cloud discovery. In an environment where the ip addresses...

Type: Enhancement
Priority: Medium
Estimation: L
Source: Community

(Moving @thedevd's issue: https://github.com/hazelcast/hazelcast/issues/12074) > @jerrinot @enesakar @pveentjer > > Hi, just exploring if hazelcast python client offers out of the box support for reading hazelcast map into spark dataframe/dataset....

Type: Enhancement
Priority: Medium
Source: Community
good first issue