Re: Review Request 31226: KAFKA-1615 Generating group ID in ZookeeperConsumerConnector shouldn't require local hostname to resolve

2015-02-24 Thread Jonathan Rafalski
e null because you set it to "localhost" > > when defining? > > Jonathan Rafalski wrote: > you are absolutely right, I added the hostname==null in there when I was > trying to pull the first nic with a hostname attached, but it didn't work > consistently

Re: Review Request 31226: KAFKA-1615 Generating group ID in ZookeeperConsumerConnector shouldn't require local hostname to resolve

2015-02-24 Thread Jonathan Rafalski
code I included the unit test that forces the generation of the ID however if you cannot get your local to not resovle you will need to manually throw the exception in the try/catch in order to test. Thanks, Jonathan Rafalski

Re: Review Request 31226: KAFKA-1615 Generating group ID in ZookeeperConsumerConnector shouldn't require local hostname to resolve

2015-02-24 Thread Jonathan Rafalski
ade this test. - Jonathan --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/31226/#review73733 --- On Feb. 20, 2015, 3:07 p.m., Jonathan Rafalski w

[jira] [Commented] (KAFKA-1680) JmxTool exits if no arguments are given

2015-02-23 Thread Jonathan Rafalski (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1680?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14333188#comment-14333188 ] Jonathan Rafalski commented on KAFKA-1680: -- I understand what you are sa

[jira] [Assigned] (KAFKA-1679) JmxTool outputs nothing if any mbean attributes can't be retrieved

2015-02-23 Thread Jonathan Rafalski (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1679?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Rafalski reassigned KAFKA-1679: Assignee: Jonathan Rafalski > JmxTool outputs nothing if any mbean attribu

[jira] [Assigned] (KAFKA-1972) JMX Tool output for CSV format does not handle attributes with comma in their value

2015-02-23 Thread Jonathan Rafalski (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1972?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Rafalski reassigned KAFKA-1972: Assignee: Jonathan Rafalski > JMX Tool output for CSV format does not han

How to get a JIRA assigned

2015-02-22 Thread Jonathan Rafalski
Hello, I was wondering if there are any rights to be able to assign JIRA tickets to myself? I found what I think is a bug while working on 1679 so I opened a ticket and was going to assign a review board for both with my solution but now some else has attempted a patch. Just want to be able

[jira] [Commented] (KAFKA-1615) Generating group ID in ZookeeperConsumerConnector shouldn't require local hostname to resolve

2015-02-20 Thread Jonathan Rafalski (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1615?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14329922#comment-14329922 ] Jonathan Rafalski commented on KAFKA-1615: -- Thanks! I just updated the R

Re: Review Request 31226: KAFKA-1615 Generating group ID in ZookeeperConsumerConnector shouldn't require local hostname to resolve

2015-02-20 Thread Jonathan Rafalski
; I'm confused... what's wrong with: > > "InetAddress.getAddress" > > or > > "InetAddress.getLocalHost.getAddress" > > ? > > Jonathan Rafalski wrote: > InetAddress.getAddress won't work because we don't

Re: Review Request 31226: KAFKA-1615 Generating group ID in ZookeeperConsumerConnector shouldn't require local hostname to resolve

2015-02-20 Thread Jonathan Rafalski
r to the initial InetAddress.getLocalHost.getHostName call aka: core/src/main/scala/kafka/consumer/ZookeeperConsumerConnector.scala insert on line 20: throw new UnknownHostException - Jonathan --- This is an automatically

[jira] [Commented] (KAFKA-1972) JMX Tool output for CSV format does not handle attributes with comma in their value

2015-02-20 Thread Jonathan Rafalski (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1972?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14329415#comment-14329415 ] Jonathan Rafalski commented on KAFKA-1972: -- a suggested fix here would b

[jira] [Created] (KAFKA-1972) JMX Tool output for CSV format does not handle attributes with comma in their value

2015-02-20 Thread Jonathan Rafalski (JIRA)
Jonathan Rafalski created KAFKA-1972: Summary: JMX Tool output for CSV format does not handle attributes with comma in their value Key: KAFKA-1972 URL: https://issues.apache.org/jira/browse/KAFKA-1972

[jira] [Commented] (KAFKA-1680) JmxTool exits if no arguments are given

2015-02-20 Thread Jonathan Rafalski (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1680?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14329407#comment-14329407 ] Jonathan Rafalski commented on KAFKA-1680: -- is this still a valid bug? Seem

[jira] [Issue Comment Deleted] (KAFKA-1679) JmxTool outputs nothing if any mbean attributes can't be retrieved

2015-02-20 Thread Jonathan Rafalski (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1679?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Rafalski updated KAFKA-1679: - Comment: was deleted (was: Taking a look into this, does anyone know the purpose of this

[jira] [Comment Edited] (KAFKA-1679) JmxTool outputs nothing if any mbean attributes can't be retrieved

2015-02-20 Thread Jonathan Rafalski (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1679?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14329345#comment-14329345 ] Jonathan Rafalski edited comment on KAFKA-1679 at 2/20/15 6:5

[jira] [Commented] (KAFKA-1679) JmxTool outputs nothing if any mbean attributes can't be retrieved

2015-02-20 Thread Jonathan Rafalski (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1679?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14329345#comment-14329345 ] Jonathan Rafalski commented on KAFKA-1679: -- Taking a look into this, does an

[jira] [Commented] (KAFKA-1615) Generating group ID in ZookeeperConsumerConnector shouldn't require local hostname to resolve

2015-02-20 Thread Jonathan Rafalski (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1615?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14329027#comment-14329027 ] Jonathan Rafalski commented on KAFKA-1615: -- review board created #3

KAFKA-1615: patch submitted

2015-02-20 Thread Jonathan Rafalski
Hello, I am working through getting the python script for the review process working but wanted to get this first patch up so submitted it to the ticket and created a review board manually. Please let me know if I missed any steps as this is my first time using. Thanks. Jonathan.

Review Request 31226: KAFKA-1615 Generating group ID in ZookeeperConsumerConnector shouldn't require local hostname to resolve

2015-02-20 Thread Jonathan Rafalski
, Jonathan Rafalski

[jira] [Updated] (KAFKA-1615) Generating group ID in ZookeeperConsumerConnector shouldn't require local hostname to resolve

2015-02-20 Thread Jonathan Rafalski (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Rafalski updated KAFKA-1615: - Attachment: KAFKA-1615.patch adding try/catch to getting hostname to allow the use of the

[jira] [Updated] (KAFKA-1615) Generating group ID in ZookeeperConsumerConnector shouldn't require local hostname to resolve

2015-02-20 Thread Jonathan Rafalski (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Rafalski updated KAFKA-1615: - Status: Patch Available (was: Open) adding try/catch to getting hostname to allow the

[jira] [Commented] (KAFKA-1615) Generating group ID in ZookeeperConsumerConnector shouldn't require local hostname to resolve

2015-02-19 Thread Jonathan Rafalski (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1615?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14328168#comment-14328168 ] Jonathan Rafalski commented on KAFKA-1615: -- hello [~gwenshap], now that I

Re: Scala IDE debugging Unit Test Issues

2015-02-19 Thread Jonathan Rafalski
Sorry again about the total newbieness of my prior email. I will work harder on digging deeper before my next query to the list. Jonathan. On Tue, Feb 17, 2015 at 10:09 PM, Jonathan Rafalski wrote: > Hello all, > > Completely new to kafka and scala but thought I would get my feet &

Scala IDE debugging Unit Test Issues

2015-02-17 Thread Jonathan Rafalski
Hello all, Completely new to kafka and scala but thought I would get my feet wet with a few of the newbie tasks. I was able to get the source up and running in the Scala IDE and I am able to debug the examples, however when I try to debug any of the unit tests in core (for example the unit.ka

[jira] [Commented] (KAFKA-1615) Generating group ID in ZookeeperConsumerConnector shouldn't require local hostname to resolve

2015-02-16 Thread Jonathan Rafalski (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1615?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14323165#comment-14323165 ] Jonathan Rafalski commented on KAFKA-1615: -- [~gwenshap], I would like to s