[jira] [Assigned] (KAFKA-6030) Integer overflow in log cleaner cleanable ratio computation

2018-01-07 Thread Xin Li (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-6030?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xin Li reassigned KAFKA-6030: - Assignee: Xin Li > Integer overflow in log cleaner cleanable ratio computation >

[jira] [Commented] (KAFKA-6432) Lookup indices may cause unnecessary page fault

2018-01-07 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-6432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16315536#comment-16315536 ] Ted Yu commented on KAFKA-6432: --- In the second diagram, the last two entries are shown as warm entries. How

[jira] [Created] (KAFKA-6432) Lookup indices may cause unnecessary page fault

2018-01-07 Thread Ying Zheng (JIRA)
Ying Zheng created KAFKA-6432: - Summary: Lookup indices may cause unnecessary page fault Key: KAFKA-6432 URL: https://issues.apache.org/jira/browse/KAFKA-6432 Project: Kafka Issue Type:

[jira] [Updated] (KAFKA-6431) Lock contention in Purgatory

2018-01-07 Thread Ying Zheng (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-6431?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ying Zheng updated KAFKA-6431: -- Component/s: (was: core) purgatory > Lock contention in Purgatory >

[jira] [Updated] (KAFKA-6430) Improve Kafka GZip compression performance

2018-01-07 Thread Ying Zheng (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-6430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ying Zheng updated KAFKA-6430: -- Component/s: compression > Improve Kafka GZip compression performance >

[jira] [Updated] (KAFKA-6431) Lock contention in Purgatory

2018-01-07 Thread Ying Zheng (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-6431?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ying Zheng updated KAFKA-6431: -- Component/s: core > Lock contention in Purgatory > > >

[jira] [Updated] (KAFKA-6431) Lock contention in Purgatory

2018-01-07 Thread Ying Zheng (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-6431?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ying Zheng updated KAFKA-6431: -- Description: Purgatory is the data structure in Kafka broker that manages delayed operations. There is

[jira] [Created] (KAFKA-6431) Lock contention in Purgatory

2018-01-07 Thread Ying Zheng (JIRA)
Ying Zheng created KAFKA-6431: - Summary: Lock contention in Purgatory Key: KAFKA-6431 URL: https://issues.apache.org/jira/browse/KAFKA-6431 Project: Kafka Issue Type: Improvement

[jira] [Commented] (KAFKA-6430) Improve Kafka GZip compression performance

2018-01-07 Thread Ying Zheng (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-6430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16315507#comment-16315507 ] Ying Zheng commented on KAFKA-6430: --- [~tedyu] Gotcha! Thank you! > Improve Kafka GZip compression

[jira] [Commented] (KAFKA-6430) Improve Kafka GZip compression performance

2018-01-07 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-6430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16315500#comment-16315500 ] Ted Yu commented on KAFKA-6430: --- Once you send out pull request, a committer would assign this to you. >

[jira] [Updated] (KAFKA-6430) Improve Kafka GZip compression performance

2018-01-07 Thread Ying Zheng (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-6430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ying Zheng updated KAFKA-6430: -- Description: To compress messages, Kafka uses DataOutputStream on top of GZIPOutputStream: new

[jira] [Updated] (KAFKA-6430) Improve Kafka GZip compression performance

2018-01-07 Thread Ying Zheng (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-6430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ying Zheng updated KAFKA-6430: -- Description: To compress messages, Kafka uses DataOutputStream on top of GZIPOutputStream: new

[jira] [Commented] (KAFKA-6430) Improve Kafka GZip compression performance

2018-01-07 Thread Ying Zheng (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-6430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16315497#comment-16315497 ] Ying Zheng commented on KAFKA-6430: --- @Ted Yu, Thank you! BTW, do you know how can I assign this ticket

[jira] [Updated] (KAFKA-6430) Improve Kafka GZip compression performance

2018-01-07 Thread Ying Zheng (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-6430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ying Zheng updated KAFKA-6430: -- Description: To compress messages, Kafka uses DataOutputStream on top of GZIPOutputStream: new

[jira] [Commented] (KAFKA-6430) Improve Kafka GZip compression performance

2018-01-07 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-6430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16315495#comment-16315495 ] Ted Yu commented on KAFKA-6430: --- bq. Here is the awkward writeInt() method in DataInputStream I guess you

[jira] [Updated] (KAFKA-6430) Improve Kafka GZip compression performance

2018-01-07 Thread Ying Zheng (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-6430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ying Zheng updated KAFKA-6430: -- Description: To compress messages, Kafka uses DataOutputStream on top of GZIPOutputStream: new

[jira] [Assigned] (KAFKA-6422) When enable trace level log in mirror maker, it will throw null pointer exception and the mirror maker will shutdown

2018-01-07 Thread Guozhang Wang (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-6422?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guozhang Wang reassigned KAFKA-6422: Assignee: Xin Li > When enable trace level log in mirror maker, it will throw null pointer

[jira] [Commented] (KAFKA-6422) When enable trace level log in mirror maker, it will throw null pointer exception and the mirror maker will shutdown

2018-01-07 Thread Xin Li (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-6422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16315146#comment-16315146 ] Xin Li commented on KAFKA-6422: --- [~jchenga] looks that I do not have the rights to assign a task to myself.