sparse-intern-71089
08/02/2021, 6:36 PMbillions-xylophone-85957
08/02/2021, 6:40 PMbillions-xylophone-85957
08/02/2021, 6:46 PMpulumi up
as far as I can tell is limited by the upload/download speed (nothing could be done about the e.g. cloud providers APIs perf) and local IO to some extent.billowy-army-68599
billions-xylophone-85957
08/02/2021, 6:52 PMstack size * number of resources
? Even if the API call is a read?billions-xylophone-85957
08/02/2021, 7:56 PMbillions-xylophone-85957
08/02/2021, 8:11 PMDuration: 4m9s
$ fgrep -c 'Appended new state snapshot to be written' log.txt
92
$ fgrep -c 'Saved stack' log.txt
13
$ fgrep 'SnapshotManager: mustWrite' log.txt | awk '{print $NF}' | uniq
false
billions-xylophone-85957
08/02/2021, 8:15 PMsame
billions-xylophone-85957
08/02/2021, 8:15 PMmustWrite
checks return false, but there were at least 13 stack writes nonethelessbillions-xylophone-85957
08/02/2021, 8:26 PMI0802 20:03:43.882189 389878 snapshot.go:130] SnapshotManager: Beginning mutation for step `same` on resource `urn:foobar`
I0802 20:03:43.882207 389878 step_executor.go:327] StepExecutor worker(0): applying step same on urn:foobar
(preview false)
I0802 20:03:43.882224 389878 snapshot.go:266] SnapshotManager: sameSnapshotMutation.End(..., true)
I0802 20:03:43.882244 389878 snapshot.go:513] Marked old state snapshot as done: urn:foobar
I0802 20:03:43.882253 389878 snapshot.go:522] Appended new state snapshot to be written: urn:foobar
I0802 20:03:43.882270 389878 snapshot.go:258] SnapshotManager: mustWrite() false
I0802 20:03:43.882280 389878 snapshot.go:288] SnapshotManager: sameSnapshotMutation.End() eliding write
I0802 20:03:43.882290 389878 step_executor.go:327] StepExecutor worker(0): step same on urn:foobar retired
billions-xylophone-85957
08/02/2021, 8:29 PMbillowy-army-68599