Pavel Bunko created IGNITE-15880:
------------------------------------
Summary: stop method in GridCacheWriteBehindStore is not working
properly
Key: IGNITE-15880
URL: https://issues.apache.org/jira/browse/IGNITE-15880
Project: Ignite
Issue Type: Bug
Affects Versions: 2.11
Reporter: Pavel Bunko
stop method in GridCacheWriteBehindStore is not working properly
[https://github.com/apache/ignite/blob/876a2ca190dbd88f42bc7acecff8b7783ce7ce54/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/store/GridCacheWriteBehindStore.java#L385]
It is waking up only non coalescing write mode threads and only when queues are
not empty. It should wake up threads even when queues are empty and also wake
up coalescing write mode threads too, otherwise it will always wait at least
cacheFlushFreqNanos or forever if cacheFlushFreqNanos is set to 0.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)