Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-5926

Puts on near cache hangs

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 2.0, 2.1
    • None
    • None
    • None

    Description

      Cache puts on near cache on client node hangs after putting same number of keys (if keys and values are same during test). Most probably problem occurs when cache on server reaches max memory and starts page eviction. Attaching java class with main method to reproduce problem. If near cache is not used then the same test works fine.

      Steps to reproduce

      1. Start a server node with one memory region with max size 100 MB. Page Evction Strategy as RANDOM_LRU. Set this memory region as default. Create a REPLICATED cache as part of server's IgniteConfiguration.
      2. Start a client node and create a near cache for the cache created on server. Keep near cache init size and max size 1000 with eviction policy LRU.
      3. Start a infinite while loop to put objects in near cache.

      Attachments

        Activity

          People

            Unassigned Unassigned
            vinshar vinay
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: