Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-1513

Use Google Collections in ConcurrentLRUCache

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 1.4
    • 4.9, 6.0
    • search
    • None

    Description

      ConcurrentHashMap is used in ConcurrentLRUCache. The Google Colletions concurrent map implementation allows for soft values that are great for caches that potentially exceed the allocated heap. Though I suppose Solr caches usually don't use too much RAM?

      http://code.google.com/p/google-collections/

      Attachments

        1. google-collect-snapshot.jar
          562 kB
          Jason Rutherglen
        2. SOLR-1513.patch
          24 kB
          Jason Rutherglen
        3. SOLR-1513.patch
          2 kB
          Jason Rutherglen

        Activity

          People

            Unassigned Unassigned
            jasonrutherglen Jason Rutherglen
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: