Hi, all,

Samza 0.10 was test and validated using Java 8 and Redhat 6.6 in LinkedIn.
The rocksDB native library issue was not seen in our runtime environment.
We did see a unit test failure and was able to track back to the issue
reported to RocksDB here: https://github.com/facebook/rocksdb/issues/989.
We had a work-around implemented in unit test as stated in the link and the
rocksdbjni version works fine in our runtime environment. At this moment, I
suspect that it might be the issue within
the NativeLibraryLoader.loadLibrary() that does not work reliably across
all different OS platforms. We will be engaging w/ RocksDB community to
seek for a solution for this issue.

Thanks a lot!

-Yi

On Wed, May 18, 2016 at 8:29 AM, Louis Calisi <lcal...@tripadvisor.com>
wrote:

> We tried downgrading our environment back to Java 7 and we get the same
> error message. The same error happens with running Java 8 or Java 7. This
> works find (Java 8 or Java 7) on our Mac’s. It’s possibly an issue with
> Centos. Or it could be an issue with running inside a CDH 5.4.4 container.
> I’d appreciate any help :-).
>
> Thanks, Louis
>
>
>
>
>
> On 5/18/16, 11:25 AM, "Jason Erickson" <ja...@stormpath.com> wrote:
>
> >We have had this issue, too.  Did you only see the issue when you migrated
> >to Java 8, or did you migrate to Java 8 and Samza 0.10 at the same time?
> >
> >On Tue, May 17, 2016 at 12:09 PM Louis Calisi <lcal...@tripadvisor.com>
> >wrote:
> >
> >> Hi,
> >>
> >> We are upgrading our pre-production environment to Java 8 and Samza
> 0.10.
> >> We are using Centos for our server. I’m running into this error:
> >>
> >> org.rocksdb.RocksDBException: Invalid argument: Compression type Snappy
> is
> >> not linked with the binary.
> >>
> >> I’ve seen this error before on the mailing lists:
> >>
> >>
> https://mail-archives.apache.org/mod_mbox/samza-dev/201602.mbox/%3CCAPs-oNugP8=1d_zea0giyophwclr_j9etvrvpmp0pc3vqi8...@mail.gmail.com%3E
> >> and
> >> https://issues.apache.org/jira/browse/SAMZA-870
> >>
> >> Has this issue been resolved? Is Java 8 not a recommended JDK to run
> Samza
> >> (RocksDB with)?
> >>
> >>
> >> Thanks, Louis Calisi
> >>
> >>
> >>
> >>
>

Reply via email to