Uploaded image for project: 'Red Hat Data Grid'
  1. Red Hat Data Grid
  2. JDG-392

Write performance regression in replicated non-transactional mode

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Blocker
    • JDG 7.0.0 ER9
    • JDG 7.0.0 ER5
    • Core

    Description

      We noticed a huge performance degradation with put operations in 7.0.0, with this configuration:

      <infinispan xmlns="urn:infinispan:config:8.0">
          <jgroups>
              <stack-file name="jgroupsStack" path="jgroups-udp-custom.xml"/>
          </jgroups>
          <cache-container name="default" default-cache="testCache">
              <transport stack="jgroupsStack" lock-timeout="600000" cluster="default" />
              <serialization></serialization>
              <jmx> <property name="enabled">true</property> </jmx>
              <replicated-cache name="testCache" mode="SYNC" remote-timeout="60000" statistics="true">
                  <locking acquire-timeout="3000" concurrency-level="1000" />
                  <state-transfer timeout="60000" />
              </replicated-cache>
          </cache-container>
      </infinispan>
      

      Attachments

        Issue Links

          Activity

            People

              dberinde@redhat.com Dan Berindei (Inactive)
              jmarkos Jakub Markos (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: