Details
-
Improvement
-
Status: Resolved
-
Low
-
Resolution: Fixed
-
None
-
None
Description
1. Tracing instance cannot be null because it's initialized at classloading time and never changes. Made it final to prove that. Removed all redundant null checks.
2. StorageService has a Tracing.instance() call - it should trace something or can be removed?
3. Made sessions a ConcurrentMap to stress that it should be thread-safe.