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
if (doubleSnapshotConfig.allowDoubleSnapshot() && failedTransitionTracker.anyTransitionWasFailed(updatePlan)) {
The code is inconsistent with the comments 'If the consumer is configured to only follow deltas (no double snapshot) then any failure to transition will cause the consumer to become "stuck" on stale data', so the condition 'doubleSnapshotConfig.allowDoubleSnapshot()' should be negated
The text was updated successfully, but these errors were encountered:
hollow/hollow/src/main/java/com/netflix/hollow/api/client/HollowDataHolder.java
Line 121 in d4d3dbe
The code is inconsistent with the comments 'If the consumer is configured to only follow deltas (no double snapshot) then any failure to transition will cause the consumer to become "stuck" on stale data', so the condition 'doubleSnapshotConfig.allowDoubleSnapshot()' should be negated
The text was updated successfully, but these errors were encountered: