[jira] [Updated] (KAFKA-8127) It may need to import scala.io
[ https://issues.apache.org/jira/browse/KAFKA-8127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] JieFang.He updated KAFKA-8127: -- Description: I get an error when compile kafka,which disappear when import scala.io {code:java} core\src\main\scala\kafka\tools\StateChangeLogMerger.scala:140: object Source is not a member of package io val lineIterators = files.map(io.Source.fromFile(_).getLines) ^ 6 warnings found one error found :core:compileScala FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':core:compileScala'. > Compilation failed {code} was: I get an error when compile kafka,which disappear when import scala.io {code:java} D:\gerrit\Kafka\core\src\main\scala\kafka\tools\StateChangeLogMerger.scala:140: object Source is not a member of package io val lineIterators = files.map(io.Source.fromFile(_).getLines) ^ 6 warnings found one error found :core:compileScala FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':core:compileScala'. > Compilation failed {code} > It may need to import scala.io > -- > > Key: KAFKA-8127 > URL: https://issues.apache.org/jira/browse/KAFKA-8127 > Project: Kafka > Issue Type: Improvement >Reporter: JieFang.He >Priority: Major > > I get an error when compile kafka,which disappear when import scala.io > > {code:java} > core\src\main\scala\kafka\tools\StateChangeLogMerger.scala:140: object Source > is not a member of package io > val lineIterators = files.map(io.Source.fromFile(_).getLines) > ^ > 6 warnings found > one error found > :core:compileScala FAILED > FAILURE: Build failed with an exception. > * What went wrong: > Execution failed for task ':core:compileScala'. > > Compilation failed > {code} -- This message was sent by Atlassian Jira (v8.3.4#803005)
[jira] [Commented] (KAFKA-8127) It may need to import scala.io
[ https://issues.apache.org/jira/browse/KAFKA-8127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16796660#comment-16796660 ] JieFang.He commented on KAFKA-8127: --- I get the same result both in windows7 and Ubuntu with command: gradlew releaseTarGz. kafka version: 1.1.0 gradle version: 4.5.1 scala version: 2.11.12 java version: jdk8 > It may need to import scala.io > -- > > Key: KAFKA-8127 > URL: https://issues.apache.org/jira/browse/KAFKA-8127 > Project: Kafka > Issue Type: Improvement >Reporter: JieFang.He >Priority: Major > > I get an error when compile kafka,which disappear when import scala.io > > {code:java} > D:\gerrit\Kafka\core\src\main\scala\kafka\tools\StateChangeLogMerger.scala:140: > object Source is not a member of package io > val lineIterators = files.map(io.Source.fromFile(_).getLines) > ^ > 6 warnings found > one error found > :core:compileScala FAILED > FAILURE: Build failed with an exception. > * What went wrong: > Execution failed for task ':core:compileScala'. > > Compilation failed > {code} -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Updated] (KAFKA-8127) It may need to import scala.io
[ https://issues.apache.org/jira/browse/KAFKA-8127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] JieFang.He updated KAFKA-8127: -- Issue Type: Improvement (was: Bug) > It may need to import scala.io > -- > > Key: KAFKA-8127 > URL: https://issues.apache.org/jira/browse/KAFKA-8127 > Project: Kafka > Issue Type: Improvement >Reporter: JieFang.He >Priority: Major > > I get an error when compile kafka,which disappear when import scala.io > > {code:java} > D:\gerrit\Kafka\core\src\main\scala\kafka\tools\StateChangeLogMerger.scala:140: > object Source is not a member of package io > val lineIterators = files.map(io.Source.fromFile(_).getLines) > ^ > 6 warnings found > one error found > :core:compileScala FAILED > FAILURE: Build failed with an exception. > * What went wrong: > Execution failed for task ':core:compileScala'. > > Compilation failed > {code} -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Created] (KAFKA-8127) It may need to import scala.io
JieFang.He created KAFKA-8127: - Summary: It may need to import scala.io Key: KAFKA-8127 URL: https://issues.apache.org/jira/browse/KAFKA-8127 Project: Kafka Issue Type: Bug Reporter: JieFang.He I get an error when compile kafka,which disappear when import scala.io {code:java} D:\gerrit\Kafka\core\src\main\scala\kafka\tools\StateChangeLogMerger.scala:140: object Source is not a member of package io val lineIterators = files.map(io.Source.fromFile(_).getLines) ^ 6 warnings found one error found :core:compileScala FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':core:compileScala'. > Compilation failed {code} -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Created] (KAFKA-7163) Topic is not marked for deletion when delete.topic.enable is set false
JieFang.He created KAFKA-7163: - Summary: Topic is not marked for deletion when delete.topic.enable is set false Key: KAFKA-7163 URL: https://issues.apache.org/jira/browse/KAFKA-7163 Project: Kafka Issue Type: Bug Affects Versions: 1.0.1 Reporter: JieFang.He When I set delete.topic.enable to false and use the delete command to delete it, the topic does not marked for deletion -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Updated] (KAFKA-6707) The default value for config of Type.LONG should be *L
[ https://issues.apache.org/jira/browse/KAFKA-6707?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] JieFang.He updated KAFKA-6707: -- Summary: The default value for config of Type.LONG should be *L (was: The value of Type.LONG should be *L) > The default value for config of Type.LONG should be *L > -- > > Key: KAFKA-6707 > URL: https://issues.apache.org/jira/browse/KAFKA-6707 > Project: Kafka > Issue Type: Improvement > Components: streams >Affects Versions: 1.2.0 >Reporter: JieFang.He >Assignee: JieFang.He >Priority: Major > > h1. The default value for config of Type.LONG should be *L -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Updated] (KAFKA-6707) The value of Type.LONG should be *L
[ https://issues.apache.org/jira/browse/KAFKA-6707?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] JieFang.He updated KAFKA-6707: -- Description: h1. The default value for config of Type.LONG should be *L (was: h1. The value of Type.LONG should be *L) > The value of Type.LONG should be *L > --- > > Key: KAFKA-6707 > URL: https://issues.apache.org/jira/browse/KAFKA-6707 > Project: Kafka > Issue Type: Improvement > Components: streams >Affects Versions: 1.2.0 >Reporter: JieFang.He >Assignee: JieFang.He >Priority: Major > > h1. The default value for config of Type.LONG should be *L -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Updated] (KAFKA-6707) The value of Type.LONG should be *L
[ https://issues.apache.org/jira/browse/KAFKA-6707?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] JieFang.He updated KAFKA-6707: -- Description: h1. The value of Type.LONG should be *L > The value of Type.LONG should be *L > --- > > Key: KAFKA-6707 > URL: https://issues.apache.org/jira/browse/KAFKA-6707 > Project: Kafka > Issue Type: Improvement > Components: streams >Affects Versions: 1.2.0 >Reporter: JieFang.He >Assignee: JieFang.He >Priority: Major > > h1. The value of Type.LONG should be *L -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Created] (KAFKA-6707) The value of Type.LONG should be *L
JieFang.He created KAFKA-6707: - Summary: The value of Type.LONG should be *L Key: KAFKA-6707 URL: https://issues.apache.org/jira/browse/KAFKA-6707 Project: Kafka Issue Type: Improvement Components: streams Affects Versions: 1.2.0 Reporter: JieFang.He Assignee: JieFang.He -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Updated] (KAFKA-6702) Wrong className in LoggerFactory.getLogger method
[ https://issues.apache.org/jira/browse/KAFKA-6702?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] JieFang.He updated KAFKA-6702: -- Affects Version/s: 1.0.1 > Wrong className in LoggerFactory.getLogger method > - > > Key: KAFKA-6702 > URL: https://issues.apache.org/jira/browse/KAFKA-6702 > Project: Kafka > Issue Type: Improvement > Components: clients, streams >Affects Versions: 1.0.1, 1.2.0 >Reporter: JieFang.He >Assignee: JieFang.He >Priority: Major > > Wrong className in LoggerFactory.getLogger method -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Created] (KAFKA-6702) Wrong className in LoggerFactory.getLogger method
JieFang.He created KAFKA-6702: - Summary: Wrong className in LoggerFactory.getLogger method Key: KAFKA-6702 URL: https://issues.apache.org/jira/browse/KAFKA-6702 Project: Kafka Issue Type: Improvement Components: clients, streams Affects Versions: 1.2.0 Reporter: JieFang.He Assignee: JieFang.He Wrong className in LoggerFactory.getLogger method -- This message was sent by Atlassian JIRA (v7.6.3#76005)