Skip to content

Commit

Permalink
ISPN-6912 clustered-indexing.xml example configuration file in server…
Browse files Browse the repository at this point in the history
… is missing an endpoint
  • Loading branch information
mgencur authored and galderz committed Aug 2, 2016
1 parent 62607f7 commit fe01f65
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Expand Up @@ -91,6 +91,14 @@
</hotrod-connector>
</replacement>
</supplement>
<supplement name="indexing">
<replacement placeholder="@@default-cache-container@@" attributeValue="clustered" />
<replacement placeholder="CONNECTORS">
<hotrod-connector socket-binding="hotrod" cache-container="clustered">
<topology-state-transfer lazy-retrieval="false" lock-timeout="1000" replication-timeout="5000" />
</hotrod-connector>
</replacement>
</supplement>
<socket-binding name="hotrod" port="11222" />
<socket-binding name="hotrod-internal" port="11223" />
<socket-binding name="memcached" port="11211" />
Expand Down
Expand Up @@ -7,6 +7,7 @@
<subsystem>jdr.xml</subsystem>
<subsystem>infinispan-jgroups.xml</subsystem>
<subsystem supplement="indexing">infinispan-core.xml</subsystem>
<subsystem supplement="indexing">infinispan-endpoint.xml</subsystem>
<subsystem>jmx.xml</subsystem>
<subsystem>naming.xml</subsystem>
<subsystem>remoting.xml</subsystem>
Expand Down

0 comments on commit fe01f65

Please sign in to comment.