Uploaded image for project: 'Couchbase Server'
  1. Couchbase Server
  2. MB-10475

3.0 cbhealthchecker tool :: lots of exceptions during report processing - although report still got generated

    XMLWordPrintable

Details

    • Bug
    • Resolution: Cannot Reproduce
    • Critical
    • 3.0
    • 3.0
    • tools
    • Security Level: Public
    • None
    • Untriaged
    • Ubuntu 64-bit
    • Yes

    Description

      see how report generation ran into bunch of exceptions during processing of cacheMissRatio, dataDiskSize, activeReplicaResidentRatio, etc....
      file of question: "/opt/couchbase/lib/python/analyzer.py"

      Note: html report still got generated fine.

      ===================================================
      root@ubuntu-1204-x64:/opt/couchbase/bin# ./cbhealthchecker --cluster=localhost:8091 -u Administrator -p password -b default
      bucket: default
      node: 172.23.105.140 11210
      node: 172.23.105.141 11210
      node: 172.23.105.142 11210
      .................................
      ..................................................................
      ...................................................................................................
      ....................................................................................................................................
      .....................................................................................................................................................................
      ......................................................................................................................................................................................................
      Exception launched when processing counter: cacheMissRatio
      Traceback (most recent call last):
      File "/opt/couchbase/lib/python/analyzer.py", line 185, in run_analysis
      if not sizing_symptoms[node].has_key(counter["category"]):
      KeyError: u'172.23.105.143:8091'
      Exception launched when processing counter: diskWriteQueueLength
      Traceback (most recent call last):
      File "/opt/couchbase/lib/python/analyzer.py", line 185, in run_analysis
      if not sizing_symptoms[node].has_key(counter["category"]):
      KeyError: u'172.23.105.143:8091'
      Exception launched when processing counter: dataDiskSize
      Traceback (most recent call last):
      File "/opt/couchbase/lib/python/analyzer.py", line 185, in run_analysis
      if not sizing_symptoms[node].has_key(counter["category"]):
      KeyError: u'172.23.105.143:8091'
      Exception launched when processing counter: diskCommitTime
      Traceback (most recent call last):
      File "/opt/couchbase/lib/python/analyzer.py", line 185, in run_analysis
      if not sizing_symptoms[node].has_key(counter["category"]):
      KeyError: u'172.23.105.143:8091'
      Exception launched when processing counter: numItem
      Traceback (most recent call last):
      File "/opt/couchbase/lib/python/analyzer.py", line 185, in run_analysis
      if not sizing_symptoms[node].has_key(counter["category"]):
      KeyError: u'172.23.105.143:8091'
      Exception launched when processing counter: viewDiskSize
      Traceback (most recent call last):
      File "/opt/couchbase/lib/python/analyzer.py", line 185, in run_analysis
      if not sizing_symptoms[node].has_key(counter["category"]):
      KeyError: u'172.23.105.143:8091'
      Exception launched when processing counter: oneWeekMemoryGrowth
      Traceback (most recent call last):
      File "/opt/couchbase/lib/python/analyzer.py", line 185, in run_analysis
      if not sizing_symptoms[node].has_key(counter["category"]):
      KeyError: u'172.23.105.143:8091'
      Exception launched when processing counter: oneWeekDiskSizeGrowth
      Traceback (most recent call last):
      File "/opt/couchbase/lib/python/analyzer.py", line 185, in run_analysis
      if not sizing_symptoms[node].has_key(counter["category"]):
      KeyError: u'172.23.105.143:8091'
      Exception launched when processing counter: activeReplicaResidentRatio
      Traceback (most recent call last):
      File "/opt/couchbase/lib/python/analyzer.py", line 185, in run_analysis
      if not sizing_symptoms[node].has_key(counter["category"]):
      KeyError: u'172.23.105.143:8091'
      Exception launched when processing counter: opsPerformance
      Traceback (most recent call last):
      File "/opt/couchbase/lib/python/analyzer.py", line 185, in run_analysis
      if not sizing_symptoms[node].has_key(counter["category"]):
      KeyError: u'172.23.105.143:8091'

      The run finished successfully.
      Please find html output at '/opt/couchbase/bin/reports/2014-03-14_16-46-11/week.html' and text output at '/opt/couchbase/bin/reports/2014-03-14_16-46-11/week.txt'.
      Exception launched when processing counter: cacheMissRatio
      Traceback (most recent call last):
      File "/opt/couchbase/lib/python/analyzer.py", line 185, in run_analysis
      if not sizing_symptoms[node].has_key(counter["category"]):
      KeyError: u'172.23.105.143:8091'
      Exception launched when processing counter: diskWriteQueueLength
      Traceback (most recent call last):
      File "/opt/couchbase/lib/python/analyzer.py", line 185, in run_analysis
      if not sizing_symptoms[node].has_key(counter["category"]):
      KeyError: u'172.23.105.143:8091'
      Exception launched when processing counter: dataDiskSize
      Traceback (most recent call last):
      File "/opt/couchbase/lib/python/analyzer.py", line 185, in run_analysis
      if not sizing_symptoms[node].has_key(counter["category"]):
      KeyError: u'172.23.105.143:8091'
      Exception launched when processing counter: diskCommitTime
      Traceback (most recent call last):
      File "/opt/couchbase/lib/python/analyzer.py", line 185, in run_analysis
      if not sizing_symptoms[node].has_key(counter["category"]):
      KeyError: u'172.23.105.143:8091'
      Exception launched when processing counter: numItem
      Traceback (most recent call last):
      File "/opt/couchbase/lib/python/analyzer.py", line 185, in run_analysis
      if not sizing_symptoms[node].has_key(counter["category"]):
      KeyError: u'172.23.105.143:8091'
      Exception launched when processing counter: viewDiskSize
      Traceback (most recent call last):
      File "/opt/couchbase/lib/python/analyzer.py", line 185, in run_analysis
      if not sizing_symptoms[node].has_key(counter["category"]):
      KeyError: u'172.23.105.143:8091'
      Exception launched when processing counter: oneHourMemoryGrowth
      Traceback (most recent call last):
      File "/opt/couchbase/lib/python/analyzer.py", line 185, in run_analysis
      if not sizing_symptoms[node].has_key(counter["category"]):
      KeyError: u'172.23.105.143:8091'
      Exception launched when processing counter: oneHourDiskSizeGrowth
      Traceback (most recent call last):
      File "/opt/couchbase/lib/python/analyzer.py", line 185, in run_analysis
      if not sizing_symptoms[node].has_key(counter["category"]):
      KeyError: u'172.23.105.143:8091'
      Exception launched when processing counter: activeReplicaResidentRatio
      Traceback (most recent call last):
      File "/opt/couchbase/lib/python/analyzer.py", line 185, in run_analysis
      if not sizing_symptoms[node].has_key(counter["category"]):
      KeyError: u'172.23.105.143:8091'
      Exception launched when processing counter: opsPerformance
      Traceback (most recent call last):
      File "/opt/couchbase/lib/python/analyzer.py", line 185, in run_analysis
      if not sizing_symptoms[node].has_key(counter["category"]):
      KeyError: u'172.23.105.143:8091'

      The run finished successfully.
      Please find html output at '/opt/couchbase/bin/reports/2014-03-14_16-46-11/hour.html' and text output at '/opt/couchbase/bin/reports/2014-03-14_16-46-11/hour.txt'.

      The run finished successfully.
      Please find html output at '/opt/couchbase/bin/reports/2014-03-14_16-46-11/c_oneMonthMemoryGrowth_172_23_105_140_8091.html' and text output at '/opt/couchbase/bin/reports/2014-03-14_16-46-11/month.txt'.

      The run finished successfully.
      Please find html output at '/opt/couchbase/bin/reports/2014-03-14_16-46-11/c_nineMonthMemoryGrowth_172_23_105_140_8091.html' and text output at '/opt/couchbase/bin/reports/2014-03-14_16-46-11/year.txt'.
      Exception launched when processing counter: cacheMissRatio
      Traceback (most recent call last):
      File "/opt/couchbase/lib/python/analyzer.py", line 185, in run_analysis
      if not sizing_symptoms[node].has_key(counter["category"]):
      KeyError: u'172.23.105.143:8091'
      Exception launched when processing counter: diskWriteQueueLength
      Traceback (most recent call last):
      File "/opt/couchbase/lib/python/analyzer.py", line 185, in run_analysis
      if not sizing_symptoms[node].has_key(counter["category"]):
      KeyError: u'172.23.105.143:8091'
      Exception launched when processing counter: dataDiskSize
      Traceback (most recent call last):
      File "/opt/couchbase/lib/python/analyzer.py", line 185, in run_analysis
      if not sizing_symptoms[node].has_key(counter["category"]):
      KeyError: u'172.23.105.143:8091'
      Exception launched when processing counter: diskCommitTime
      Traceback (most recent call last):
      File "/opt/couchbase/lib/python/analyzer.py", line 185, in run_analysis
      if not sizing_symptoms[node].has_key(counter["category"]):
      KeyError: u'172.23.105.143:8091'
      Exception launched when processing counter: numItem
      Traceback (most recent call last):
      File "/opt/couchbase/lib/python/analyzer.py", line 185, in run_analysis
      if not sizing_symptoms[node].has_key(counter["category"]):
      KeyError: u'172.23.105.143:8091'
      Exception launched when processing counter: viewDiskSize
      Traceback (most recent call last):
      File "/opt/couchbase/lib/python/analyzer.py", line 185, in run_analysis
      if not sizing_symptoms[node].has_key(counter["category"]):
      KeyError: u'172.23.105.143:8091'
      Exception launched when processing counter: oneDayMemoryGrowth
      Traceback (most recent call last):
      File "/opt/couchbase/lib/python/analyzer.py", line 185, in run_analysis
      if not sizing_symptoms[node].has_key(counter["category"]):
      KeyError: u'172.23.105.143:8091'
      Exception launched when processing counter: oneDayDiskSizeGrowth
      Traceback (most recent call last):
      File "/opt/couchbase/lib/python/analyzer.py", line 185, in run_analysis
      if not sizing_symptoms[node].has_key(counter["category"]):
      KeyError: u'172.23.105.143:8091'
      Exception launched when processing counter: activeReplicaResidentRatio
      Traceback (most recent call last):
      File "/opt/couchbase/lib/python/analyzer.py", line 185, in run_analysis
      if not sizing_symptoms[node].has_key(counter["category"]):
      KeyError: u'172.23.105.143:8091'
      Exception launched when processing counter: opsPerformance
      Traceback (most recent call last):
      File "/opt/couchbase/lib/python/analyzer.py", line 185, in run_analysis
      if not sizing_symptoms[node].has_key(counter["category"]):
      KeyError: u'172.23.105.143:8091'

      The run finished successfully.
      Please find html output at '/opt/couchbase/bin/reports/2014-03-14_16-46-11/day.html' and text output at '/opt/couchbase/bin/reports/2014-03-14_16-46-11/day.txt'.
      Exception launched when processing counter: cacheMissRatio
      Traceback (most recent call last):
      File "/opt/couchbase/lib/python/analyzer.py", line 185, in run_analysis
      if not sizing_symptoms[node].has_key(counter["category"]):
      KeyError: u'172.23.105.143:8091'
      Exception launched when processing counter: diskWriteQueueLength
      Traceback (most recent call last):
      File "/opt/couchbase/lib/python/analyzer.py", line 185, in run_analysis
      if not sizing_symptoms[node].has_key(counter["category"]):
      KeyError: u'172.23.105.143:8091'
      Exception launched when processing counter: dataDiskSize
      Traceback (most recent call last):
      File "/opt/couchbase/lib/python/analyzer.py", line 185, in run_analysis
      if not sizing_symptoms[node].has_key(counter["category"]):
      KeyError: u'172.23.105.143:8091'
      Exception launched when processing counter: diskCommitTime
      Traceback (most recent call last):
      File "/opt/couchbase/lib/python/analyzer.py", line 185, in run_analysis
      if not sizing_symptoms[node].has_key(counter["category"]):
      KeyError: u'172.23.105.143:8091'
      Exception launched when processing counter: numItem
      Traceback (most recent call last):
      File "/opt/couchbase/lib/python/analyzer.py", line 185, in run_analysis
      if not sizing_symptoms[node].has_key(counter["category"]):
      KeyError: u'172.23.105.143:8091'
      Exception launched when processing counter: viewDiskSize
      Traceback (most recent call last):
      File "/opt/couchbase/lib/python/analyzer.py", line 185, in run_analysis
      if not sizing_symptoms[node].has_key(counter["category"]):
      KeyError: u'172.23.105.143:8091'
      Exception launched when processing counter: activeReplicaResidentRatio
      Traceback (most recent call last):
      File "/opt/couchbase/lib/python/analyzer.py", line 185, in run_analysis
      if not sizing_symptoms[node].has_key(counter["category"]):
      KeyError: u'172.23.105.143:8091'
      Exception launched when processing counter: opsPerformance
      Traceback (most recent call last):
      File "/opt/couchbase/lib/python/analyzer.py", line 185, in run_analysis
      if not sizing_symptoms[node].has_key(counter["category"]):
      KeyError: u'172.23.105.143:8091'

      The run finished successfully.
      Please find html output at '/opt/couchbase/bin/reports/2014-03-14_16-46-11/minute.html' and text output at '/opt/couchbase/bin/reports/2014-03-14_16-46-11/minute.txt'.
      root@ubuntu-1204-x64:/opt/couchbase/bin#

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            bcui Bin Cui (Inactive)
            maria Maria McDuff (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty