[jira] [Commented] (KAFKA-3499) byte[] should not be used as Map key nor Set member

2016-04-26 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15258173#comment-15258173 ] ASF GitHub Bot commented on KAFKA-3499: --- Github user asfgit closed the pull request at:

[jira] [Commented] (KAFKA-3499) byte[] should not be used as Map key nor Set member

2016-04-15 Thread josh gruenberg (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15243866#comment-15243866 ] josh gruenberg commented on KAFKA-3499: --- Sure, I'll take a look later tonight. > byte[] should not

[jira] [Commented] (KAFKA-3499) byte[] should not be used as Map key nor Set member

2016-04-15 Thread Guozhang Wang (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15243856#comment-15243856 ] Guozhang Wang commented on KAFKA-3499: -- [~joshng] Would you like to take a look at the PR? > byte[]

[jira] [Commented] (KAFKA-3499) byte[] should not be used as Map key nor Set member

2016-04-15 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15243852#comment-15243852 ] ASF GitHub Bot commented on KAFKA-3499: --- GitHub user guozhangwang opened a pull request:

[jira] [Commented] (KAFKA-3499) byte[] should not be used as Map key nor Set member

2016-04-11 Thread Michael Noll (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15235799#comment-15235799 ] Michael Noll commented on KAFKA-3499: - FWIW, we ran into the same problem when handling byte[] in

[jira] [Commented] (KAFKA-3499) byte[] should not be used as Map key nor Set member

2016-04-04 Thread Guozhang Wang (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15225135#comment-15225135 ] Guozhang Wang commented on KAFKA-3499: -- Converting to Kafka Streams subtask to keep track of double

[jira] [Commented] (KAFKA-3499) byte[] should not be used as Map key nor Set member

2016-04-04 Thread Tommy Becker (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15224928#comment-15224928 ] Tommy Becker commented on KAFKA-3499: - This was/is a problem in Samza as well. Though many classes may

[jira] [Commented] (KAFKA-3499) byte[] should not be used as Map key nor Set member

2016-04-04 Thread Guozhang Wang (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15224809#comment-15224809 ] Guozhang Wang commented on KAFKA-3499: -- [~ijuma] We realized this problem before in the unit tests,

[jira] [Commented] (KAFKA-3499) byte[] should not be used as Map key nor Set member

2016-04-04 Thread Jay Kreps (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15224768#comment-15224768 ] Jay Kreps commented on KAFKA-3499: -- Yeah, gotcha, that would be totally broken. > byte[] should not be

[jira] [Commented] (KAFKA-3499) byte[] should not be used as Map key nor Set member

2016-04-04 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15224758#comment-15224758 ] Ismael Juma commented on KAFKA-3499: [~jkreps], I think there are two separate issues: 1. Third-party

[jira] [Commented] (KAFKA-3499) byte[] should not be used as Map key nor Set member

2016-04-04 Thread Jay Kreps (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15224741#comment-15224741 ] Jay Kreps commented on KAFKA-3499: -- I think this problem is more general than byte[] since lots of things

[jira] [Commented] (KAFKA-3499) byte[] should not be used as Map key nor Set member

2016-04-04 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15224691#comment-15224691 ] Ismael Juma commented on KAFKA-3499: [~guozhang], this looks important to fix so I set the fix version