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

RBAC: Invalid number of rows in Chunk column UInt64 position 3: expected 28, got 27. #18231

Closed
den-crane opened this issue Dec 18, 2020 · 0 comments · Fixed by #18379
Closed
Assignees
Labels
bug Confirmed user-visible misbehaviour in official release comp-rbac Access control related

Comments

@den-crane
Copy link
Contributor

CREATE USER 'test';
CREATE SETTINGS PROFILE 'foo';
ALTER USER 'test' SETTINGS PROFILE 'foo';
DROP SETTINGS PROFILE 'foo';
SELECT * FROM system.settings_profile_elements;
Code: 49. DB::Exception: Received from localhost:9000. DB::Exception: Invalid number of rows in Chunk column UInt64 position 3: expected 28, got 27.

DROP USER 'test';
SELECT * FROM system.settings_profile_elements;
-- It works again!

20.8.9.6

@den-crane den-crane added bug Confirmed user-visible misbehaviour in official release comp-rbac Access control related labels Dec 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Confirmed user-visible misbehaviour in official release comp-rbac Access control related
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants