Updated Branches:
  refs/heads/master a5a6f58eb -> 2799ee3d4

Revert change to ManagedContextTimerTask to unblock DB upgrade


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/2799ee3d
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/2799ee3d
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/2799ee3d

Branch: refs/heads/master
Commit: 2799ee3d4fb86f6db856985879a41e5dfc63ccc6
Parents: a5a6f58
Author: Darren Shepherd <darren.s.sheph...@gmail.com>
Authored: Wed Oct 9 20:51:05 2013 -0700
Committer: Darren Shepherd <darren.s.sheph...@gmail.com>
Committed: Wed Oct 9 20:51:05 2013 -0700

----------------------------------------------------------------------
 .../src/com/cloud/hypervisor/vmware/util/VmwareContextPool.java  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/2799ee3d/vmware-base/src/com/cloud/hypervisor/vmware/util/VmwareContextPool.java
----------------------------------------------------------------------
diff --git 
a/vmware-base/src/com/cloud/hypervisor/vmware/util/VmwareContextPool.java 
b/vmware-base/src/com/cloud/hypervisor/vmware/util/VmwareContextPool.java
index c36b3a8..69bde19 100644
--- a/vmware-base/src/com/cloud/hypervisor/vmware/util/VmwareContextPool.java
+++ b/vmware-base/src/com/cloud/hypervisor/vmware/util/VmwareContextPool.java
@@ -119,9 +119,9 @@ public class VmwareContextPool {
        }
        
        private TimerTask getTimerTask() {
-               return new ManagedContextTimerTask() {
+               return new TimerTask() {
             @Override
-            protected void runInContext() {
+            public void run() {
                                try {
                                        // doIdleCheck();
                                        

Reply via email to