Support retry for WRITE_THROUGH and WRITE_BEHIND: Trigger checks

Signed-off-by: zzhlhc <zhouzh_zzz@qq.com>
pull/5294/head
zzhlhc 1 year ago
parent 1585c33866
commit e8de8699a3

@ -65,7 +65,7 @@ public class RetryableMapWriterAsync<K, V> implements MapWriterAsync<K, V> {
}
if (serviceManager == null) {
log.warn("The serviceManager is null so cannot retry writing keys: {}", addedMap);
log.warn("The serviceManager is null, so cannot retry writing keys: {}", addedMap);
result.completeExceptionally(e);
return;
}

Loading…
Cancel
Save