-
Type: Task
-
Resolution: Won't Fix
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Sharding
-
Sharding
-
Sharding 2019-01-14
It's just nice to continue to respect the deadline the user specified (through maxTimeMS) on the original request across failover.
It could be done pretty easily by just
1) adding a date field to the IDL for the coordinator document
2) writing the date field when the participant list is written
2) reading the date field on stepup and passing it to the coordinator constructor instead of passing transactionLifetimeLimitSeconds (what's currently done)