You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by gi...@apache.org on 2019/04/13 02:13:13 UTC

[incubator-druid] branch master updated: 7153: Isolated a supplier's close by removing its invocation (#7459)

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 <se...@gmail.com>
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: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org