Steve
Steve
Yeah, I think an output variable would work just as well, and then would there be a when added to the asserts? Essentially working like ansible, right?: ``` - asserts:...
@avaakash - FYI, I think mainline work on helm-unittest has moved back to helm-unittest/helm-unittest. You may want to comment there. I see two nearly equivalent issues already, so I'm not...
We were hoping to gain the ability to upgrade from a 6.2 cluster to 7.2 and are blocked by this. Is this proposed code change sufficient to fix issue #12685?...
Same as https://github.com/redis/redis/issues/12677?
Yes: ------ CONFIG DEBUG OUTPUT ------ activedefrag yes I believe one minor difference is that in this case, activedefrag is set from the beginning, whereas in #12677, they mention setting...
I use Rocky (RedHat) Linux in WSL, so that's my use case for Terminal (if that has any relevance - I dunno). If I open 3 panes (1, 2, 3,...
I've been trying to reproduce as well. The closest I can achieve is with a script that creates a bunch of strings, some of them having a ttl. Then by...
Common thread I see here in these crashes, between 13205 and 12677 is the backtrace: activeDefragCycle, ..., libpthread.so.0 Makes me wonder if there is some race condition occurring between threads...
@sundb - Did you find the root cause? Because we are investigating, and if you already know what needs fixed, we will not spend more time on it. Thanks!
@sundb - thanks for sharing the patch. I also think that my above-mentioned crash was because of disabling activedefrag while it was actively running, which caused the old cursor to...