aerospike-client-python
aerospike-client-python copied to clipboard
Aerospike Python Client
Valgrind run with more error details: https://github.com/aerospike/aerospike-client-python/actions/runs/9293977937/job/25578239267 There seems to be more valgrind errors reported in this branch compared to `dev` branch. ``` jnguyen@aerospikes-macbook-pro-4 aerospike-client-python % grep -i aerospike dev-valgrind.log...
Hi Im having difficulties after updating gunicorn to version 22.0.0 which has breaking changes mentioned in [changelog](https://docs.gunicorn.org/en/latest/news.html). `bins = self.client.get(key)[BINS_INDEX] ^^^^^^^^^^^^^^^^^^^^ exception.ClusterError: (11, 'No connection to aerospike cluster', 'src/main/client/get.c', 73,...
todo: - replace borrowed ref api calls - global state - Certain C client variables need to be read using atomic functions notes - All header files checked for global...
…n python - All the test cases in the test file `test_scan_get_partitions_status.py` are still in `test_query_get_partitions_status.py`, I believe - Valgrind memory leaks for get_partitions_status are gone TODO: make PartitionsStatus class...
Regression Testing - [x] Massif memory usage looks ok - [x] Build artifacts passes except for noise - [x] Valgrind shows no memory errors from this PR Extra changes: CI/CD...