Closed larisabratean closed 2 months ago
In case of spring closing, the notEmpty condition was still in await state resulting in delay in the shutdown of service. To be able to fix it, we lock the ReentrantLock to be able to signal the notEmpty condition, and unlock it at the end.
In case of spring closing, the notEmpty condition was still in await state resulting in delay in the shutdown of service. To be able to fix it, we lock the ReentrantLock to be able to signal the notEmpty condition, and unlock it at the end.