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/04/27 16:44:24 UTC

[GitHub] [accumulo] jmark99 opened a new pull request, #2655: Resolve unused format arguments

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

   Updated three instances where the number of format arguments did not
   match number of arguments.
   
   In CompactionCoordinator the compactorAddress was a third argument for
   a statement containing only two format arguments. The compactorAddress
   was dropped as it did not seem to be necessary.
   
   In AuditedSecurityOperation there were two occasions of mismatched
   formats and arguments. In both cases, an additional format argument was
   added to allow both the tableName and tableId to be displayed in the
   audit log.


-- 
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] jmark99 commented on pull request #2655: Resolve unused format arguments

Posted by GitBox <gi...@apache.org>.
jmark99 commented on PR #2655:
URL: https://github.com/apache/accumulo/pull/2655#issuecomment-1112197448

   Updated AuditMessagesIT to work with the previous changes that had been made. This resolved the ErrorProne flags that had been displayed.


-- 
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] jmark99 commented on pull request #2655: Resolve unused format arguments

Posted by GitBox <gi...@apache.org>.
jmark99 commented on PR #2655:
URL: https://github.com/apache/accumulo/pull/2655#issuecomment-1111309043

   Update caused errorprone to flag several issues that i need to look into.


-- 
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] jmark99 merged pull request #2655: Resolve unused format arguments

Posted by GitBox <gi...@apache.org>.
jmark99 merged PR #2655:
URL: https://github.com/apache/accumulo/pull/2655


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