cloudstack/framework/cluster/src/com/cloud/cluster
Rafael Weingärtner 9179bd54d4 CLOUDSTACK-10195: CloudStack MySQL HA problem - No database selected (#2364)
When using CloudStack with database HA configuration user receives warnings constantly saying “No database selected”.

This problem happens at com.cloud.cluster.ClusterManagerImpl.getHeartbeatTask().new ManagedContextRunnable(){...}.runInContext(), line 550. The scheme of the database is not properly set in the transaction when database HA options are enabled.
2017-12-19 17:55:13 +05:30
..
dao Removed unnecessary @Local annotations and their respective imports from the ComponentLifecycleBase class and its subclasses. 2015-11-21 18:31:11 -02:00
ActiveFencingException.java Reformat all source code. Added checkstyle to check the source code 2013-11-20 07:26:53 -08:00
ClusterFenceManager.java Reformat all source code. Added checkstyle to check the source code 2013-11-20 07:26:53 -08:00
ClusterFenceManagerImpl.java Removed unnecessary @Local annotations and their respective imports from the ComponentLifecycleBase class and its subclasses. 2015-11-21 18:31:11 -02:00
ClusterInvalidSessionException.java Reformat all source code. Added checkstyle to check the source code 2013-11-20 07:26:53 -08:00
ClusterManager.java CLOUDSTACK-7030. After the restart of MS in a clustered MS pool, not all hung worker VMs are recycled. 2014-07-07 13:38:47 +05:30
ClusterManagerImpl.java CLOUDSTACK-10195: CloudStack MySQL HA problem - No database selected (#2364) 2017-12-19 17:55:13 +05:30
ClusterManagerListener.java Reformat all source code. Added checkstyle to check the source code 2013-11-20 07:26:53 -08:00
ClusterManagerMBean.java Reformat all source code. Added checkstyle to check the source code 2013-11-20 07:26:53 -08:00
ClusterManagerMBeanImpl.java Made changes to configuration. Eliminated ConfigValue and only use ConfigKey 2013-09-06 15:40:38 -07:00
ClusterManagerMessage.java Reformat all source code. Added checkstyle to check the source code 2013-11-20 07:26:53 -08:00
ClusterNodeJoinEventArgs.java Reformat all source code. Added checkstyle to check the source code 2013-11-20 07:26:53 -08:00
ClusterNodeLeftEventArgs.java Reformat all source code. Added checkstyle to check the source code 2013-11-20 07:26:53 -08:00
ClusterService.java Reformat all source code. Added checkstyle to check the source code 2013-11-20 07:26:53 -08:00
ClusterServiceAdapter.java Reformat all source code. Added checkstyle to check the source code 2013-11-20 07:26:53 -08:00
ClusterServicePdu.java Reformat all source code. Added checkstyle to check the source code 2013-11-20 07:26:53 -08:00
ClusterServiceRequestPdu.java Reformat all source code. Added checkstyle to check the source code 2013-11-20 07:26:53 -08:00
ClusterServiceServletAdapter.java Revert "Merge pull request #714 from rafaelweingartner/master-lrg-cs-hackday-003" 2015-08-31 11:27:57 +05:30
ClusterServiceServletContainer.java CLOUDSTACK-8656: silent close failure of clustering socket log as info 2015-08-02 19:55:14 +02:00
ClusterServiceServletHttpHandler.java CLOUDSTACK-9265 cleanup around httpclient versions 2016-05-02 16:25:01 +02:00
ClusterServiceServletImpl.java CLOUDSTACK-8656: dummy main removed 2015-08-04 13:35:30 +02:00
ManagementServerHost.java Reformat all source code. Added checkstyle to check the source code 2013-11-20 07:26:53 -08:00
ManagementServerHostPeerVO.java Reformat all source code. Added checkstyle to check the source code 2013-11-20 07:26:53 -08:00
ManagementServerHostVO.java Reformatted all of the code. 2013-11-21 06:15:26 -08:00
RemoteMethodConstants.java Moved ClusterManager into it's own package. Removed the agent load balancing code. 2013-07-25 19:00:26 -07:00