Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-13234

WF17 vs. WF18: org.infinispan.hibernate-cache

    XMLWordPrintable

Details

    • Task
    • Resolution: Not a Bug
    • Major
    • None
    • 18.0.1.Final
    • JPA / Hibernate
    • None

    Description

      Hi.

      Why has the entity cache transaction in org.infinispan.hibernate-cache been changed from NON_XA to NONE (default) and what are the implications? Can this lead to performance problems?

      WF17

      <cache-container name="hibernate" module="org.infinispan.hibernate-cache">
                      <local-cache name="entity">
                          <transaction mode="NON_XA"/>
                          <object-memory size="10000"/>
                          <expiration max-idle="100000"/>
                      </local-cache>
      

      WF18

      <cache-container name="hibernate" module="org.infinispan.hibernate-cache">
                      <local-cache name="entity">
                          <object-memory size="10000"/>
                          <expiration max-idle="100000"/>
                      </local-cache>
      

      Best regards,
      Daniel

      Attachments

        Activity

          People

            smarlow1@redhat.com Scott Marlow
            daniel.wehrle Daniel Wehrle (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: