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

Apply isStateTransferEnabled attribute to consumer only

This issue belongs to an archived project. You can view it, but you can't modify it. Learn more

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Done
    • Icon: Minor Minor
    • 4.1.0.Final
    • 4.1.0.CR3
    • Core
    • None

      We needed to be able to configure state transfer providers and consumers separately. The short term strategy is to make each node a provider. We then use the 'fetchInMemoryState' attribute to determine if a node can be a consumer or not.

      org.infinispan.factories.StateTransferManagerFactory

      Updated to remove the 'isStateTransferEnabled' check. Now every node is a state transfer provider.

      org.infinispan.statetransfer.StateTransferManagerImpl

      public void start()

      Updated to now check the 'fetchInMemoryState' attribute to determine if this node can operate as a consumer.

      public void generateState()

      Updated so that any node can generate the state.

              manik_jira Manik Surtani (Inactive)
              cbo__jira craig bomba (Inactive)
              Archiver:
              rhn-support-adongare Amol Dongare

                Created:
                Updated:
                Resolved:
                Archived: