ektravel commented on code in PR #14356: URL: https://github.com/apache/druid/pull/14356#discussion_r1213356358
########## docs/development/extensions-core/kinesis-ingestion.md: ########## @@ -635,10 +639,11 @@ To enable this feature, set `deaggregate` to true in your `ioConfig` when submit When changing the shard count for a Kinesis stream, there will be a window of time around the resharding operation with early shutdown of Kinesis ingestion tasks and possible task failures. -The early shutdowns and task failures are expected, and they occur because the supervisor will update the shard -> task group mappings as shards are closed and fully read, to ensure that tasks are not running -with an assignment of closed shards that have been fully read and to ensure a balanced distribution of active shards across tasks. +The early shutdowns and task failures are expected, and they occur because the supervisor will update the shard -> task group mappings as shards are closed and fully read, to ensure that tasks are not running Review Comment: ```suggestion The early shutdowns and task failures are expected. They occur because the supervisor updates the shard to task group mappings as shards are closed and fully read. This ensures that tasks are not running ``` -- 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]
