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

   This adds a new metadata constraint check for the suspend metadata column to 
ensure that the suspension time is not negative as we should never have a 
negative value.
   
   This is a follow on to #4494 as I realized when working on that we should 
probably add a validation check for this
   
   Note: I'm marking this as a draft for 2 reasons:
   
   1. There will be an update after #4545 is merged as the negative check will 
be done there and can be removed from SuspendingTServer
   2. I wasn't sure if we should target this at 2.1 or 3.1 so wanted to get 
other's opinions. For now this is targeting 3.1 because there is a (probably 
very small) risk in 2.1 of something breaking if there was an unexpected 
negative that existed. Although maybe this isn't a big concern if an existing 
negative would still cause things to break in other ways (I haven't traced 
through to see)


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to