amaechler commented on code in PR #14356: URL: https://github.com/apache/druid/pull/14356#discussion_r1211031544
########## docs/development/extensions-core/kinesis-ingestion.md: ########## @@ -477,25 +479,25 @@ it will just ensure that no indexing tasks are running until the supervisor is r ### Resetting Supervisors -The `POST /druid/indexer/v1/supervisor/<supervisorId>/reset` operation clears stored -sequence numbers, causing the supervisor to start reading from either the earliest or -latest sequence numbers in Kinesis (depending on the value of `useEarliestSequenceNumber`). -After clearing stored sequence numbers, the supervisor kills and recreates active tasks, -so that tasks begin reading from valid sequence numbers. +The `POST /druid/indexer/v1/supervisor/<supervisorId>/reset` operation clears stored Review Comment: The next person might forget though, so wouldn't this set a good precedent (for cleanup)? -- 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]
