xenadmin/XenAdmin/Wizards
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
..
BallooningWizard_Pages Fixes: CA-150023,150019,149973,149970 2014-10-31 18:03:20 +05:30
BugToolWizardFiles CA-149867: Invoke on MainWindow instead of various controls 2015-04-08 15:16:10 +01:00
CrossPoolMigrateWizard CP-11032: Allow cross-pool move of stopped and suspended VMs 2015-03-24 17:14:03 +00:00
DRWizards CA-149867: Invoke on MainWindow instead of various controls 2015-04-08 15:16:10 +01:00
ExportWizard Iteration_002 translation check-ins 2014-10-14 21:41:41 +05:30
GenericPages CA-149867: Invoke on MainWindow instead of various controls 2015-04-08 15:16:10 +01:00
HAWizard_Pages CA-149867: Invoke on MainWindow instead of various controls 2015-04-08 15:16:10 +01:00
ImportWizard CA-149867: Invoke on MainWindow instead of various controls 2015-04-08 15:16:10 +01:00
NewNetworkWizard_Pages CA-14766: ZHCN fix by changing the location 2015-01-05 13:37:53 +05:30
NewPolicyWizard CA-149867: Invoke on MainWindow instead of various controls 2015-04-08 15:16:10 +01:00
NewSRWizard_Pages CA-149867: Invoke on MainWindow instead of various controls 2015-04-08 15:16:10 +01:00
NewVMApplianceWizard Iteration_002 translation check-ins 2014-10-14 21:41:41 +05:30
NewVMWizard CA-149867: Invoke on MainWindow instead of various controls 2015-04-08 15:16:10 +01:00
PatchingWizard CA-149867: Invoke on MainWindow instead of various controls 2015-04-08 15:16:10 +01:00
RollingUpgradeWizard CA-149867: Invoke on MainWindow instead of various controls 2015-04-08 15:16:10 +01:00
BallooningWizard.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
BallooningWizard.Designer.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
BallooningWizard.ja.resx CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
BallooningWizard.resx CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
BallooningWizard.zh-CN.resx CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
HAWizard.cs CP-6093: Removed uses of the enum value Tab.History. 2013-11-12 11:59:46 +00:00
HAWizard.Designer.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
HAWizard.ja.resx CreedenceLN: Updated the language resource files 2014-09-18 15:03:24 +05:30
HAWizard.resx CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
HAWizard.zh-CN.resx CreedenceLN: Updated the language resource files 2014-09-18 15:03:24 +05:30
NewNetworkWizard.cs CP-7579: Remove the DVSC deprecated warning messages on XenCenter for XS6.5(remove all deprecate related code) 2014-04-21 14:13:04 +08:00
NewNetworkWizard.Designer.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
NewNetworkWizard.ja.resx CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
NewNetworkWizard.resx CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
NewNetworkWizard.zh-CN.resx CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
NewSRWizard.cs CP-10144: Support CIFS as an SR type in XenCenter 2015-03-03 15:51:56 +00:00
NewSRWizard.Designer.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
NewSRWizard.ja.resx CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
NewSRWizard.resx CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
NewSRWizard.zh-CN.resx CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
WizardProgress.cs CA-95272: Fixed several memory leaks coming from undisposed pens and brushes. 2013-08-16 17:43:57 +01:00
WizardProgress.Designer.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
WizardProgress.ja.resx CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
WizardProgress.resx CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
WizardProgress.zh-CN.resx CP-6317: Importing from branch clearwater-ln. 2013-09-26 13:35:33 +01:00
WizardProgressEventArgs.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
XenWizardBase.cs CA-123576: Step 1 - stop toggling the enabled state of the Windows menu item when non-modal forms are launched. 2013-12-30 14:47:01 +00:00
XenWizardBase.designer.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
XenWizardBase.ja.resx CreedenceLN: Updated the language resource files 2014-09-18 15:03:24 +05:30
XenWizardBase.resx CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
XenWizardBase.zh-CN.resx CreedenceLN: Updated the language resource files 2014-09-18 15:03:24 +05:30