keithchew
keithchew
Testing on v2.8.11 Not sure why I did not catch this in my earlier tests, but here it is... Test case: ``` hset namespace:test1 address test1 totalSold 1000000 hset namespace:test2...
I have been testing the new sortby Optimizer and so far have been very happy with the results, achieving performance gains up to 100x in some use cases. Currently the...
Testing on v2.8.9, I experienced a crash: ``` 7:79:M 16 Dec 2023 22:44:45.685 # successRatio == 1 means heap is full ``` from OPT_Rewind() in optimizer_reader.c: ``` RS_LOG_ASSERT(successRatio < 1,...
I don't have an mock dataset test case yet, but wanted to report this just in case there is a quick fix. Testing on v2.8.9, I am comparing the results...
**Describe the bug** With the new WITHOUTCOUNT optimization, I am testing it on a sortable TAG field, results for WITHCOUNT and WITHOUTCOUNT below: WITHCOUNT returns results with sorted tag, as...
Testing on v2.57.3 Goerli chain. Calling this: ``` const pendingBlock = await web3.eth.getBlock('pending'); ``` 3 out of 5 times it would throw and error: ``` [WARN] [02-08|03:24:01.842] [rpc] served conn=192.168.6.97:26003...
Hi Testing on v6.3.4 and encountered this stack trace: ``` 7:72:M 24 Mar 2024 23:00:10.861 # === ASSERTION FAILED === 7:72:M 24 Mar 2024 23:00:10.861 # ==> db.cpp:1833 'm_numexpires >...
I encountered this crash on a slave node: ``` 7:96:S 28 Feb 2024 21:24:38.284 # KeyDB 6.3.4 crashed by signal: 11, si_code: 1 7:96:S 28 Feb 2024 21:24:38.284 # Accessing...
Testing on v6.3.4, steps below for crash (not all the time, but quite reproducible): ``` - MONITOR - Ctrl-C to break out ``` Stack trace: ``` === KEYDB BUG REPORT...
Working on v6.3.4, I have a test module which calls RedisModule_Fork() periodically. I encountered a condition where KeyDB completely freezes, and the logs have stopped logged. Adding some logging, I...