You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kyuubi.apache.org by GitBox <gi...@apache.org> on 2021/10/26 07:05:01 UTC

[GitHub] [incubator-kyuubi] 875082356 opened a new issue #1293: When zk namespace nodes exist under the other node, the USER connection level not configured kyuubi. Engine. Share. Level. Sub. The domain parameters can lead to can't get to spark driver IP and port, eventually lead to spark-submit command times out

875082356 opened a new issue #1293:
URL: https://github.com/apache/incubator-kyuubi/issues/1293


   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   
   
   ### Search before asking
   
   - [X] I have searched in the [issues](https://github.com/apache/incubator-kyuubi/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### Describe the bug
   
   ![image](https://user-images.githubusercontent.com/20517291/138825400-2c1a710d-9d3b-4898-98e0-024f15eedffd.png)
   
   
   ### Affects Version(s)
   
   latest version
   
   ### Kyuubi Server Log Output
   
   _No response_
   
   ### Kyuubi Engine Log Output
   
   _No response_
   
   ### Kyuubi Server Configurations
   
   _No response_
   
   ### Kyuubi Engine Configurations
   
   _No response_
   
   ### Additional context
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-kyuubi] zhouyifan279 commented on issue #1293: Mixed use of sub.domain may fail engine discovery

Posted by GitBox <gi...@apache.org>.
zhouyifan279 commented on issue #1293:
URL: https://github.com/apache/incubator-kyuubi/issues/1293#issuecomment-954497234


   The same error occurs if we mix use kyuubi.engine.pool.size as it also creates a child node under /kyuubi_{user}_{share_level}/.
   
   This error occurs occasionally as zookeeper stores child nodes  in a HashSet object and returns them in iteration order.
   So when we get hosts under `engineSpace`, the last host is not always the last created one.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-kyuubi] 875082356 commented on issue #1293: Mixed use of sub.domain may fail engine discovery

Posted by GitBox <gi...@apache.org>.
875082356 commented on issue #1293:
URL: https://github.com/apache/incubator-kyuubi/issues/1293#issuecomment-952779096


   > 你的意思是子域为空的会话会失败还是两者兼而有之?
   
   
   
   > Do you mean that the session with empty subdomain will fail or both?
   the session with empty subdomain and other ZK nodes exist in the
   same node will create the bug
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-kyuubi] pan3793 closed issue #1293: Mixed use of sub.domain may fail engine discovery

Posted by GitBox <gi...@apache.org>.
pan3793 closed issue #1293:
URL: https://github.com/apache/incubator-kyuubi/issues/1293


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-kyuubi] yaooqinn commented on issue #1293: Mixed use of sub.domain may fail engine discovery

Posted by GitBox <gi...@apache.org>.
yaooqinn commented on issue #1293:
URL: https://github.com/apache/incubator-kyuubi/issues/1293#issuecomment-952014206


   Do you mean that the session with empty subdomain will fail or both?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org