Build failed in Hudson: ZooKeeper-trunk #916

2010-08-27 Thread Apache Hudson Server
See https://hudson.apache.org/hudson/job/ZooKeeper-trunk/916/ -- [...truncated 510 lines...] [javadoc] Javadoc execution [javadoc] Loading source file

Re: Putting copyright notices in ZK?

2010-08-27 Thread Vishal K
Hi Henry, I will check with them. Can you point me to the other open source projects that you are referring to? Thanks. -Vishal On Thu, Aug 26, 2010 at 6:19 PM, Henry Robinson he...@cloudera.com wrote: Hi Vishal - I'm afraid we don't allow author or copyright information in source files.

Re: Proposed: Leader communication should listen on specified IP, not wildcard address

2010-08-27 Thread Vishal K
Hi Jared, I like the idea of allowing communication with ZK on only the IP addresses specified in the config file. This is useful when you are having a host with multiple IP address and/or when you want to have traffic isolation. In our setup, we will use this feature for traffic isolation. We

Re: Proposed: Leader communication should listen on specified IP, not wildcard address

2010-08-27 Thread Jared Cantwell
Thanks for the response Vishal. I agree that it should be used for both FLE and normal communication (both server ports). I believe the diff I sent incorporates that thinking, although I may not have been clear. I considered that it be optional, but cases where you would want it to bind on all

Re: Proposed: Leader communication should listen on specified IP, not wildcard address

2010-08-27 Thread Vishal K
Hi Jared, If we keep this optional, then the servers would not need to bind to any specific interface. We will just use the current implementation (InetSocketAddress(port) with wildcard IP). You are right, keeping it optional does not buy us much. However, I did not understand your solution of

Re: Proposed: Leader communication should listen on specified IP, not wildcard address

2010-08-27 Thread Vishal K
Hi Jared, I was referring to InetSocketAddress(port) (or InetSocketAddress(port, null)), which uses a wild-card IP address. If you decide to make this optional, couldn't you can use Java property to select which InetSocketAddress() constructor to use? As mentioned earlier, I agree that keeping it

Re: Putting copyright notices in ZK?

2010-08-27 Thread Gustavo Niemeyer
The example you are looking for is in EVERY open source project - no open source project can allow you to retain copyright or ownership rights to the code you contribute.   If it would, it would not be open source. When you contribute code, you transfer your ownership and copyright rights to

[jira] Commented: (ZOOKEEPER-856) Connection imbalance leads to overloaded ZK instances

2010-08-27 Thread Travis Crawford (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-856?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12903592#action_12903592 ] Travis Crawford commented on ZOOKEEPER-856: --- Thanks for the suggestions! I'm

[jira] Commented: (ZOOKEEPER-856) Connection imbalance leads to overloaded ZK instances

2010-08-27 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-856?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12903617#action_12903617 ] Patrick Hunt commented on ZOOKEEPER-856: Agree, this has been an issue we've

[jira] Commented: (ZOOKEEPER-856) Connection imbalance leads to overloaded ZK instances

2010-08-27 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-856?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12903618#action_12903618 ] Patrick Hunt commented on ZOOKEEPER-856: Btw, If it's possible for you to