Description
The ThreadLocal<T> abstraction in stout does not release the allocated pthread keys upon destruction:
It also does not log the errors correctly. Fortunately this does not impact mesos at the current time.
The ThreadLocal<T> abstraction in stout does not release the allocated pthread keys upon destruction:
It also does not log the errors correctly. Fortunately this does not impact mesos at the current time.