-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[YSQL][SQLsmith] Stuck query in ReplicationSlotAllocationLock, can't be cancelled #11220
Comments
Creating the slot using pg_create_physical_replication_slot is required for Streaming/replicating changes from a physical slot in PostgreSQL. In YugabyteDB, replication does not use streaming/replication protocol used in PostgreSQL, hence this function is not used and also not supported. |
Similar situation with
The processes stay around on a
This even hung
It only reacts to a
|
Jira Link: DB-858
Description
After a few hours SQLsmith gets stuck in ReplicationSlotAllocationLock, I can reproduce it with the last run query:
The query seems to stay around:
Cancelling with Ctrl-C has no effect.
The text was updated successfully, but these errors were encountered: