zhaijack opened a new issue #296: Bookies supports ephemeral port 
URL: https://github.com/apache/bookkeeper/issues/296
 
 
   **FEATURE REQUEST**
   
   1. Please describe the feature you are requesting.
   
               // If the caller specified ephemeral ports then use ephemeral 
ports for all
               // the bookies else use numBookie ports starting at initialPort
               if (0 == initialPort) {
                   bsConfs[i].setBookiePort(0);
               } else {
                   bsConfs[i].setBookiePort(initialPort + i);
               }
   
   Currently there is a logic in LocalBookKeeper to support ephemeral ports for 
testing, however the corresponding logic in Bookie is missing. Somehow DL uses 
this feature for testing, it would be nice to port the ephemeral port supports.
   
   2. Indicate the importance of this issue to you (blocker, must-have, 
should-have, nice-to-have). Are you currently using any workarounds to address 
this issue?
   
   **nice-to-have**. marked it as **nice-to-have**, but it might be **blocker** 
for DL to use latest BK. 
   
   3. Provide any additional detail on your proposed use case for this feature.
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to