Uploaded image for project: 'Apache NiFi'
  1. Apache NiFi
  2. NIFI-989

Support size() operation in distributed map cache server

    XMLWordPrintableJSON

Details

    Description

      The distributed map cache server is a great tool for caching along with the cache client (DistributedMapCacheClientService), but after you configure and enable it, it is a black box. You are unable to get any information from the cache e.g how much entries live in the cache.

      The purpose of this issue to extend the cache interface and associated implementations to support the size() operation, which returns the number of
      entries in the distributed cache.

      It could be a first step in a direction of a more transparent cache, where the user can understand, what happens with the distributed cache. I mean after the size() operation, it could be really helpful to implement a stats() command, which s used to query the server about statistics it
      maintains and other internal data (e.g. evictions, hit rates, ...).

      Similar to:

      I implemented a really simple command line tool, which can interact with the cache server from the command line, e.g. get a cache entry and it also able to get the size of the cache, which could be useful, when you would like to debug cache related problems, or just get basic interaction with the cache.

      Attachments

        Activity

          People

            Unassigned Unassigned
            joemeszaros Joe Mészáros
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: