From 222f93e8166ed73be3afeb1a656ff5007b82e525 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Wed, 17 Jun 2020 14:59:43 -0700 Subject: possibly fix concurrent access to entry object in SeaweedOutputStream --- other/java/hdfs2/src/main/java/seaweed/hdfs/SeaweedOutputStream.java | 3 --- 1 file changed, 3 deletions(-) (limited to 'other/java/hdfs2/src') diff --git a/other/java/hdfs2/src/main/java/seaweed/hdfs/SeaweedOutputStream.java b/other/java/hdfs2/src/main/java/seaweed/hdfs/SeaweedOutputStream.java index 7b488a5da..e08843caa 100644 --- a/other/java/hdfs2/src/main/java/seaweed/hdfs/SeaweedOutputStream.java +++ b/other/java/hdfs2/src/main/java/seaweed/hdfs/SeaweedOutputStream.java @@ -69,9 +69,6 @@ public class SeaweedOutputStream extends OutputStream { } private synchronized void flushWrittenBytesToServiceInternal(final long offset) throws IOException { - - LOG.debug("SeaweedWrite.writeMeta path: {} entry:{}", path, entry); - try { SeaweedWrite.writeMeta(filerGrpcClient, getParentDirectory(path), entry); } catch (Exception ex) { -- cgit v1.2.3