Shashikant Banerjee created HDDS-380: ----------------------------------------
Summary: Remove synchronization from ChunkGroupOutputStream and ChunkOutputStream Key: HDDS-380 URL: https://issues.apache.org/jira/browse/HDDS-380 Project: Hadoop Distributed Data Store Issue Type: Bug Components: Ozone Client Reporter: Shashikant Banerjee Assignee: Shashikant Banerjee Fix For: 0.3.0 In one of the code review for HDDS-247, it was suggested that ChunkGroupOutputStream/ChunkOutputStream may not be thread safe as the Java OutputStream subclasses are generally non-thread-safe for performance reasons. If users want thread safe, they can easily synchronize it themselves. This Jira aims to remove synchronization from ChunkGroupOutputStream and ChunkOutputStream. -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org