]
Wolf-Dieter Fink updated ISPN-10124:
------------------------------------
Status: Open (was: New)
transport lock-timeout description is slightly wrong in XSD schema
------------------------------------------------------------------
Key: ISPN-10124
URL:
https://issues.jboss.org/browse/ISPN-10124
Project: Infinispan
Issue Type: Bug
Components: Configuration, Core
Affects Versions: 9.4.12.Final, 10.0.0.Beta3
Reporter: Wolf-Dieter Fink
Priority: Minor
Form the infinispan-core xsd the transport lock-timeout description is like followed.
<xs:complexType name="transport">
<xs:attribute name="lock-timeout" type="xs:long"
default="240000">
<xs:annotation>
<xs:documentation>
Infinispan uses a distributed lock to maintain a coherent transaction
log during state transfer or rehashing, which means that only one cache can be doing state
transfer or rehashing at the same time.
This constraint is in place because more than one cache could be
involved in a transaction.
This timeout controls the time to wait to acquire a distributed
lock.
</xs:documentation>
</xs:annotation>
</xs:attribute>
This does not reflect the latest changes and should be updated