Skip to content
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

Clarify 'Overloaded when executing query' error #22

Open
mykaul opened this issue Nov 19, 2024 · 1 comment
Open

Clarify 'Overloaded when executing query' error #22

mykaul opened this issue Nov 19, 2024 · 1 comment

Comments

@mykaul
Copy link

mykaul commented Nov 19, 2024

Stress command completed with bad status 128: 2024-11-18 14:19:23.779: [ERROR][Attempt 10/10] Overloaded when executing query "SELECT id, guild_id, name, topic, position, type, permission_overwrites, bitrate, user_limit, last_pin_timestamp, last_message_id, nsfw, rate_limit_per_user, parent_id, rtc_region, video_quality_mode, default_auto_archive_duration, recipients, owner_id, icon_hash, application_id, thread_metadata, message_count, member_count, flags, proto_data, total_message_sent, total_message_deleted, version FROM custom_d1_w2.channels WHERE id = :id LIMIT 1" with params [BigInt(7203667404725542908)]: Database returned an error: Not enough nodes responded to the read request in time to satisfy required consistency level (consistency: LocalQuorum, received: 1, required: 2, data_present: true), Error message: Operation timed out for custom_d1_w2.channels - received only 1 responses from 2 CL=LOCAL_QUORUM.
error: Function custom returned error: "Failed to execute 'custom' queries: QueryRetriesExceeded: Max retry attempts (10) reached"

What does it mean 'overloaded' ? Is that https://github.com/scylladb/scylladb/blob/master/docs/dev/protocol-extensions.md#rate-limit-error ?

I think it comes from

Overloaded(QueryInfo, QueryError),
but I did not pursue it further.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant