Dist Area permissions problem

2017-07-17 Thread John D. Ament
All, Please be advised that the infra team is aware of a permission problem that is affecting podlings ability to write to the incubator dist area. This may cause you to be unable to create staged releases and promote those to the public mirrors. You can track the status in

[jira] [Resolved] (GOSSIP-66) Implement Crdt 2P-Set

2017-07-17 Thread Edward Capriolo (JIRA)
[ https://issues.apache.org/jira/browse/GOSSIP-66?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Edward Capriolo resolved GOSSIP-66. --- Resolution: Fixed Fix Version/s: 0.1.3 > Implement Crdt 2P-Set > -

[jira] [Commented] (GOSSIP-66) Implement Crdt 2P-Set

2017-07-17 Thread Edward Capriolo (JIRA)
[ https://issues.apache.org/jira/browse/GOSSIP-66?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16090754#comment-16090754 ] Edward Capriolo commented on GOSSIP-66: --- Looks good. Thanks much. Merged. > Implement Crdt 2P-Set >

Re: Vision letter, reqest for discussion

2017-07-17 Thread Edward Capriolo
On Mon, Jul 17, 2017 at 3:57 PM, Gary Dusbabek wrote: > Sorry for the late reply. I am on holiday. > > I think part of the problem is that the community is so small. It's > difficult right now to get PRs merged for lack of reviewers. And in cases > where participants

Re: Vision letter, reqest for discussion

2017-07-17 Thread Gary Dusbabek
Sorry for the late reply. I am on holiday. I think part of the problem is that the community is so small. It's difficult right now to get PRs merged for lack of reviewers. And in cases where participants disagree, and there is no consensus, no real work can get done. For example, I would love to

Majority Vote Locking

2017-07-17 Thread Mirage Abeysekara
Hi all, I am currently working on implementing a vote based locking protocol which can be used to acquire a lock on shared data items. According to the design[1] it uses CRDT's to distribute the lock data to other nodes and use vote give up for prevent deadlocks. You can test the current