Replies: 1 comment
|
We are using hiredis and have 2 application threads and both have their own instance of event_base calling the Async APIs: redisAsyncConnect(), redisLibeventAttach() connecting to valkey. Our app is periodically calling event_base_loop( event_base_ptr, EVLOOP_NONBLOCK ) to read valkey replies |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
in our product, we upgraded from Redis 6.2 to Valkey 8.0. During testing, after a pod restart we get the following log:
21:33:02 write(2, "[warn] event_base_loop: reentrant invocation. Only one event_base_loop can run on each event_base at once.\n", 108) = 108
Can you, please, support on this?
Thank you very much in advance
All reactions