You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2018/04/19 18:23:18 UTC

[GitHub] rhtyd commented on a change in pull request #2505: WIP CLOUDSTACK-10333: Secure Live VM Migration for KVM

rhtyd commented on a change in pull request #2505: WIP CLOUDSTACK-10333: Secure Live VM Migration for KVM
URL: https://github.com/apache/cloudstack/pull/2505#discussion_r182841123
 
 

 ##########
 File path: agent/src/com/cloud/agent/Agent.java
 ##########
 @@ -140,9 +143,11 @@ public int value() {
     long _startupWait = _startupWaitDefault;
     boolean _reconnectAllowed = true;
     //For time sentitive task, e.g. PingTask
-    private final ThreadPoolExecutor _ugentTaskPool;
+    ThreadPoolExecutor _ugentTaskPool;
     ExecutorService _executor;
 
+    Thread _shutdownThread = new ShutdownThread(this);
 
 Review comment:
   I'll post another PR to cleanup the name with `_`.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services