Author: remm
Date: Thu Nov 8 10:49:14 2018
New Revision: 1846121
URL: http://svn.apache.org/viewvc?rev=1846121&view=rev
Log:
Set the utility executor from the Service on the Tribes Channel.
Modified:
tomcat/trunk/java/org/apache/catalina/ha/tcp/SimpleTcpCluster.java
Modified: tomcat/trunk/java/org/apache/catalina/ha/tcp/SimpleTcpCluster.java
URL:
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/ha/tcp/SimpleTcpCluster.java?rev=1846121&r1=1846120&r2=1846121&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/ha/tcp/SimpleTcpCluster.java
(original)
+++ tomcat/trunk/java/org/apache/catalina/ha/tcp/SimpleTcpCluster.java Thu Nov
8 10:49:14 2018
@@ -499,7 +499,6 @@ public class SimpleTcpCluster extends Li
* throwables will be caught and logged.
* @see org.apache.catalina.ha.deploy.FarmWarDeployer#backgroundProcess()
* @see org.apache.catalina.tribes.group.GroupChannel#heartbeat()
- * @see org.apache.catalina.tribes.group.GroupChannel.HeartbeatThread#run()
*
*/
@Override
@@ -528,6 +527,7 @@ public class SimpleTcpCluster extends Li
name.append(",component=Deployer");
onameClusterDeployer = register(clusterDeployer, name.toString());
}
+
channel.setUtilityExecutor(Container.getService(getContainer()).getUtilityExecutor());
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]