Github user HeartSaVioR commented on a diff in the pull request: https://github.com/apache/storm/pull/2504#discussion_r162319898 --- Diff: pom.xml --- @@ -324,6 +324,7 @@ <jool.version>0.9.12</jool.version> <caffeine.version>2.3.5</caffeine.version> <jaxb-version>2.3.0</jaxb-version> + <rocksdb-version>5.8.6</rocksdb-version> --- End diff -- Just curious: is there some reason to pick 5.8.6?
---