We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 724f94e commit a6a9221Copy full SHA for a6a9221
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/sink/protocol/writeback/WriteBackSink.java
@@ -364,7 +364,6 @@ private void doTransfer(final PipeStatementInsertionEvent pipeStatementInsertion
364
@Override
365
public void close() throws Exception {
366
if (session != null) {
367
- SESSION_MANAGER.removeCurrSession();
368
SESSION_MANAGER.closeSession(session, COORDINATOR::cleanupQueryExecution, false);
369
}
370
0 commit comments