[jira] [Created] (KAFKA-17436) Follower index dump mismatch

2024-08-27 Thread Xiaobing Fang (Jira)
Xiaobing Fang created KAFKA-17436: - Summary: Follower index dump mismatch Key: KAFKA-17436 URL: https://issues.apache.org/jira/browse/KAFKA-17436 Project: Kafka Issue Type: Bug Comp

[jira] [Created] (KAFKA-15771) ProduceRequest#partitionSizes() is not an atomic operation

2023-11-01 Thread Xiaobing Fang (Jira)
Xiaobing Fang created KAFKA-15771: - Summary: ProduceRequest#partitionSizes() is not an atomic operation Key: KAFKA-15771 URL: https://issues.apache.org/jira/browse/KAFKA-15771 Project: Kafka

[jira] [Commented] (KAFKA-15136) The inspection of field allowAutoTopicCreation field in MetadataRequest is unreasonable

2023-07-03 Thread Xiaobing Fang (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17739485#comment-17739485 ] Xiaobing Fang commented on KAFKA-15136: --- Can anyone give some opinions? > The ins

[jira] [Updated] (KAFKA-15136) The inspection of field allowAutoTopicCreation field in MetadataRequest is unreasonable

2023-06-30 Thread Xiaobing Fang (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiaobing Fang updated KAFKA-15136: -- Priority: Major (was: Minor) > The inspection of field allowAutoTopicCreation field in Metada

[jira] [Updated] (KAFKA-15136) The inspection of field allowAutoTopicCreation field in MetadataRequest is unreasonable

2023-06-30 Thread Xiaobing Fang (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiaobing Fang updated KAFKA-15136: -- Description:   {code:java} if (!data.allowAutoTopicCreation() && version < 4) throw new Un

[jira] [Created] (KAFKA-15136) The inspection of field allowAutoTopicCreation field in MetadataRequest is unreasonable

2023-06-30 Thread Xiaobing Fang (Jira)
Xiaobing Fang created KAFKA-15136: - Summary: The inspection of field allowAutoTopicCreation field in MetadataRequest is unreasonable Key: KAFKA-15136 URL: https://issues.apache.org/jira/browse/KAFKA-15136

[jira] [Commented] (KAFKA-13752) Using `equals` instead of `==` when Uuid compare in Java

2022-03-17 Thread Xiaobing Fang (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13752?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17508270#comment-17508270 ] Xiaobing Fang commented on KAFKA-13752: --- [~jolshan] I have done it in PR, PTAL. >

[jira] [Updated] (KAFKA-13752) Using `equals` instead of `==` when Uuid compare in Java

2022-03-17 Thread Xiaobing Fang (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13752?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiaobing Fang updated KAFKA-13752: -- Description: {code:java} Uuid.ZERO_UUID == new Uuid(0L, 0L){code} is true in scala, but in jav

[jira] [Updated] (KAFKA-13752) Using `equals` instead of `==` when Uuid compare in Java

2022-03-17 Thread Xiaobing Fang (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13752?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiaobing Fang updated KAFKA-13752: -- Description: {code:java} Uuid.ZERO_UUID == new Uuid(0L, 0L){code} is true in scala, but in jav

[jira] [Updated] (KAFKA-13752) Using `equals` instead of `==` when Uuid compare in Java

2022-03-17 Thread Xiaobing Fang (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13752?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiaobing Fang updated KAFKA-13752: -- Description: `Uuid.ZERO_UUID == new Uuid(0L, 0L)` is true in scala, but in java is false.  

[jira] [Updated] (KAFKA-13752) Using `equals` instead of `==` when Uuid compare in Java

2022-03-17 Thread Xiaobing Fang (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13752?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiaobing Fang updated KAFKA-13752: -- Description: `Uuid.ZERO_UUID == new Uuid(0L, 0L)` is true in scala, but in java is false.  

[jira] [Created] (KAFKA-13752) Using `equals` instead of `==` when Uuid compare in Java

2022-03-17 Thread Xiaobing Fang (Jira)
Xiaobing Fang created KAFKA-13752: - Summary: Using `equals` instead of `==` when Uuid compare in Java Key: KAFKA-13752 URL: https://issues.apache.org/jira/browse/KAFKA-13752 Project: Kafka Is

[jira] [Updated] (KAFKA-13424) Redundant cleanup operations in TopicChangeHandler or TopicDeletionManager

2021-10-31 Thread Xiaobing Fang (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiaobing Fang updated KAFKA-13424: -- Description: In `*TopicDeletionManager.completeDeleteTopic()*`, `*controllerContext.removeTop

[jira] [Updated] (KAFKA-13424) Redundant cleanup operations in TopicChangeHandler or TopicDeletionManager

2021-10-31 Thread Xiaobing Fang (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiaobing Fang updated KAFKA-13424: -- Description: In `*TopicDeletionManager.completeDeleteTopic()*`, `*controllerContext.removeTop

[jira] [Updated] (KAFKA-13424) Redundant cleanup operations in TopicChangeHandler or TopicDeletionManager

2021-10-31 Thread Xiaobing Fang (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiaobing Fang updated KAFKA-13424: -- Description: In ```TopicDeletionManager.completeDeleteTopic()```, `controllerContext.removeTo

[jira] [Created] (KAFKA-13424) Redundant cleanup operations in TopicChangeHandler or TopicDeletionManager

2021-10-31 Thread Xiaobing Fang (Jira)
Xiaobing Fang created KAFKA-13424: - Summary: Redundant cleanup operations in TopicChangeHandler or TopicDeletionManager Key: KAFKA-13424 URL: https://issues.apache.org/jira/browse/KAFKA-13424 Project: