Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-10124

transport lock-timeout description is slightly wrong in XSD schema

    XMLWordPrintable

Details

    • Bug
    • Resolution: Obsolete
    • Minor
    • None
    • 9.4.12.Final, 10.0.0.Beta3
    • Configuration, Core
    • None
    • DataGrid Sprint #30

    Description

      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

      Attachments

        Activity

          People

            Unassigned Unassigned
            rhn-support-wfink Wolf Fink
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: