Re: snappy-java dependency version

2016-12-23 Thread Kirk Lund
Just to tie this thread up, use of SnappyCompressor (using org.iq80.snappy) does work on Solaris: gfsh>create region --type=REPLICATE --name=region1 --compressor=org.apache.geode.compression.SnappyCompressor Member | Status --- | -- server1 | Region "/regio

Re: snappy-java dependency version

2016-12-21 Thread Dan Smith
We switched to org.iq80.snappy because that's a pure java implementation, as opposed to just a wrapper around the C++ implementation. See GEODE-1573 for some details. I'm kinda surprised it doesn't work on Solaris. We switched to the new version t

Re: snappy-java dependency version

2016-12-21 Thread Kirk Lund
More info: I'm looking at the snappy dependency in Apache Geode because a user reported that SnappyCompressor in Apache 1.0.0-incubating doesn't work on Solaris x86. Hmm, I see that Geode uses org.iq80.snappy (latest version is 0.4): org.iq80.snappy:snappy:0.4 Previous versions of GemFire used o