denis-chudov commented on PR #5092: URL: https://github.com/apache/ignite-3/pull/5092#issuecomment-2665523850
Regarding this scenario: ``` dataNodes = [A, B, C], scale Up = 1 sec, scaleDown = 10 minutes node A stopped and in a short time returned. Scale Up, scaleDown timers scheduled. scale up timer fired and do not change data nodes 10 minutes passed scale down fired and concurrently node A has left topology. ``` when A returns, onTopologyChange is triggered and node A is excluded from scaleDown timer, so there is no problem -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org