[jira] [Created] (KAFKA-8149) ERROR Disk error while writing to recovery point file

2019-03-22 Thread wade wu (JIRA)
wade wu created KAFKA-8149: -- Summary: ERROR Disk error while writing to recovery point file Key: KAFKA-8149 URL: https://issues.apache.org/jira/browse/KAFKA-8149 Project: Kafka Issue Type: Bug

[jira] [Created] (KAFKA-8099) java.nio.file.AccessDeniedException: .swap renamed to .log failed

2019-03-12 Thread wade wu (JIRA)
wade wu created KAFKA-8099: -- Summary: java.nio.file.AccessDeniedException: .swap renamed to .log failed Key: KAFKA-8099 URL: https://issues.apache.org/jira/browse/KAFKA-8099 Project: Kafka Issue Ty

[jira] [Commented] (KAFKA-7020) Error when deleting topic with access denied exception

2018-06-20 Thread wade wu (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-7020?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16518342#comment-16518342 ] wade wu commented on KAFKA-7020: [~vahid] and this issue is similar to another one, there

[jira] [Commented] (KAFKA-7020) Error when deleting topic with access denied exception

2018-06-19 Thread wade wu (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-7020?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16517388#comment-16517388 ] wade wu commented on KAFKA-7020: [~vahid], Let me provide some repro steps:  Environment

[jira] [Commented] (KAFKA-6982) java.lang.ArithmeticException: / by zero

2018-06-14 Thread wade wu (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-6982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16512826#comment-16512826 ] wade wu commented on KAFKA-6982: You can manually add that line of code and build Kafka.

[jira] [Updated] (KAFKA-7020) Error when deleting topic with access denied exception

2018-06-07 Thread wade wu (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-7020?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wade wu updated KAFKA-7020: --- Summary: Error when deleting topic with access denied exception (was: Error while renaming dir for topic_XXX

[jira] [Commented] (KAFKA-7020) Error while renaming dir for topic_XXX in log dir YYY

2018-06-07 Thread wade wu (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-7020?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16505411#comment-16505411 ] wade wu commented on KAFKA-7020: This is very similar to this JIRA: https://issues.apach

[jira] [Created] (KAFKA-7020) Error while renaming dir for topic_XXX in log dir YYY

2018-06-07 Thread wade wu (JIRA)
wade wu created KAFKA-7020: -- Summary: Error while renaming dir for topic_XXX in log dir YYY Key: KAFKA-7020 URL: https://issues.apache.org/jira/browse/KAFKA-7020 Project: Kafka Issue Type: Bug

[jira] [Created] (KAFKA-6983) Error while deleting segments - The process cannot access the file because it is being used by another process

2018-06-01 Thread wade wu (JIRA)
wade wu created KAFKA-6983: -- Summary: Error while deleting segments - The process cannot access the file because it is being used by another process Key: KAFKA-6983 URL: https://issues.apache.org/jira/browse/KAFKA-6983

[jira] [Updated] (KAFKA-6982) java.lang.ArithmeticException: / by zero

2018-06-01 Thread wade wu (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-6982?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wade wu updated KAFKA-6982: --- Description: Producer keeps sending messages to Kafka, Kafka is down.  Server.log shows:  .. [2018-06-

[jira] [Created] (KAFKA-6982) java.lang.ArithmeticException: / by zero

2018-06-01 Thread wade wu (JIRA)
wade wu created KAFKA-6982: -- Summary: java.lang.ArithmeticException: / by zero Key: KAFKA-6982 URL: https://issues.apache.org/jira/browse/KAFKA-6982 Project: Kafka Issue Type: Bug Componen

[jira] [Updated] (KAFKA-6722) SensorAccess.getOrCreate should be more efficient

2018-05-31 Thread wade wu (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-6722?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wade wu updated KAFKA-6722: --- External issue URL: https://cwiki.apache.org/confluence/display/KAFKA/KIP-NEXT%3A+Get+rid+of+unnecessary+read

[jira] [Updated] (KAFKA-6722) SensorAccess.getOrCreate should be more efficient

2018-04-23 Thread wade wu (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-6722?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wade wu updated KAFKA-6722: --- Description: In this source code: [https://github.com/Microsoft/kafka/blob/azpubsub-release-0-10-2/core/src/m

[jira] [Updated] (KAFKA-6722) SensorAccess.getOrCreate should be more efficient

2018-04-23 Thread wade wu (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-6722?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wade wu updated KAFKA-6722: --- Description: The lock/unlock of read lock in getOrCreate() is not necessary, or it should be refactored. For

[jira] [Updated] (KAFKA-6722) SensorAccess.getOrCreate should be more efficient

2018-03-27 Thread wade wu (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-6722?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wade wu updated KAFKA-6722: --- Description: The lock/unlock of read lock in getOrCreate() is not necessary, or it should be refactored. For

[jira] [Created] (KAFKA-6722) SensorAccess.getOrCreate should be more efficient

2018-03-27 Thread wade wu (JIRA)
wade wu created KAFKA-6722: -- Summary: SensorAccess.getOrCreate should be more efficient Key: KAFKA-6722 URL: https://issues.apache.org/jira/browse/KAFKA-6722 Project: Kafka Issue Type: Improvement