-
Notifications
You must be signed in to change notification settings - Fork 981
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unknown error on BRPOPLPUSH command #2599
Comments
@dg-korolev Thank you for reporting this issue. Can you please provide the complete INFO log file for this crash? |
|
@dg-korolev it's not the full log but confirms the bug I thought of.
|
Serverredis_version:6.2.11 Clientsconnected_clients:16656 Memoryused_memory:4522561576 Statstotal_connections_received:19714 Replicationrole:master Modulesmodule:name=ReJSON,ver=20000,api=1,filters=0,usedby=[search],using=[],options=[handle-io-errors] Keyspacedb0:keys=4474551,expires=2050,avg_ttl=-1 Cpuused_cpu_sys:3048.633788 Clustercluster_enabled:0
|
|
|
|
Thanks for the help and recommendations. |
@dg-korolev have you used ghcr.io/dragonflydb/dragonfly-weekly:1e06c63727ffe84d2b4f9c36c6d5122082f52ae0-ubuntu ? |
Hi @romange, we've migrated from Redis to Dragonfly on Ubuntu 20.04, using the latest .deb package available for download, and seeing the same crash. We had to revert back to Redis since this made Dragonfly unusuable (crashed every <5 minutes). Here's the crash as well as `INFO` output
Serverredis_version:6.2.11 Clientsconnected_clients:41132 Memoryused_memory:1244046280 Statstotal_connections_received:105295 Replicationrole:master Modulesmodule:name=ReJSON,ver=20000,api=1,filters=0,usedby=[search],using=[],options=[handle-io-errors] Keyspacedb0:keys=87475,expires=70794,avg_ttl=-1 Cpuused_cpu_sys:140.470046 Clustercluster_enabled:0 |
@gyfis is it possible for you to run container |
@romange Thank you for the quick reply! Sorry, that's not something I can attempt at the moment. This migration is quite expensive operation-wise for us, so we'll wait this out and attempt at a later point after 1.15 is shipped. |
I thought you guys already migrated and you need a solution ASAP with Dragonfly. In that case, I suggest to wait for a proper release. Also, after a short sync within the team, we saw we actually be able to fix this bug and release 1.14.4 this week. Sorry for all the trouble. |
Appreciate the thoughtfulness! We reverted after seeing the instability. We'll look out for the release, and will ping back if these things re-occur in one of the newer versions 🙏 |
@romange Hi, we ran new container and have not seen the crash problem since yesterday morning |
Signed-off-by: adi_holden <adi@dragonflydb.io>
Fixed in v1.14.4 |
Describe the bug
After replacing KeyDB with Dragonfly for use with Bull, we encountered the problem that Dragonfly crashed with the error:
This seems to be related to the BRPOPLPUSH command.
We encountered this error a couple of times a day.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: