You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "ddanielr (via GitHub)" <gi...@apache.org> on 2023/03/10 21:53:05 UTC

[GitHub] [accumulo] ddanielr opened a new pull request, #3235: Handle infinite blocking loops

ddanielr opened a new pull request, #3235:
URL: https://github.com/apache/accumulo/pull/3235

   This change keeps the calculated timeouts for a defined maxWait loop while still allowing the infinite loop case to have an incremental backoff.
   
   This ensures that log messages still show up in a semi-frequent manner to alert users of the continued blocking.
   
   Related to #3231 and #3234 


-- 
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] ddanielr commented on pull request #3235: Handle infinite blocking loops

Posted by "ddanielr (via GitHub)" <gi...@apache.org>.
ddanielr commented on PR #3235:
URL: https://github.com/apache/accumulo/pull/3235#issuecomment-1464594354

   Don't merge this yet, there's a math problem that throw runtime error on infinite wait conditions.


-- 
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] ddanielr commented on pull request #3235: Handle infinite blocking loops

Posted by "ddanielr (via GitHub)" <gi...@apache.org>.
ddanielr commented on PR #3235:
URL: https://github.com/apache/accumulo/pull/3235#issuecomment-1464643996

   Fixed the math error and confirmed the change works against both a defined maxWait > 0 timeout and a maxWait of 0.
   
   


-- 
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] EdColeman merged pull request #3235: Handle infinite blocking loops

Posted by "EdColeman (via GitHub)" <gi...@apache.org>.
EdColeman merged PR #3235:
URL: https://github.com/apache/accumulo/pull/3235


-- 
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