AmatyaAvadhanula commented on issue #12701:
URL: https://github.com/apache/druid/issues/12701#issuecomment-1183662336

   Hi @pchang388,
   Would it be possible for you to try making the following changes to the 
codebase locally and trying out the same ingestion with its build?
   
   In `SeekableStreamIndexTaskRunner`#`pause`, please try commenting out this 
part of the code:
   ```
         if (isPaused()) {
           shouldResume.signalAll(); // kick the monitor so it re-awaits with 
the new pauseMillis
         }
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to