kyuubi icon indicating copy to clipboard operation
kyuubi copied to clipboard

[KYUUBI #6295] Engine supports to bind only a specific range of ports

Open geek-dragon opened this issue 1 year ago โ€ข 0 comments

:mag: Description

Issue References ๐Ÿ”—

This pull request fixes #https://github.com/apache/kyuubi/issues/6295

Describe Your Solution ๐Ÿ”ง

Add config in KyuubiConfig for specific port range and randomly pick up a port as frontend service thrift binary port.

Types of changes :bookmark:

  • [ ] Bugfix (non-breaking change which fixes an issue)
  • [x] New feature (non-breaking change which adds functionality)
  • [ ] Breaking change (fix or feature that would cause existing functionality to change)

Test Plan ๐Ÿงช

Behavior Without This Pull Request :coffin:

Behavior With This Pull Request :tada:

Related Unit Tests


Checklist ๐Ÿ“

Be nice. Be informative.

geek-dragon avatar May 02 '24 09:05 geek-dragon