<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question total_balancer_misc_invocations_rate_across_masters, balancer_misc_invocations_rate_across_masters in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/total-balancer-misc-invocations-rate-across-masters-balancer/m-p/78347#M81962</link>
    <description>&lt;P&gt;Anyone knows what are the following metrics meant for?&lt;/P&gt;&lt;P&gt;- total_balancer_misc_invocations_rate_across_masters&lt;/P&gt;&lt;P&gt;- balancer_misc_invocations_rate_across_masters&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Screen Shot 2018-08-10 at 3.07.25 PM.png" style="width: 999px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/4718iE9D26D6D07681946/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2018-08-10 at 3.07.25 PM.png" alt="Screen Shot 2018-08-10 at 3.07.25 PM.png" /&gt;&lt;/span&gt;</description>
    <pubDate>Fri, 16 Sep 2022 13:34:52 GMT</pubDate>
    <dc:creator>cafebabe</dc:creator>
    <dc:date>2022-09-16T13:34:52Z</dc:date>
    <item>
      <title>total_balancer_misc_invocations_rate_across_masters, balancer_misc_invocations_rate_across_masters</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/total-balancer-misc-invocations-rate-across-masters-balancer/m-p/78347#M81962</link>
      <description>&lt;P&gt;Anyone knows what are the following metrics meant for?&lt;/P&gt;&lt;P&gt;- total_balancer_misc_invocations_rate_across_masters&lt;/P&gt;&lt;P&gt;- balancer_misc_invocations_rate_across_masters&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Screen Shot 2018-08-10 at 3.07.25 PM.png" style="width: 999px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/4718iE9D26D6D07681946/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2018-08-10 at 3.07.25 PM.png" alt="Screen Shot 2018-08-10 at 3.07.25 PM.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Fri, 16 Sep 2022 13:34:52 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/total-balancer-misc-invocations-rate-across-masters-balancer/m-p/78347#M81962</guid>
      <dc:creator>cafebabe</dc:creator>
      <dc:date>2022-09-16T13:34:52Z</dc:date>
    </item>
    <item>
      <title>Re: total_balancer_misc_invocations_rate_across_masters, balancer_misc_invocations_rate_across_maste</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/total-balancer-misc-invocations-rate-across-masters-balancer/m-p/78353#M81963</link>
      <description>The documentation of CM metrics for HBase Master states the below:&lt;BR /&gt;&lt;BR /&gt;"""&lt;BR /&gt;The number of times the balancer was invoked outside a balance cluster&lt;BR /&gt;operation. The balancer might be invoked when a new table is created, for&lt;BR /&gt;example, to place the newly created regions.&lt;BR /&gt;""" -&lt;BR /&gt;&lt;A href="https://www.cloudera.com/documentation/enterprise/latest/topics/cm_metrics_master.html" target="_blank"&gt;https://www.cloudera.com/documentation/enterprise/latest/topics/cm_metrics_master.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If you want more granularity on when this metric receives an increment,&lt;BR /&gt;look for the method calls named 'incrMiscInvocations' inside the balancer&lt;BR /&gt;base class within HBase Master:&lt;BR /&gt;&lt;A href="https://github.com/cloudera/hbase/blob/cdh5.15.0-release/hbase-server/src/main/java/org/apache/hadoop/hbase/master/balancer/BaseLoadBalancer.java" target="_blank"&gt;https://github.com/cloudera/hbase/blob/cdh5.15.0-release/hbase-server/src/main/java/org/apache/hadoop/hbase/master/balancer/BaseLoadBalancer.java&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;&lt;BR /&gt;The _across_masters suffix just averages the value across all HBase Masters&lt;BR /&gt;running in the cluster. The _across_roletype generally applies the same way&lt;BR /&gt;to all other role type metrics in CM. You can also query them without the&lt;BR /&gt;across suffixes.&lt;BR /&gt;&lt;BR /&gt;The total_ prefix sums instead of averaging the value, across all relevant&lt;BR /&gt;role types for your chosen metric.&lt;BR /&gt;&lt;BR /&gt;The rate bit basically appears for all counter style metrics. It represents&lt;BR /&gt;the change over time (dx/dt). You can perform an integral(…) over any&lt;BR /&gt;rate-named metrics to access actual value growth.&lt;BR /&gt;&lt;BR /&gt;These are tsquery specifics documented further at&lt;BR /&gt;&lt;A href="https://www.cloudera.com/documentation/enterprise/latest/topics/cm_dg_metric_aggregation.html#cmug_topic_11_8" target="_blank"&gt;https://www.cloudera.com/documentation/enterprise/latest/topics/cm_dg_metric_aggregation.html#cmug_topic_11_8&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 11 Aug 2018 08:10:42 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/total-balancer-misc-invocations-rate-across-masters-balancer/m-p/78353#M81963</guid>
      <dc:creator>Harsh J</dc:creator>
      <dc:date>2018-08-11T08:10:42Z</dc:date>
    </item>
  </channel>
</rss>

