Closed JosephSalisbury closed 8 years ago
@xh3b4sd and I had a case today where we had two slices running, and an update with min-alive=1, max-growth=0 presented an update like so:
It would seem that at 3, 2 additional slices were made. With max-growth=0, we would expect only one slice to have been created at this point.
so @JosephSalisbury and I paired on this and looked at the debug logs. What we found is that:
addInProgress
we need to dig deeper into this tomorrow
@xh3b4sd and I had a case today where we had two slices running, and an update with min-alive=1, max-growth=0 presented an update like so:
It would seem that at 3, 2 additional slices were made. With max-growth=0, we would expect only one slice to have been created at this point.