rhtyd commented on issue #2638: agent: Fixes #2633 don't wait for pending tasks on reconnection URL: https://github.com/apache/cloudstack/pull/2638#issuecomment-389086522 @sureshanaparti The pending tasks fail before reconnecting to the management server. I tried a while-wait approach for answers to be sent only when mgmt server is connected again. With this approach the answers will be sent after mgmt server is reconnected, however, due to lack of thread context such answers are dropped by mgmt server. There is no way to influence state transitions/progress/success/failure in the current design. As long as the tcp connection is not closed, delays and latencies are okay (within the same dc I don't think they would be huge).
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
