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 2018/08/28 01:32:05 UTC

[GitHub] ctubbsii opened a new pull request #619: Remove warnings

ctubbsii opened a new pull request #619: Remove warnings
URL: https://github.com/apache/accumulo/pull/619
 
 
   * Remove unnecessary warnings suppression in FileOperations (also add
     missing overrides annotations here)
   * Remove potential resource leak in BCFile due to reusing a variable for
     a potentially new resource allocation without closing the previous one
     assigned to that variable; this wasn't really a problem because of the
     way we were passing the input stream into the decryptor to get a new
     input stream, but it could happen if that code were to change slightly
   * Remove unused instanceId from AuditedSecurityOperation
   * Remove unused zk variable from UnusedWALIT (also make the timeout
     scalable, like other ITs, in case of testing on a resource-limited
     machine)

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services