You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/GridCacheOffheapManager.java
+18-1Lines changed: 18 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1848,6 +1848,15 @@ public static class GridCacheDataStore implements CacheDataStore {
1848
1848
*/
1849
1849
privatevolatilelongnextStoreCleanTimeNanos;
1850
1850
1851
+
/** */
1852
+
privateGridQueryRowCacheCleanerrowCacheCleaner;
1853
+
1854
+
/**
1855
+
* Mutex used to synchronise publication of initialized delegate link and actions that should change
1856
+
* the delegate's state, so the delegate will not be in obsolete state.
0 commit comments