hazelcast-python-client
hazelcast-python-client copied to clipboard
Hazelcast Python Client
It would be good to enable logging with the INFO level in the code snippets, as it helps users to identify possible problems such as not starting the member before...
Failed on Windows against Python 2.7 https://github.com/hazelcast/hazelcast-python-client/runs/3889839024?check_suite_focus=true ``` ====================================================================== FAIL: test_translate_is_not_used_when_member_has_public_client_address_but_option_is_disabled (tests.integration.connection_manager_translate_test.ConnectionManagerTranslateTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "D:\a\hazelcast-python-client\hazelcast-python-client\tests\integration\connection_manager_translate_test.py", line 116, in test_translate_is_not_used_when_member_has_public_client_address_but_option_is_disabled conn_manager._get_or_connect_to_member(member).result() AssertionError: TargetDisconnectedError not raised ```
Failed on Windows against Python 2.7 https://github.com/hazelcast/hazelcast-python-client/runs/3889839024?check_suite_focus=true ``` ====================================================================== FAIL: test_translate_is_used (tests.integration.connection_manager_translate_test.ConnectionManagerTranslateTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "D:\a\hazelcast-python-client\hazelcast-python-client\tests\integration\connection_manager_translate_test.py", line 51, in test_translate_is_used connection_timeout=1.0, AssertionError: IllegalStateError not raised ```
This API is missing from the Python client. It would be good to have that as well.
The tracking issue for the Java side PR. See https://github.com/hazelcast/hazelcast/pull/18107 for details. --- This commit addresses discussion from #17587 and other referenced tasks. For now we'll remove sync mechanism, as...
Right now some serializers like ArrayListSerializer and LinkedListSerializer(maybe even more) are out of date. We were using NULL_ARRAY_LENGTH in serialization of these before 2019. It is changed in this pr:...
Failed on nightly tests with Python 3.8 on Windows ``` self = def test_put_get(self): near_cache = self.create_near_cache( self.service, InMemoryFormat.OBJECT, 100, 100, EvictionPolicy.LRU, 100 ) for i in range(0, 120): key...
Right now in python client docs we say this about ttl and max idle: > ttl (int) – Maximum time in seconds for this entry to stay in the map....
Adding a link for code samples and a minor update.
Contex: - https://github.com/hazelcast/hazelcast-python-client/pull/476#issuecomment-921109927 - https://github.com/hazelcast/hazelcast-python-client/pull/476#issuecomment-926553048