Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.1.0
-
None
Description
By default jvm disables assertion for performance, and we allow JVM options to be configured at deployment time, it is best to avoid use of assert statement and use explicit clauses to validate critical checks withing storm-daemon code. Also, it would be helpful in many cases to explicitly log and proceed on failure to meet such assert expectation for debugging purpose.