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

ping_on_startup ignored

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 5.1.6.FINAL, 5.2.0.Final
    • 5.1.5.FINAL
    • None

      When a configuration property
      infinispan.client.hotrod.ping_on_startup=false
      is passed to the properties of RemoteCacheManager, this
      avoids ping in RemoteCacheManager.start() but
      RemoteCacheManager.getCache() does ping without checking this property
      and thus rendering this setting useless for scenario

      where we want to specify
      infinispan.client.hotrod.server_list

      with list of servers with some of the servers possibly not available yet.
      In such case we would expect the client to failover to first working server
      and retrying the first operation we want to do with the cache.

            rh-ee-galder Galder ZamarreƱo
            mlinhard Michal Linhard (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: