[jira] [Commented] (KAFKA-10242) Adding metrics to track the total count of idempotent producers that Broker need to track

2020-10-09 Thread Bill Bejeck (Jira)


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

Bill Bejeck commented on KAFKA-10242:
-

Since this Jira requires a KIP, as part of the 2.7.0 release process I'm going 
to remove the "fix version" field.  When we have an approved KIP for this we 
can fill out the fix version at that point.

> Adding metrics to track the total count of idempotent producers that Broker 
> need to track
> -
>
> Key: KAFKA-10242
> URL: https://issues.apache.org/jira/browse/KAFKA-10242
> Project: Kafka
>  Issue Type: Improvement
>  Components: producer 
>Affects Versions: 2.5.0
>Reporter: Ming Liu
>Priority: Critical
>  Labels: needs-kip
> Fix For: 2.7.0
>
>
> We found it is very useful to track the total number of idempotent producers 
> that broker is tracking.
> In our production environment, we have many idempotent producers for a 
> cluster and sometimes that number increased to very high number which 
> requires some attention to mitigate.
> This is especially true for client (< 2.4) where the client retry might 
> generate too many different idempotent producers which can trigger broker GC.



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


[jira] [Commented] (KAFKA-10242) Adding metrics to track the total count of idempotent producers that Broker need to track

2020-07-07 Thread Boyang Chen (Jira)


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

Boyang Chen commented on KAFKA-10242:
-

Is this really critical? I think we could downgrade to major. 

Besides, we need to kick off a KIP discussion if we haven't done yet, and link 
it to the JIRA.

> Adding metrics to track the total count of idempotent producers that Broker 
> need to track
> -
>
> Key: KAFKA-10242
> URL: https://issues.apache.org/jira/browse/KAFKA-10242
> Project: Kafka
>  Issue Type: Improvement
>  Components: producer 
>Affects Versions: 2.5.0
>Reporter: Ming Liu
>Priority: Critical
>  Labels: needs-kip
> Fix For: 2.7.0
>
>
> We found it is very useful to track the total number of idempotent producers 
> that broker is tracking.
> In our production environment, we have many idempotent producers for a 
> cluster and sometimes that number increased to very high number which 
> requires some attention to mitigate.
> This is especially true for client (< 2.4) where the client retry might 
> generate too many different idempotent producers which can trigger broker GC.



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


[jira] [Commented] (KAFKA-10242) Adding metrics to track the total count of idempotent producers that Broker need to track

2020-07-07 Thread Ming Liu (Jira)


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

Ming Liu commented on KAFKA-10242:
--

Yes, correct, then it should be 2.7.0 instead of 2.6.0 

> Adding metrics to track the total count of idempotent producers that Broker 
> need to track
> -
>
> Key: KAFKA-10242
> URL: https://issues.apache.org/jira/browse/KAFKA-10242
> Project: Kafka
>  Issue Type: Improvement
>  Components: producer 
>Affects Versions: 2.5.0
>Reporter: Ming Liu
>Priority: Critical
>  Labels: needs-kip
> Fix For: 2.7.0
>
>
> We found it is very useful to track the total number of idempotent producers 
> that broker is tracking.
> In our production environment, we have many idempotent producers for a 
> cluster and sometimes that number increased to very high number which 
> requires some attention to mitigate.
> This is especially true for client (< 2.4) where the client retry might 
> generate too many different idempotent producers which can trigger broker GC.



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


[jira] [Commented] (KAFKA-10242) Adding metrics to track the total count of idempotent producers that Broker need to track

2020-07-07 Thread Randall Hauch (Jira)


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

Randall Hauch commented on KAFKA-10242:
---

This is not a regression, so moving this to have a fix version of 2.7.0 since 
2.6.0 is already in code freeze and approaching release candidates.

Please let me know if this is not correct.

> Adding metrics to track the total count of idempotent producers that Broker 
> need to track
> -
>
> Key: KAFKA-10242
> URL: https://issues.apache.org/jira/browse/KAFKA-10242
> Project: Kafka
>  Issue Type: Improvement
>  Components: producer 
>Affects Versions: 2.5.0
>Reporter: Ming Liu
>Priority: Critical
> Fix For: 2.7.0
>
>
> We found it is very useful to track the total number of idempotent producers 
> that broker is tracking.
> In our production environment, we have many idempotent producers for a 
> cluster and sometimes that number increased to very high number which 
> requires some attention to mitigate.
> This is especially true for client (< 2.4) where the client retry might 
> generate too many different idempotent producers which can trigger broker GC.



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


[jira] [Commented] (KAFKA-10242) Adding metrics to track the total count of idempotent producers that Broker need to track

2020-07-06 Thread Ming Liu (Jira)


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

Ming Liu commented on KAFKA-10242:
--

The PR is [https://github.com/apache/kafka/pull/8982]

> Adding metrics to track the total count of idempotent producers that Broker 
> need to track
> -
>
> Key: KAFKA-10242
> URL: https://issues.apache.org/jira/browse/KAFKA-10242
> Project: Kafka
>  Issue Type: Improvement
>  Components: producer 
>Affects Versions: 2.5.0
>Reporter: Ming Liu
>Priority: Critical
> Fix For: 2.6.0
>
>
> We found it is very useful to track the total number of idempotent producers 
> that broker is tracking.
> In our production environment, we have many idempotent producers for a 
> cluster and sometimes that number increased to very high number which 
> requires some attention to mitigate.
> This is especially true for client (< 2.4) where the client retry might 
> generate too many different idempotent producers which can trigger broker GC.



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