-
Type: Task
-
Resolution: Works as Designed
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Replication
-
Repl 2024-03-04
call _setStableTimestampForStorage() even in j:true cases since lastApplied and lastDurable will be updated independently.
we can do something optimization to avoid always calling _setStableTimestampForStorage, such as only call it when old lastApplied < lastCommitted, we probably should also feature flag gate it.