I am using apache commons pool 2 for object pooling. The commons pool eviction thread is invoking the destroy method in test environment. However I don't see it getting called in production.
How do I find the reason why it's not getting called?
I am using apache commons pool 2 for object pooling. The commons pool eviction thread is invoking the destroy method in test environment. However I don't see it getting called in production.
How do I find the reason why it's not getting called?