MM-X-C
Results
2
issues of
MM-X-C
In a Docker-based standalone deployment of IoTDB, setting MEMORY_SIZE (e.g., MEMORY_SIZE=4G) in iotdb-env.sh does not take effect. During startup, the compaction recovery process (specifically "recovering sequence inner compaction") causes the...
When using Python 3.13 and redis==7.1.0 on Ubuntu 20.04, a Redis instance obtained via ConnectionPool raises a GeneratorExit error after setting a callback. ``` File "/usr/local/lib/python3.13/site-packages/redis/asyncio/connection.py", line 607, in read_response...