[ 
https://issues.apache.org/jira/browse/KAFKA-9038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16957576#comment-16957576
 ] 

ASF GitHub Bot commented on KAFKA-9038:
---------------------------------------

rite2nikhil commented on pull request #7582: KAFKA-9038: Allow creating 
partitions while partition reassignment is in progress 
URL: https://github.com/apache/kafka/pull/7582
 
 
   The PR check reassignment in progress at topic level and remove zk node 
assignment check, note that the check cannot be removed completely to prevent 
further exposure to race condition between in progress reassignments and the 
createPartitions update.
 
----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Allow creating partitions while partition reassignment is in progress
> ---------------------------------------------------------------------
>
>                 Key: KAFKA-9038
>                 URL: https://issues.apache.org/jira/browse/KAFKA-9038
>             Project: Kafka
>          Issue Type: Improvement
>            Reporter: Bob Barrett
>            Priority: Major
>
> If a user attempts to create partitions for a topic while a partition 
> reassignment is in progress, we block the request even if the topic for which 
> partitions are being created is not involved in the reassignment. This is an 
> unnecessarily strict requirement; we should allow partition creation for 
> topics that are not involved in reassignments.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to