You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@yunikorn.apache.org by "Wilfred Spiegelenburg (Jira)" <ji...@apache.org> on 2020/11/19 00:16:00 UTC

[jira] [Created] (YUNIKORN-463) Usernames with special characters fail in placement rule

Wilfred Spiegelenburg created YUNIKORN-463:
----------------------------------------------

             Summary: Usernames with special characters fail in placement rule
                 Key: YUNIKORN-463
                 URL: https://issues.apache.org/jira/browse/YUNIKORN-463
             Project: Apache YuniKorn
          Issue Type: Bug
          Components: core - common
            Reporter: Wilfred Spiegelenburg


The regular expression for a user name is based on the posix standard and allows the @ sign which is often used on the MS platform. It also has no official length limit.

The queue name does not allow the spacial characters and has a length limit.
We only handle the dot character specially as it is the hierarchy separator. We need to also add special handling of the length and other special characters {{@$}}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@yunikorn.apache.org
For additional commands, e-mail: dev-help@yunikorn.apache.org