hazelcast-python-client
hazelcast-python-client copied to clipboard
Hazelcast Python Client
Hello! I hope you are doing well! We are a security research team. Our tool automatically detected a vulnerability in this repository. We want to disclose it responsibly. GitHub has...
The tracking issue for the Java side PR. See https://github.com/hazelcast/hazelcast/pull/24772 for details. --- During reconnections, the client would normally try to connect to the last known member list, and then...
The nightly runners are being timed out, due to tests running for more than 5+ hours. Either some tests or problems on the client on PyPy not allowing tests to...
See the following warnings while connecting to Hazelcast Viridian via Python client. The `reactor.py` file should be refactored to prevent these deprecated messages. ``` /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/hazelcast/reactor.py:543: DeprecationWarning: ssl.PROTOCOL_TLS is deprecated ssl_context...
Running the [Pessimistic Locking](https://docs.hazelcast.com/hazelcast/5.2/data-structures/locking-maps#pessimistic-locking) example from multiple threads using the same client takes vastly different amounts of time. The sequential runs of the same code can give: ``` It took...
See: https://github.com/hazelcast/hazelcast-python-client/actions/runs/3556365207/jobs/5973678656
This PR * Adds the `VectorCollection` proxy. TDD is at: https://hazelcast.atlassian.net/wiki/spaces/EN/pages/4853530644/Python+API+and+Client+Protocol+for+VectorCollection * Raises the minimum Python version to 3.7 (required for the `dataclass`) * Updates the test runner to download...
This code will replicate the issue. Running the Hazelcast Python Client 5.5.0 driver, with a 3 node cluster running community 5.5. Downgrading did not fix the issue. Exception was `cannot...