GitHub user agresch opened a pull request:
https://github.com/apache/storm/pull/2546
STORM-2934 - fix startup ClassNotFoundException when missing RocksDB jar
Currently, only Nimbus uses STORM_METRIC_STORE_CLASS.
If the RocksDB jar is missing on Daemons other than Nimbus, they should be
able to startup successfully.
If the jar is missing on Nimbus, the metricStore will fail to initialize,
and an ERROR will be logged. Nimbus will still be able to run; it just ignores
using the metricStore.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/agresch/storm agresch_classnotfound
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/2546.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2546
----
commit f1c341749430f8134e7cfc8980d9f9b811a339b2
Author: Aaron Gresch <agresch@...>
Date: 2018-02-05T17:38:33Z
fix startup ClassNotFoundException when missing RocksDB jar
----
---