* 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)
[ Full content available at: https://github.com/apache/accumulo/pull/619 ] This message was relayed via gitbox.apache.org for [email protected]
