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

Visor shows wrong statistics for off heap memory

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.0
    • 2.1
    • cache

    Description

      Visor show that data is stored in Heap, while the data is in off heap:

      Total: 1
      Heap: 1
      Off-Heap: 0
      Off-Heap Memory: 0

      while:
      cache.localPeek("Key1", ONHEAP) == null
      cache.localPeek("Key1", OFFHEAP) == Value

      reproducer is attached.

      Attachments

        1. CreateCache.java
          0.8 kB
          Mikhail Cherkasov
        2. visor-config.xml
          3 kB
          Mikhail Cherkasov

        Issue Links

          Activity

            People

              kuaw26 Alexey Kuznetsov
              mcherkasov Mikhail Cherkasov
              Votes:
              0 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: