-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pool: introduce property for https mover port range
Motivation: in a situation where admins need to pinpoint movers to a fixed port the HTTP and HTTPS movers were sharing the same property, thus making such configuration impossible. Modification: introduce pool.mover.https.port.min and pool.mover.https.port.max, which defaults to their http siblings. Update NettyTransferService to display listen port in cell info output. Result: it's possible to run pool with a fixed ports for http and https movers. Acked-by: Lea Morschel Target: master Require-book: no Require-notes: yes
- Loading branch information
Showing
3 changed files
with
26 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters