David Jacot created KAFKA-19293: ----------------------------------- Summary: Consolidate writes within GroupCoordinatorService#onPartitionsDeleted Key: KAFKA-19293 URL: https://issues.apache.org/jira/browse/KAFKA-19293 Project: Kafka Issue Type: Improvement Reporter: David Jacot Assignee: David Jacot
In GroupCoordinatorService#onPartitionsDeleted, we schedule a write operation for all the shards to deleted the offsets of deleted partitions. Then we schedule a write operation for all the shards to delete the state of shared partitions. As they both go to the GroupMetadataManager, it seems that we could consolidate them and schedule a write per shard to complete both. -- This message was sent by Atlassian Jira (v8.20.10#820010)