This is an automated email from the ASF dual-hosted git repository.
hxd pushed a commit to branch replace_list_by_array
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git
The following commit(s) were added to refs/heads/replace_list_by_array by this
push:
new d95840c merge with master
d95840c is described below
commit d95840ce9648a2fc0ce428b7a7aa80a7cef4669a
Author: xiangdong huang <[email protected]>
AuthorDate: Thu Apr 25 21:32:43 2019 +0800
merge with master
---
.../java/org/apache/iotdb/db/engine/filenode/FileNodeProcessor.java | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git
a/iotdb/src/main/java/org/apache/iotdb/db/engine/filenode/FileNodeProcessor.java
b/iotdb/src/main/java/org/apache/iotdb/db/engine/filenode/FileNodeProcessor.java
index 0d5bf37..df25fb4 100644
---
a/iotdb/src/main/java/org/apache/iotdb/db/engine/filenode/FileNodeProcessor.java
+++
b/iotdb/src/main/java/org/apache/iotdb/db/engine/filenode/FileNodeProcessor.java
@@ -1773,9 +1773,7 @@ public class FileNodeProcessor extends Processor
implements IStatistic {
waitForOverflowClose();
}
overflowProcessor.close();
- overflowProcessor.clear();
- overflowProcessor = null;
- } catch (OverflowProcessorException | IOException e) {
+ } catch (OverflowProcessorException e) {
throw new FileNodeProcessorException(e);
}
}