You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2022/02/02 05:00:39 UTC

[GitHub] [accumulo] ctubbsii opened a new pull request #2454: Use port search for compaction coordinator in ITs

ctubbsii opened a new pull request #2454:
URL: https://github.com/apache/accumulo/pull/2454


   Stabilize some external compaction ITs by ensuring the compaction
   coordinator is using port search when it starts up, in case the
   requested port is not available.


-- 
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: notifications-unsubscribe@accumulo.apache.org

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



[GitHub] [accumulo] ctubbsii merged pull request #2454: Use port search for compaction coordinator in ITs

Posted by GitBox <gi...@apache.org>.
ctubbsii merged pull request #2454:
URL: https://github.com/apache/accumulo/pull/2454


   


-- 
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: notifications-unsubscribe@accumulo.apache.org

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



[GitHub] [accumulo] ctubbsii commented on pull request #2454: Use port search for compaction coordinator in ITs

Posted by GitBox <gi...@apache.org>.
ctubbsii commented on pull request #2454:
URL: https://github.com/apache/accumulo/pull/2454#issuecomment-1028071271


   > Is there a reason why the default for port search can't be set to true? I am always setting it to true during testing and since its a new, we aren't breaking any current clusters.
   > 
   > This fixes #2375
   
   In general, we want it true for testing, but I think for production deployments, it's usually better to have fixed ports. It's better for firewall management / network administration. Not having it on by default is consistent with our other server types also having it off by default.
   
   I'm not so sure #2375 is entirely fixed by this. I keep seeing other issues with those, even after this.


-- 
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: notifications-unsubscribe@accumulo.apache.org

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