-
Notifications
You must be signed in to change notification settings - Fork 24.9k
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
Restrict index names to ASCII #15553
Comments
+1 |
I'd be just as happy to break that relationship. |
Relates to #9059 as well. |
Actually the more I think about the more I'd prefer to break that relationship. I'd like us to be able to atomically rename an index and leave behind an alias pointing to the new index one day. And that'd require breaking the relationship between index name and directory name. |
@nik9000 I'm very much in favour of breaking that relationship as well (Index UUIDs play a key role in this). I added the discussion label as we should probably come up with a plan when and how to tackle this and related issues (e.g. #13265 , #14932). I also wonder whether we should strive for a short term solution (restrict index names) and, at the same time, start thinking about more concrete plans for changing the representation on disk. |
/me presses 👍 button |
Closing in favour of #16442 |
Index names are currently used as folder names to store data. On some systems this can lead to issues when index names contain characters outside the ASCII range. We currently already forbid special characters in index names such as '', '/', '*', '?', '"', '<', '>', '|', ' ', ','.
Relates to #15552
The text was updated successfully, but these errors were encountered: