[jira] [Updated] (KAFKA-16401) Client requests and consumer-pref test failed

2024-06-09 Thread gendong1 (Jira)


 [ 
https://issues.apache.org/jira/browse/KAFKA-16401?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

gendong1 updated KAFKA-16401:
-
Description: 
The cluster consists of 3 nodes. When the storeOffsets is delay due to 
fail-slow disk, the corresponding thread is blocked and holds a lock.The retry 
requests consume the IO thread and network threads set in server.proterty. 
However, the retry requests is blocked since they cannot acquire the lock.  The 
coming client requests and cosumer-pref tests failed.

Are there any comments to figure out this issues? I will very appreciate them.

  was:The cluster consists of 3 nodes. When the storeOffsets is delay due to 
fail-slow disk, the corresponding thread is blocked and holds a lock.The retry 
requests consume the IO thread and network threads set in server.proterty. 
However, the retry requests is blocked since they cannot acquire the lock.  The 
coming client requests and cosumer-pref tests failed.


> Client requests and consumer-pref test failed
> -
>
> Key: KAFKA-16401
> URL: https://issues.apache.org/jira/browse/KAFKA-16401
> Project: Kafka
>  Issue Type: Bug
>Affects Versions: 2.8.2
>Reporter: gendong1
>Priority: Major
>
> The cluster consists of 3 nodes. When the storeOffsets is delay due to 
> fail-slow disk, the corresponding thread is blocked and holds a lock.The 
> retry requests consume the IO thread and network threads set in 
> server.proterty. However, the retry requests is blocked since they cannot 
> acquire the lock.  The coming client requests and cosumer-pref tests failed.
> Are there any comments to figure out this issues? I will very appreciate them.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (KAFKA-16412) Uncreated topics is considered as created topics

2024-04-02 Thread gendong1 (Jira)


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

gendong1 commented on KAFKA-16412:
--

sorry for later reply. I will try to trigger this problem in 3.6+.

> Uncreated topics is considered as created topics
> 
>
> Key: KAFKA-16412
> URL: https://issues.apache.org/jira/browse/KAFKA-16412
> Project: Kafka
>  Issue Type: Bug
>Affects Versions: 2.8.2
>Reporter: gendong1
>Priority: Major
> Attachments: AnotherClientOutput.txt, kafkaServer1.out, 
> kafkaServer2.out, kafkaServer3.out
>
>
> A client sends topic creation request to broker.
> Another client sends the same topic creation request to broker.
> The former request does not finish. However, the second client get 
> TopicExistsException.
>  
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (KAFKA-16412) Uncreated topics is considered as created topics

2024-03-22 Thread gendong1 (Jira)


 [ 
https://issues.apache.org/jira/browse/KAFKA-16412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

gendong1 updated KAFKA-16412:
-
Attachment: kafkaServer1.out

> Uncreated topics is considered as created topics
> 
>
> Key: KAFKA-16412
> URL: https://issues.apache.org/jira/browse/KAFKA-16412
> Project: Kafka
>  Issue Type: Bug
>Affects Versions: 2.8.2
>Reporter: gendong1
>Priority: Major
> Attachments: AnotherClientOutput.txt, kafkaServer1.out, 
> kafkaServer2.out, kafkaServer3.out
>
>
> A client sends topic creation request to broker.
> Another client sends the same topic creation request to broker.
> The former request does not finish. However, the second client get 
> TopicExistsException.
>  
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (KAFKA-16412) Uncreated topics is considered as created topics

2024-03-22 Thread gendong1 (Jira)


 [ 
https://issues.apache.org/jira/browse/KAFKA-16412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

gendong1 updated KAFKA-16412:
-
Attachment: kafkaServer2.out

> Uncreated topics is considered as created topics
> 
>
> Key: KAFKA-16412
> URL: https://issues.apache.org/jira/browse/KAFKA-16412
> Project: Kafka
>  Issue Type: Bug
>Affects Versions: 2.8.2
>Reporter: gendong1
>Priority: Major
> Attachments: AnotherClientOutput.txt, kafkaServer1.out, 
> kafkaServer2.out, kafkaServer3.out
>
>
> A client sends topic creation request to broker.
> Another client sends the same topic creation request to broker.
> The former request does not finish. However, the second client get 
> TopicExistsException.
>  
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (KAFKA-16412) Uncreated topics is considered as created topics

2024-03-22 Thread gendong1 (Jira)


 [ 
https://issues.apache.org/jira/browse/KAFKA-16412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

gendong1 updated KAFKA-16412:
-
Attachment: kafkaServer3.out

> Uncreated topics is considered as created topics
> 
>
> Key: KAFKA-16412
> URL: https://issues.apache.org/jira/browse/KAFKA-16412
> Project: Kafka
>  Issue Type: Bug
>Affects Versions: 2.8.2
>Reporter: gendong1
>Priority: Major
> Attachments: AnotherClientOutput.txt, kafkaServer1.out, 
> kafkaServer2.out, kafkaServer3.out
>
>
> A client sends topic creation request to broker.
> Another client sends the same topic creation request to broker.
> The former request does not finish. However, the second client get 
> TopicExistsException.
>  
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (KAFKA-16412) Uncreated topics is considered as created topics

2024-03-22 Thread gendong1 (Jira)


 [ 
https://issues.apache.org/jira/browse/KAFKA-16412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

gendong1 updated KAFKA-16412:
-
Attachment: AnotherClientOutput.txt

> Uncreated topics is considered as created topics
> 
>
> Key: KAFKA-16412
> URL: https://issues.apache.org/jira/browse/KAFKA-16412
> Project: Kafka
>  Issue Type: Bug
>Affects Versions: 2.8.2
>Reporter: gendong1
>Priority: Major
> Attachments: AnotherClientOutput.txt, kafkaServer1.out, 
> kafkaServer2.out, kafkaServer3.out
>
>
> A client sends topic creation request to broker.
> Another client sends the same topic creation request to broker.
> The former request does not finish. However, the second client get 
> TopicExistsException.
>  
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (KAFKA-16412) Uncreated topics is considered as created topics

2024-03-22 Thread gendong1 (Jira)
gendong1 created KAFKA-16412:


 Summary: Uncreated topics is considered as created topics
 Key: KAFKA-16412
 URL: https://issues.apache.org/jira/browse/KAFKA-16412
 Project: Kafka
  Issue Type: Bug
Affects Versions: 2.8.2
Reporter: gendong1


A client sends topic creation request to broker.

Another client sends the same topic creation request to broker.

The former request does not finish. However, the second client get 
TopicExistsException.

 

 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (KAFKA-16401) Client requests and consumer-pref test failed

2024-03-22 Thread gendong1 (Jira)
gendong1 created KAFKA-16401:


 Summary: Client requests and consumer-pref test failed
 Key: KAFKA-16401
 URL: https://issues.apache.org/jira/browse/KAFKA-16401
 Project: Kafka
  Issue Type: Bug
Affects Versions: 2.8.2
Reporter: gendong1


The cluster consists of 3 nodes. When the storeOffsets is delay due to 
fail-slow disk, the corresponding thread is blocked and holds a lock.The retry 
requests consume the IO thread and network threads set in server.proterty. 
However, the retry requests is blocked since they cannot acquire the lock.  The 
coming client requests and cosumer-pref tests failed.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)