xenadmin/XenAdmin/Wizards/GenericPages
Gabor Apati-Nagy 92f0499911 CA-149867: Invoke on MainWindow instead of various controls
We observed that some threads can reach deadlock-ish state after they have Invoked into a control's UI thread. When it happens they are all in a waiting for join or in sleep state for very long time, although there should not be any deadlock situations.
It seems this has something to do with multiple parent controls and with which control we invoked on. This should not make a difference, because we have got one UI thread (for MainWindow) they should wait for, but we have seen it does.

The solution that fixed this issue was to invoke on the MainWindow instead of various controls (see a4fe507adf ).

This changeset is changing all our Invokes to invoke into MainWindow
instead of a control itself. (MainWindow's UI thread is the only UI thread
all Control is using in XenCenter)
This changeset should be in place until we have found the root cause or the exact reason for the above.
2015-04-08 15:16:10 +01:00
..
DelayLoadingOptionComboBoxItem.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
HomeServerItem.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
LunPerVdiMappingPage.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
LunPerVdiMappingPage.Designer.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
LunPerVdiMappingPage.ja.resx CreedenceLN: Updated the language resource files 2014-09-18 15:03:24 +05:30
LunPerVdiMappingPage.resx CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
LunPerVdiMappingPage.zh-CN.resx CP-6317: Importing from branch clearwater-ln. 2013-09-26 13:35:33 +01:00
NetworkResource.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
NewVMGroupVMsPage.cs CA-136173: Getting several notifications for one user-level action (e.g. Updating network operation creates 4 entries in the Notifications/Events view) 2014-07-21 11:19:04 +01:00
NewVMGroupVMsPageBase.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
NewVMGroupVMsPageBase.Designer.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
NewVMGroupVMsPageBase.ja.resx CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
NewVMGroupVMsPageBase.resx CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
NewVMGroupVMsPageBase.zh-CN.resx CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
RBACWarningPage.cs CA-149867: Invoke on MainWindow instead of various controls 2015-04-08 15:16:10 +01:00
RBACWarningPage.Designer.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
RBACWarningPage.ja.resx CP-6317: Importing from branch clearwater-ln. 2013-09-26 13:00:28 +01:00
RBACWarningPage.resx CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
RBACWarningPage.zh-CN.resx CP-6317: Importing from branch clearwater-ln. 2013-09-26 13:00:28 +01:00
ReasoningFilter.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
SelectMultipleVMDestinationPage.cs CA-149867: Invoke on MainWindow instead of various controls 2015-04-08 15:16:10 +01:00
SelectMultipleVMDestinationPage.Designer.cs Unregister registered CollectionChanged event on disposal. 2013-11-23 12:01:54 +00:00
SelectMultipleVMDestinationPage.ja.resx CA-148876 CA-150934 CA-149873 Fixes 2014-11-25 10:00:02 +05:30
SelectMultipleVMDestinationPage.resx CP-6511: Ovf import/export for vGPU enabled VMs. 2013-11-14 12:29:30 +00:00
SelectMultipleVMDestinationPage.zh-CN.resx CA-148876 CA-150934 CA-149873 Fixes 2014-11-25 10:00:02 +05:30
SelectMultipleVMNetworkPage.cs CA-110160: Fixed uncaught exception in VM migrate wizard observed while concurrent migrate operation is triggered on same VM 2013-11-19 17:02:02 +00:00
SelectMultipleVMNetworkPage.Designer.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
SelectMultipleVMNetworkPage.ja.resx CP-6317: Importing from branch clearwater-ln. 2013-09-26 13:00:28 +01:00
SelectMultipleVMNetworkPage.resx CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
SelectMultipleVMNetworkPage.zh-CN.resx CP-6317: Importing from branch clearwater-ln. 2013-09-26 13:00:28 +01:00
SelectVMStorageWithMultipleVirtualDisksPage.cs CA-110160: Fixed uncaught exception in VM migrate wizard observed while concurrent migrate operation is triggered on same VM 2013-11-19 17:02:02 +00:00
SelectVMStorageWithMultipleVirtualDisksPage.Designer.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
SelectVMStorageWithMultipleVirtualDisksPage.ja.resx CP-6317: Importing from branch clearwater-ln. 2013-09-26 13:00:28 +01:00
SelectVMStorageWithMultipleVirtualDisksPage.resx CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
SelectVMStorageWithMultipleVirtualDisksPage.zh-CN.resx CP-6317: Importing from branch clearwater-ln. 2013-09-26 13:00:28 +01:00
StorageResource.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
TvmIpPage.cs CP-6317: Importing from branch clearwater-ln. 2013-09-26 14:16:44 +01:00
TvmIpPage.Designer.cs CA-82957: Refactoring to our custom ComboBoxes with regards to resource management and disposal. 2013-09-27 16:57:50 +01:00
TvmIpPage.ja.resx CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
TvmIpPage.resx CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
TvmIpPage.zh-CN.resx CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
VMMappingSummary.cs CP-11032: Remove storage motion constraints: Allow cross-pool move of stopped and suspended VMs 2015-03-17 16:35:12 +00:00