Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-vinogradov committed Jun 28, 2023
1 parent 8452967 commit b09b7e4
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2991,7 +2991,6 @@ private IgniteInternalFuture<Void> loadMissing(
cacheCtx,
topVer,
readThrough,
/*async*/true,
keys,
/*skipVals*/singleRmv,
needReadVer,
Expand Down Expand Up @@ -3094,7 +3093,6 @@ private void onException() {
/**
* @param cacheCtx Cache context.
* @param readThrough Read through flag.
* @param async if {@code True}, then loading will happen in a separate thread.
* @param keys Keys.
* @param skipVals Skip values flag.
* @param needVer If {@code true} version is required for loaded values.
Expand All @@ -3107,7 +3105,6 @@ private IgniteInternalFuture<Void> loadMissing(
final GridCacheContext cacheCtx,
AffinityTopologyVersion topVer,
boolean readThrough,
boolean async,
final Collection<KeyCacheObject> keys,
final boolean skipVals,
final boolean needVer,
Expand Down Expand Up @@ -4754,7 +4751,6 @@ private <K, V> IgniteInternalFuture<Map<K, V>> checkMissed(
cacheCtx,
topVer,
!skipStore,
false,
missedMap.keySet(),
skipVals,
needReadVer,
Expand Down

0 comments on commit b09b7e4

Please sign in to comment.