This is an automated email from the ASF dual-hosted git repository.

gian pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-druid.git


The following commit(s) were added to refs/heads/master by this push:
     new c57e62b  7153: Isolated a supplier's close by removing its invocation 
(#7459)
c57e62b is described below

commit c57e62bcd6f5f77671c9c7f600f31696107437be
Author: Eugene Sevastyanov <[email protected]>
AuthorDate: Sat Apr 13 05:13:08 2019 +0300

    7153: Isolated a supplier's close by removing its invocation (#7459)
    
    from a non-notice-processing thread
---
 .../indexing/seekablestream/supervisor/SeekableStreamSupervisor.java     | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/indexing-service/src/main/java/org/apache/druid/indexing/seekablestream/supervisor/SeekableStreamSupervisor.java
 
b/indexing-service/src/main/java/org/apache/druid/indexing/seekablestream/supervisor/SeekableStreamSupervisor.java
index 032ab7c..966b76c 100644
--- 
a/indexing-service/src/main/java/org/apache/druid/indexing/seekablestream/supervisor/SeekableStreamSupervisor.java
+++ 
b/indexing-service/src/main/java/org/apache/druid/indexing/seekablestream/supervisor/SeekableStreamSupervisor.java
@@ -660,7 +660,6 @@ public abstract class 
SeekableStreamSupervisor<PartitionIdType, SequenceOffsetTy
       try {
         scheduledExec.shutdownNow(); // stop recurring executions
         reportingExec.shutdownNow();
-        recordSupplier.close();
 
         if (started) {
           Optional<TaskRunner> taskRunner = taskMaster.getTaskRunner();


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to