Gossip Embedded

2016-06-02 Thread P. Taylor Goetz
One use case that shouldn't be overlooked is the embedded market.Think of low level devices discovering one another in a network of constrained devices. It may be worth considering using byte arrays for gossip payloads, and potentially introducing a plugable parser or handler layer (at least in

Re: Gossip and coordination

2016-06-02 Thread Edward Capriolo
What I mean to say, is that: The zk web site mentions recipes.The lock recipe was added into the source tree. The ZK-lock recipe is not heavily tested. I got burned by this code, assuming it was a higher quality than it was. https://issues.apache.org/jira/browse/ZOOKEEPER-1262, starvation, and oth

Re: Gossip and coordination

2016-06-02 Thread Flavio Junqueira
Thanks for the feedback, and again, I'm just curious and trying to understand what this project is trying to achieve for now. It is clear that it can change its course. I'm not really really sure what you meant to say with that pointer to the stack overflow question on the zk lock recipe. What'

Re: Gossip and coordination

2016-06-02 Thread Edward Capriolo
Good question. We addressed this in our proposal but there is a need to expand on it. IMHO we to draw a clear line to say Gossip is not a database, Gossip is not a leader election system. We are discussing allowing the systems in the cluster to Gossip "custom" data. With that it will be a natural

Re: Transports and URLs/URIs

2016-06-02 Thread Edward Capriolo
Please review: https://github.com/edwardcapriolo/incubator-gossip/tree/uri https://issues.apache.org/jira/browse/GOSSIP-2 This is half of the plumbing.The rest will be added when we actually build 2 protocols. On Sat, May 28, 2016 at 1:06 PM, Edward Capriolo wrote: > I created https://issues.ap

[jira] [Commented] (GOSSIP-2) Replace connection information with host/port in to use uri

2016-06-02 Thread Edward Capriolo (JIRA)
[ https://issues.apache.org/jira/browse/GOSSIP-2?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15312538#comment-15312538 ] Edward Capriolo commented on GOSSIP-2: -- https://github.com/edwardcapriolo/incubator-gos

[jira] [Work started] (GOSSIP-2) Replace connection information with host/port in to use uri

2016-06-02 Thread Edward Capriolo (JIRA)
[ https://issues.apache.org/jira/browse/GOSSIP-2?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on GOSSIP-2 started by Edward Capriolo. > Replace connection information with host/port in to use uri > ---

[GitHub] incubator-gossip pull request #1: renamed packages from 'google' to 'apache'...

2016-06-02 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-gossip/pull/1 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[jira] [Commented] (GOSSIP-1) Repackage code from com.googlecode or org.apache.gossip

2016-06-02 Thread Edward Capriolo (JIRA)
[ https://issues.apache.org/jira/browse/GOSSIP-1?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15312456#comment-15312456 ] Edward Capriolo commented on GOSSIP-1: -- {noformat} [edward@jackintosh incubator-gossip]

[jira] [Resolved] (GOSSIP-1) Repackage code from com.googlecode or org.apache.gossip

2016-06-02 Thread Edward Capriolo (JIRA)
[ https://issues.apache.org/jira/browse/GOSSIP-1?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Edward Capriolo resolved GOSSIP-1. -- Resolution: Fixed Mak'in it happen. Thanks Dorian. > Repackage code from com.googlecode or org.ap