Github user HeartSaVioR commented on a diff in the pull request:
https://github.com/apache/storm/pull/2504#discussion_r162323436
--- Diff: storm-server/pom.xml ---
@@ -64,6 +64,10 @@
<artifactId>auto-service</artifactId>
<optional>true</optional>
</dependency>
+ <dependency>
+ <groupId>org.rocksdb</groupId>
+ <artifactId>rocksdbjni</artifactId>
--- End diff --
Just curious: I don't have experience with rocksdb and since it leverages
JNI, I would like to be clear about how it works with multiple OS.
---