Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-3641

LruBlockCache.CacheStats.getHitCount() is not using the correct variable

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.90.1, 0.92.0
    • 0.90.2, 0.92.0
    • io
    • None
    • Reviewed

    Description

          public long getHitCount() {
            return hitCachingCount.get();
          }
      

      This should be hitCount.get()

      Attachments

        1. HBASE-3641-v2.patch
          0.5 kB
          Jonathan Gray
        2. HBASE-3641-v1.patch
          0.5 kB
          Jonathan Gray

        Activity

          People

            streamy Jonathan Gray
            streamy Jonathan Gray
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: