David Mollitor created HDFS-15393: ------------------------------------- Summary: Review of PendingReconstructionBlocks Key: HDFS-15393 URL: https://issues.apache.org/jira/browse/HDFS-15393 Project: Hadoop HDFS Issue Type: Improvement Reporter: David Mollitor Assignee: David Mollitor
I started looking at this class based on [HDFS-15351]. * Uses {{java.sql.Time}} unnecessarily. Confusing since Java ships with time formatters out of the box in JDK 8. I believe this will cause issues later when trying to upgrade to JDK 9+ since SQL is a different module in Java. * Remove code where appropriate * Use Java Concurrent library for higher concurrent access to underlying map -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org