Skip to content

Commit a6a9221

Browse files
committed
fix
1 parent 724f94e commit a6a9221

File tree

1 file changed

+0
-1
lines changed
  • iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/sink/protocol/writeback

1 file changed

+0
-1
lines changed

iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/sink/protocol/writeback/WriteBackSink.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,6 @@ private void doTransfer(final PipeStatementInsertionEvent pipeStatementInsertion
364364
@Override
365365
public void close() throws Exception {
366366
if (session != null) {
367-
SESSION_MANAGER.removeCurrSession();
368367
SESSION_MANAGER.closeSession(session, COORDINATOR::cleanupQueryExecution, false);
369368
}
370369
}

0 commit comments

Comments
 (0)