..
agentlb
bug 10416: fixed the bug in agentLoadBalancerPlanner
2011-06-22 17:16:04 -07:00
dao
bug 10501: This is really Kelven's bug but I'll fix it for him anyways. DAO code already have a way to extract the DB connection from a transaction that is stored in the TLS. There's no real reason for the DAO code to add special semantics to use a different DB connection. That can be done by simply switching the transaction before it even reached the dao code. Think about it. Why would anyone want to call one dao function, switch transaction, and then switch back. The right thing is for the caller to switch transaction, call a series of dao codes, and switch it back. That's the semantics I changed to. By doing this, it also eliminates the number of debug messages in this bug.
2011-07-01 11:03:12 -07:00
CheckPointManager.java
Add license header to files
2011-04-14 11:23:14 -07:00
CheckPointManagerImpl.java
Add manager context to CleanupMaid to allow management service access in cleanup() method
2011-05-02 18:28:38 -07:00
CheckPointVO.java
Add license header to files
2011-04-14 11:23:14 -07:00
CleanupMaid.java
Add manager context to CleanupMaid to allow management service access in cleanup() method
2011-05-02 18:28:38 -07:00
ClusterAsyncExectuionListener.java
Pass isForRebalance parameter to processConnect method of all the listeners - some listeners don't have to be notified when connection happens as a a part of Agent Rebalance process (VirtualMachineManagerImpl listener for instance)
2011-06-27 10:20:41 -07:00
ClusterFenceManager.java
Add license header to files
2011-04-14 11:23:14 -07:00
ClusterFenceManagerImpl.java
Add license header to files
2011-04-14 11:23:14 -07:00
ClusterInvalidSessionException.java
Add license header to files
2011-04-14 11:23:14 -07:00
ClusterManager.java
bug 9127: covered failure scenarios for agent LB.
2011-06-05 17:35:30 -07:00
ClusterManagerImpl.java
bug 10699: log on listener registration
2011-07-12 16:58:55 -07:00
ClusterManagerListener.java
bug 9223, 9224: persist runid to form cluster session, based on cluster session and DB condition to issue isolation notification for self-fencing
2011-04-13 15:13:54 -07:00
ClusterManagerMBean.java
Add license header to files
2011-04-14 11:23:14 -07:00
ClusterManagerMBeanImpl.java
Add license header to files
2011-04-14 11:23:14 -07:00
ClusterManagerMessage.java
bug 9127: intermediate checkin for agent load balancer
2011-05-24 18:45:00 -07:00
ClusterNodeJoinEventArgs.java
Moved DAO to server
2010-11-22 07:40:41 -08:00
ClusterNodeLeftEventArgs.java
Moved DAO to server
2010-11-22 07:40:41 -08:00
ClusterService.java
bug 8558: improve cluster management
2011-03-09 17:18:48 -08:00
ClusterServiceAdapter.java
Add license header to files
2011-04-14 11:23:14 -07:00
ClusterServiceServletAdapter.java
Make cluster request timeout to be configurable
2011-07-14 18:11:32 -07:00
ClusterServiceServletContainer.java
Add license header to files
2011-04-14 11:23:14 -07:00
ClusterServiceServletHttpHandler.java
bug 10677: add client side time out to cluster servlet interface
2011-07-11 12:08:12 -07:00
ClusterServiceServletImpl.java
Make cluster request timeout to be configurable
2011-07-14 18:11:32 -07:00
ClusteredAgentRebalanceService.java
Some fixes to agent lb code:
2011-06-13 22:31:49 -07:00
DummyClusterManagerImpl.java
bug 9127: covered failure scenarios for agent LB.
2011-06-05 17:35:30 -07:00
LockMasterListener.java
bug 10322: Transaction is using the new Merovingian
2011-06-29 12:35:30 -07:00
ManagementServerHostVO.java
bug 9127: covered failure scenarios for agent LB.
2011-06-05 17:35:30 -07:00
ManagementServerNode.java
Bug 10860 - PremiumUpgrade is not run when upgrading to 2.2.8
2011-07-27 17:47:09 -07:00
RemoteMethodConstants.java
bug 8558: improve cluster management
2011-03-09 17:18:48 -08:00
StackMaid.java
Add license header to files
2011-04-14 11:23:14 -07:00