kfaraz commented on code in PR #14356: URL: https://github.com/apache/druid/pull/14356#discussion_r1213436118
########## docs/development/extensions-core/kinesis-ingestion.md: ########## @@ -557,7 +557,7 @@ fail-overs. A supervisor is stopped via the `POST /druid/indexer/v1/supervisor/<supervisorId>/terminate` endpoint. This places a tombstone marker in the database (to prevent the supervisor from being reloaded on a restart) and then gracefully shuts down the currently running supervisor. When a supervisor is shut down in this way, it will instruct its -managed tasks to stop reading and begin publishing their segments immediately. The call to the shutdown endpoint will +managed tasks to stop reading and begin publishing its segments immediately. The call to the shutdown endpoint will Review Comment: "publishing _their_ segments" was the correct version, I believe. The tasks are supposed to publish segments, not the supervisor. -- 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]
