AmatyaAvadhanula commented on PR #11296:
URL: https://github.com/apache/druid/pull/11296#issuecomment-1185758465

   Hi @panhongan 
   
   The issue in `SeekableStreamTaskInternal` seems to be that `pause()` is 
called after the "main loop" within `runInternal()` is successful.
   
   Would it help to have a check for `ingestionState == 
IngestionState.COMPLETED`, in which case just return a 200 status with the 
current offsets as response i.e behave like the request to pause was successful?


-- 
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