helium / plumtree

Epidemic Broadcast Trees
Apache License 2.0
193 stars 51 forks source link

Collisions with Riak Core because of shared modules #16

Closed cmeiklejohn closed 8 years ago

cmeiklejohn commented 9 years ago

Shared modules, such as dvvset, app_helper, hashtree, and hashtree_tree prevent an application from including both Riak Core and Helium's Plumtree.

To get around this in Lasp, we've extracted the common code out into a library called lasp_support, but a proper fix would be great. We're maintaining a fork of plumtree and riak_core in the mean time.

https://github.com/lasp-lang

tsantero commented 8 years ago

resolved by https://github.com/helium/plumtree/pull/26 and https://github.com/helium/plumtree/pull/29