mirror of https://github.com/apache/cloudstack.git
Revert change to ManagedContextTimerTask to unblock DB upgrade
This commit is contained in:
parent
a5a6f58eb8
commit
2799ee3d4f
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue