mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2025-01-20 07:19:18 +01:00
a4fe507adf
In some cases calling Control.Invoke() from a background thread causes that thread to go in a "sleep, wait, or join" mode, while waiting for Invoke to happen, although the UI thread is running normally. If the Control is the MainWindow, it works as expected, but we've seen it happening while connecting or disconnecting from a large pool, on calling Invoke on controls like NavigationView, AlertSummaryPage, HistoryPage, etc. To fix this, we call the Invoke on the MainWindow in all the places where we've seen the issue. With this changes, the previous fix for CA-148245 (call RequestRefreshTreeView on CacheClearing event) is not needed anymore, so I removed that call. Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com> |
||
---|---|---|
.. | ||
PlanActions | ||
Sorting | ||
RollingUpgradeReadyToUpgradePage.cs | ||
RollingUpgradeReadyToUpgradePage.Designer.cs | ||
RollingUpgradeReadyToUpgradePage.ja.resx | ||
RollingUpgradeReadyToUpgradePage.resx | ||
RollingUpgradeReadyToUpgradePage.zh-CN.resx | ||
RollingUpgradeUpgradePage.cs | ||
RollingUpgradeUpgradePage.designer.cs | ||
RollingUpgradeUpgradePage.ja.resx | ||
RollingUpgradeUpgradePage.resx | ||
RollingUpgradeUpgradePage.zh-CN.resx | ||
RollingUpgradeWizard_FirstPage.cs | ||
RollingUpgradeWizard_FirstPage.Designer.cs | ||
RollingUpgradeWizard_FirstPage.ja.resx | ||
RollingUpgradeWizard_FirstPage.resx | ||
RollingUpgradeWizard_FirstPage.zh-CN.resx | ||
RollingUpgradeWizard_SelectInstallMethod.cs | ||
RollingUpgradeWizard_SelectInstallMethod.Designer.cs | ||
RollingUpgradeWizard_SelectInstallMethod.ja.resx | ||
RollingUpgradeWizard_SelectInstallMethod.resx | ||
RollingUpgradeWizard_SelectInstallMethod.zh-CN.resx | ||
RollingUpgradeWizard_UpgradeMode.cs | ||
RollingUpgradeWizard_UpgradeMode.Designer.cs | ||
RollingUpgradeWizard_UpgradeMode.ja.resx | ||
RollingUpgradeWizard_UpgradeMode.resx | ||
RollingUpgradeWizard_UpgradeMode.zh-CN.resx | ||
RollingUpgradeWizard.cs | ||
RollingUpgradeWizard.Designer.cs | ||
RollingUpgradeWizard.ja.resx | ||
RollingUpgradeWizard.resx | ||
RollingUpgradeWizard.zh-CN.resx | ||
RollingUpgradeWizardPrecheckPage.cs | ||
RollingUpgradeWizardPrecheckPage.Designer.cs | ||
RollingUpgradeWizardSelectPool.cs | ||
RollingUpgradeWizardSelectPool.Designer.cs | ||
RollingUpgradeWizardSelectPool.ja.resx | ||
RollingUpgradeWizardSelectPool.resx | ||
RollingUpgradeWizardSelectPool.zh-CN.resx |