Skip to content

Commit 2e52404

Browse files
committed
Bug 34405722 - [33489672->14.1.1.0.10] [32718739-->.NET] EEHO Stuck Thread Restarts - need to improve code to use locks that timeout
- re-add ExtendTcpCacheServiceCN service cache mapping [git-p4: depot-paths = "//dev/release.net/coherence-net-v14.1.1.0/": change = 94495]
1 parent 982f00c commit 2e52404

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

tests/Coherence.Tests/Resources/s4hc-cache-config.xml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,21 @@
112112
</initiator-config>
113113
</remote-cache-scheme>
114114

115+
<remote-cache-scheme>
116+
<scheme-name>extend-direct-with-cluster-name</scheme-name>
117+
<service-name>ExtendTcpCacheServiceCN</service-name>
118+
<cluster-name>DotNetTest</cluster-name>
119+
<proxy-service-name>ExtendTcpProxyServiceEphermeral</proxy-service-name>
120+
<initiator-config>
121+
<tcp-initiator>
122+
<name-service-addresses>
123+
<address-provider>ap2</address-provider>
124+
</name-service-addresses>
125+
</tcp-initiator>
126+
<connect-timeout>5s</connect-timeout>
127+
</initiator-config>
128+
</remote-cache-scheme>
129+
115130
<remote-cache-scheme>
116131
<scheme-name>extend-direct-with-cluster-name</scheme-name>
117132
<service-name>ExtendTcpCacheServiceUnknownCN</service-name>
@@ -367,7 +382,7 @@
367382
</tcp-initiator>
368383
</initiator-config>
369384
</remote-invocation-scheme>
370-
385+
371386
<remote-invocation-scheme>
372387
<scheme-name>invocation-scheme</scheme-name>
373388
<service-name>RemoteInvocationService</service-name>

0 commit comments

Comments
 (0)