Updated Branches: refs/heads/master 635155090 -> 21ff7c4e7
CLOUDSTACK-217 Count of active sessions in console proxy do not descrease as VNC session close Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/21ff7c4e Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/21ff7c4e Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/21ff7c4e Branch: refs/heads/master Commit: 21ff7c4e7a59bed39f6830b4df04d04bb8632045 Parents: 6351550 Author: Mice Xia <[email protected]> Authored: Thu Sep 27 15:06:55 2012 +0800 Committer: Mice Xia <[email protected]> Committed: Thu Sep 27 15:07:18 2012 +0800 ---------------------------------------------------------------------- .../cloud/consoleproxy/ConsoleProxyGCThread.java | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/21ff7c4e/console-proxy/src/com/cloud/consoleproxy/ConsoleProxyGCThread.java ---------------------------------------------------------------------- diff --git a/console-proxy/src/com/cloud/consoleproxy/ConsoleProxyGCThread.java b/console-proxy/src/com/cloud/consoleproxy/ConsoleProxyGCThread.java index 158f9fe..7f82a96 100644 --- a/console-proxy/src/com/cloud/consoleproxy/ConsoleProxyGCThread.java +++ b/console-proxy/src/com/cloud/consoleproxy/ConsoleProxyGCThread.java @@ -87,6 +87,7 @@ public class ConsoleProxyGCThread extends Thread { synchronized (connMap) { connMap.remove(key); + bReportLoad = true; } // close the server connection
