Skip to content

Commit

Permalink
Bug 34405722 - [33489672->14.1.1.0.10] [32718739-->.NET] EEHO Stuck T…
Browse files Browse the repository at this point in the history
…hread 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]
  • Loading branch information
fryp committed Jul 22, 2022
1 parent 982f00c commit 2e52404
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion tests/Coherence.Tests/Resources/s4hc-cache-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,21 @@
</initiator-config>
</remote-cache-scheme>

<remote-cache-scheme>
<scheme-name>extend-direct-with-cluster-name</scheme-name>
<service-name>ExtendTcpCacheServiceCN</service-name>
<cluster-name>DotNetTest</cluster-name>
<proxy-service-name>ExtendTcpProxyServiceEphermeral</proxy-service-name>
<initiator-config>
<tcp-initiator>
<name-service-addresses>
<address-provider>ap2</address-provider>
</name-service-addresses>
</tcp-initiator>
<connect-timeout>5s</connect-timeout>
</initiator-config>
</remote-cache-scheme>

<remote-cache-scheme>
<scheme-name>extend-direct-with-cluster-name</scheme-name>
<service-name>ExtendTcpCacheServiceUnknownCN</service-name>
Expand Down Expand Up @@ -367,7 +382,7 @@
</tcp-initiator>
</initiator-config>
</remote-invocation-scheme>

<remote-invocation-scheme>
<scheme-name>invocation-scheme</scheme-name>
<service-name>RemoteInvocationService</service-name>
Expand Down

0 comments on commit 2e52404

Please sign in to comment.