I have a bolt that has loaded a native library thru JNI's loadlibrary(...). As my topology is running all the time, as I have a newer version of that OS's native library, is it possible to a) simply rebalance the bolt to '0' , b) then deploy the native library. c) If the bolt's finalize() method is called, it would release the library from path. d) Then update the OS's newer version of the native library and e) then rebalance back to the old bolt count.
Will this work ?
