prakapenka commented on issue #723: Use of Object.finalize() is deprecated in Java 9, and generally bad practice URL: https://github.com/apache/accumulo/issues/723#issuecomment-433649784 ...if object already has Closable or analog of close implementation like MetaDataTableScanner it is looks simple to rely just on close call. Compare to MetadataConstraints that tries to clear zoo cache on finalize call and seems does not have other pre-destroy possibilities.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
