You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary: Buffering of write operations in CREATE INDEX should only apply to initdb.
Test Plan: yb_create_index.sql
Reviewers: mikhail
Reviewed By: mikhail
Subscribers: yql
Differential Revision: https://phabricator.dev.yugabyte.com/D6390
When creating an index on a table with existing data, an error may be raised:
The error leaves the session in an inconsistent buffer state and subsequent commands will hang.
The text was updated successfully, but these errors were encountered: