[jira] [Updated] (HBASE-20549) Dead MBean: Hadoop:service=HBase,sub=Memory,name=RegionServer

2023-12-18 Thread Duo Zhang (Jira)


 [ 
https://issues.apache.org/jira/browse/HBASE-20549?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Duo Zhang updated HBASE-20549:
--
Fix Version/s: (was: 3.0.0-beta-1)

> Dead MBean: Hadoop:service=HBase,sub=Memory,name=RegionServer
> -
>
> Key: HBASE-20549
> URL: https://issues.apache.org/jira/browse/HBASE-20549
> Project: HBase
>  Issue Type: Bug
>Reporter: Michael Stack
>Assignee: Balazs Meszaros
>Priority: Major
> Attachments: HBASE-20549.master.001.patch, Screen Shot 2018-05-08 at 
> 10.05.57 PM.png
>
>
> I'm studying flushing and blocking memstores. I came across the MBean 
> Hadoop:service=HBase,sub=Memory,name=RegionServer It looks promising with 
> metrics on blocked flush time, etc. See below. All metrics are zero. I tried 
> to get it going. It is connected to the heap tuner facitlity that we might 
> want to turn on. I managed to get the latter going w/ below configs (need 
> to dump out more on what this thing is doing because it is tricky enabling it)
> {code:java}
> 
>   
> 
>   hbase.regionserver.global.memstore.size.min.range
> 
> 0.39
> 
>   
> 
>   hbase.regionserver.global.memstore.size.max.range
> 
> 0.41
> 
>   
> 
> hfile.block.cache.size.max.range
> 
> 0.41
> 
>   
> 
>   hfile.block.cache.size.min.range
> 
> 0.39
> 
> 
> {code}
> ... but still the metrics are not updated.
> We should make this bean work whether tuning is on or off or remove it.
> !Screen Shot 2018-05-08 at 10.05.57 PM.png|width=440,height=692!



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (HBASE-20549) Dead MBean: Hadoop:service=HBase,sub=Memory,name=RegionServer

2023-12-18 Thread Duo Zhang (Jira)


 [ 
https://issues.apache.org/jira/browse/HBASE-20549?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Duo Zhang updated HBASE-20549:
--
Status: Open  (was: Patch Available)

> Dead MBean: Hadoop:service=HBase,sub=Memory,name=RegionServer
> -
>
> Key: HBASE-20549
> URL: https://issues.apache.org/jira/browse/HBASE-20549
> Project: HBase
>  Issue Type: Bug
>Reporter: Michael Stack
>Assignee: Balazs Meszaros
>Priority: Major
> Attachments: HBASE-20549.master.001.patch, Screen Shot 2018-05-08 at 
> 10.05.57 PM.png
>
>
> I'm studying flushing and blocking memstores. I came across the MBean 
> Hadoop:service=HBase,sub=Memory,name=RegionServer It looks promising with 
> metrics on blocked flush time, etc. See below. All metrics are zero. I tried 
> to get it going. It is connected to the heap tuner facitlity that we might 
> want to turn on. I managed to get the latter going w/ below configs (need 
> to dump out more on what this thing is doing because it is tricky enabling it)
> {code:java}
> 
>   
> 
>   hbase.regionserver.global.memstore.size.min.range
> 
> 0.39
> 
>   
> 
>   hbase.regionserver.global.memstore.size.max.range
> 
> 0.41
> 
>   
> 
> hfile.block.cache.size.max.range
> 
> 0.41
> 
>   
> 
>   hfile.block.cache.size.min.range
> 
> 0.39
> 
> 
> {code}
> ... but still the metrics are not updated.
> We should make this bean work whether tuning is on or off or remove it.
> !Screen Shot 2018-05-08 at 10.05.57 PM.png|width=440,height=692!



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (HBASE-20549) Dead MBean: Hadoop:service=HBase,sub=Memory,name=RegionServer

2018-07-03 Thread Balazs Meszaros (JIRA)


 [ 
https://issues.apache.org/jira/browse/HBASE-20549?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Balazs Meszaros updated HBASE-20549:

Attachment: (was: HBASE-20549.master.001.patch)

> Dead MBean: Hadoop:service=HBase,sub=Memory,name=RegionServer
> -
>
> Key: HBASE-20549
> URL: https://issues.apache.org/jira/browse/HBASE-20549
> Project: HBase
>  Issue Type: Bug
>Reporter: stack
>Assignee: Balazs Meszaros
>Priority: Major
> Fix For: 3.0.0
>
> Attachments: HBASE-20549.master.001.patch, Screen Shot 2018-05-08 at 
> 10.05.57 PM.png
>
>
> I'm studying flushing and blocking memstores. I came across the MBean 
> Hadoop:service=HBase,sub=Memory,name=RegionServer It looks promising with 
> metrics on blocked flush time, etc. See below. All metrics are zero. I tried 
> to get it going. It is connected to the heap tuner facitlity that we might 
> want to turn on. I managed to get the latter going w/ below configs (need 
> to dump out more on what this thing is doing because it is tricky enabling it)
> {code:java}
> 
>   
> 
>   hbase.regionserver.global.memstore.size.min.range
> 
> 0.39
> 
>   
> 
>   hbase.regionserver.global.memstore.size.max.range
> 
> 0.41
> 
>   
> 
> hfile.block.cache.size.max.range
> 
> 0.41
> 
>   
> 
>   hfile.block.cache.size.min.range
> 
> 0.39
> 
> 
> {code}
> ... but still the metrics are not updated.
> We should make this bean work whether tuning is on or off or remove it.
> !Screen Shot 2018-05-08 at 10.05.57 PM.png|width=440,height=692!



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HBASE-20549) Dead MBean: Hadoop:service=HBase,sub=Memory,name=RegionServer

2018-07-03 Thread Balazs Meszaros (JIRA)


 [ 
https://issues.apache.org/jira/browse/HBASE-20549?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Balazs Meszaros updated HBASE-20549:

Attachment: HBASE-20549.master.001.patch

> Dead MBean: Hadoop:service=HBase,sub=Memory,name=RegionServer
> -
>
> Key: HBASE-20549
> URL: https://issues.apache.org/jira/browse/HBASE-20549
> Project: HBase
>  Issue Type: Bug
>Reporter: stack
>Assignee: Balazs Meszaros
>Priority: Major
> Fix For: 3.0.0
>
> Attachments: HBASE-20549.master.001.patch, Screen Shot 2018-05-08 at 
> 10.05.57 PM.png
>
>
> I'm studying flushing and blocking memstores. I came across the MBean 
> Hadoop:service=HBase,sub=Memory,name=RegionServer It looks promising with 
> metrics on blocked flush time, etc. See below. All metrics are zero. I tried 
> to get it going. It is connected to the heap tuner facitlity that we might 
> want to turn on. I managed to get the latter going w/ below configs (need 
> to dump out more on what this thing is doing because it is tricky enabling it)
> {code:java}
> 
>   
> 
>   hbase.regionserver.global.memstore.size.min.range
> 
> 0.39
> 
>   
> 
>   hbase.regionserver.global.memstore.size.max.range
> 
> 0.41
> 
>   
> 
> hfile.block.cache.size.max.range
> 
> 0.41
> 
>   
> 
>   hfile.block.cache.size.min.range
> 
> 0.39
> 
> 
> {code}
> ... but still the metrics are not updated.
> We should make this bean work whether tuning is on or off or remove it.
> !Screen Shot 2018-05-08 at 10.05.57 PM.png|width=440,height=692!



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HBASE-20549) Dead MBean: Hadoop:service=HBase,sub=Memory,name=RegionServer

2018-07-03 Thread Balazs Meszaros (JIRA)


 [ 
https://issues.apache.org/jira/browse/HBASE-20549?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Balazs Meszaros updated HBASE-20549:

Fix Version/s: 3.0.0
   Status: Patch Available  (was: In Progress)

> Dead MBean: Hadoop:service=HBase,sub=Memory,name=RegionServer
> -
>
> Key: HBASE-20549
> URL: https://issues.apache.org/jira/browse/HBASE-20549
> Project: HBase
>  Issue Type: Bug
>Reporter: stack
>Assignee: Balazs Meszaros
>Priority: Major
> Fix For: 3.0.0
>
> Attachments: HBASE-20549.master.001.patch, Screen Shot 2018-05-08 at 
> 10.05.57 PM.png
>
>
> I'm studying flushing and blocking memstores. I came across the MBean 
> Hadoop:service=HBase,sub=Memory,name=RegionServer It looks promising with 
> metrics on blocked flush time, etc. See below. All metrics are zero. I tried 
> to get it going. It is connected to the heap tuner facitlity that we might 
> want to turn on. I managed to get the latter going w/ below configs (need 
> to dump out more on what this thing is doing because it is tricky enabling it)
> {code:java}
> 
>   
> 
>   hbase.regionserver.global.memstore.size.min.range
> 
> 0.39
> 
>   
> 
>   hbase.regionserver.global.memstore.size.max.range
> 
> 0.41
> 
>   
> 
> hfile.block.cache.size.max.range
> 
> 0.41
> 
>   
> 
>   hfile.block.cache.size.min.range
> 
> 0.39
> 
> 
> {code}
> ... but still the metrics are not updated.
> We should make this bean work whether tuning is on or off or remove it.
> !Screen Shot 2018-05-08 at 10.05.57 PM.png|width=440,height=692!



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HBASE-20549) Dead MBean: Hadoop:service=HBase,sub=Memory,name=RegionServer

2018-07-03 Thread Balazs Meszaros (JIRA)


 [ 
https://issues.apache.org/jira/browse/HBASE-20549?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Balazs Meszaros updated HBASE-20549:

Attachment: HBASE-20549.master.001.patch

> Dead MBean: Hadoop:service=HBase,sub=Memory,name=RegionServer
> -
>
> Key: HBASE-20549
> URL: https://issues.apache.org/jira/browse/HBASE-20549
> Project: HBase
>  Issue Type: Bug
>Reporter: stack
>Assignee: Balazs Meszaros
>Priority: Major
> Fix For: 3.0.0
>
> Attachments: HBASE-20549.master.001.patch, Screen Shot 2018-05-08 at 
> 10.05.57 PM.png
>
>
> I'm studying flushing and blocking memstores. I came across the MBean 
> Hadoop:service=HBase,sub=Memory,name=RegionServer It looks promising with 
> metrics on blocked flush time, etc. See below. All metrics are zero. I tried 
> to get it going. It is connected to the heap tuner facitlity that we might 
> want to turn on. I managed to get the latter going w/ below configs (need 
> to dump out more on what this thing is doing because it is tricky enabling it)
> {code:java}
> 
>   
> 
>   hbase.regionserver.global.memstore.size.min.range
> 
> 0.39
> 
>   
> 
>   hbase.regionserver.global.memstore.size.max.range
> 
> 0.41
> 
>   
> 
> hfile.block.cache.size.max.range
> 
> 0.41
> 
>   
> 
>   hfile.block.cache.size.min.range
> 
> 0.39
> 
> 
> {code}
> ... but still the metrics are not updated.
> We should make this bean work whether tuning is on or off or remove it.
> !Screen Shot 2018-05-08 at 10.05.57 PM.png|width=440,height=692!



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HBASE-20549) Dead MBean: Hadoop:service=HBase,sub=Memory,name=RegionServer

2018-05-11 Thread Balazs Meszaros (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-20549?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Balazs Meszaros updated HBASE-20549:

Description: 
I'm studying flushing and blocking memstores. I came across the MBean 
Hadoop:service=HBase,sub=Memory,name=RegionServer It looks promising with 
metrics on blocked flush time, etc. See below. All metrics are zero. I tried to 
get it going. It is connected to the heap tuner facitlity that we might want to 
turn on. I managed to get the latter going w/ below configs (need to dump 
out more on what this thing is doing because it is tricky enabling it)
{code:java}

  

  hbase.regionserver.global.memstore.size.min.range

0.39


  

  hbase.regionserver.global.memstore.size.max.range

0.41

  

hfile.block.cache.size.max.range

0.41


  

  hfile.block.cache.size.min.range

0.39


{code}
... but still the metrics are not updated.

We should make this bean work whether tuning is on or off or remove it.

!Screen Shot 2018-05-08 at 10.05.57 PM.png|width=440,height=692!

  was:
I'm studying flushing and blocking memstores. I came across the MBean 
Hadoop:service=HBase,sub=Memory,name=RegionServer It looks promising with 
metrics on blocked flush time, etc. See below. All metrics are zero. I tried to 
get it going. It is connected to the heap tuner facitlity that we might want to 
turn on. I managed to get the latter going w/ below configs (need to dump 
out more on what this thing is doing because it is tricky enabling it)

{code}

  

  hbase.regionserver.global.memstore.size.min.range

0.39


  

  hbase.regionserver.global.memstore.size.max.range

0.41

  

hfile.block.cache.size.max.range

0.41


  

  hfile.block.cache.size.min.range

0.39


{code}

... but still the metrics are not updated.

We should make this bean work whether tuning is on or off or remove it.

 !Screen Shot 2018-05-08 at 10.05.57 PM.png! 





> Dead MBean: Hadoop:service=HBase,sub=Memory,name=RegionServer
> -
>
> Key: HBASE-20549
> URL: https://issues.apache.org/jira/browse/HBASE-20549
> Project: HBase
>  Issue Type: Bug
>Reporter: stack
>Priority: Major
> Attachments: Screen Shot 2018-05-08 at 10.05.57 PM.png
>
>
> I'm studying flushing and blocking memstores. I came across the MBean 
> Hadoop:service=HBase,sub=Memory,name=RegionServer It looks promising with 
> metrics on blocked flush time, etc. See below. All metrics are zero. I tried 
> to get it going. It is connected to the heap tuner facitlity that we might 
> want to turn on. I managed to get the latter going w/ below configs (need 
> to dump out more on what this thing is doing because it is tricky enabling it)
> {code:java}
> 
>   
> 
>   hbase.regionserver.global.memstore.size.min.range
> 
> 0.39
> 
>   
> 
>   hbase.regionserver.global.memstore.size.max.range
> 
> 0.41
> 
>   
> 
> hfile.block.cache.size.max.range
> 
> 0.41
> 
>   
> 
>   hfile.block.cache.size.min.range
> 
> 0.39
> 
> 
> {code}
> ... but still the metrics are not updated.
> We should make this bean work whether tuning is on or off or remove it.
> !Screen Shot 2018-05-08 at 10.05.57 PM.png|width=440,height=692!



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HBASE-20549) Dead MBean: Hadoop:service=HBase,sub=Memory,name=RegionServer

2018-05-08 Thread stack (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-20549?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

stack updated HBASE-20549:
--
Description: 
I'm studying flushing and blocking memstores. I came across the MBean 
Hadoop:service=HBase,sub=Memory,name=RegionServer It looks promising with 
metrics on blocked flush time, etc. See below. All metrics are zero. I tried to 
get it going. It is connected to the heap tuner facitlity that we might want to 
turn on. I managed to get the latter going w/ below configs (need to dump 
out more on what this thing is doing because it is tricky enabling it)

{code}

  

  hbase.regionserver.global.memstore.size.min.range

0.39


  

  hbase.regionserver.global.memstore.size.max.range

0.41

  

hfile.block.cache.size.max.range

0.41


  

  hfile.block.cache.size.min.range

0.39


{code}

... but still the metrics are not updated.

We should make this bean work whether tuning is on or off or remove it.

 !Screen Shot 2018-05-08 at 10.05.57 PM.png! 




  was:
I'm studying flushing and blocking memstores. I came across the MBean 
Hadoop:service=HBase,sub=Memory,name=RegionServer It looks promising with 
metrics on blocked flush time, etc. See below. All metrics are zero. I tried to 
get it going. It is connected to the heap tuner facitlity that we might want to 
turn on. I managed to get the latter going w/ below configs (need to dump 
out more on what this thing is doing because it is tricky enabling it)

{code}

  

  hbase.regionserver.global.memstore.size.min.range

0.39


  

  hbase.regionserver.global.memstore.size.max.range

0.41

  

hfile.block.cache.size.max.range

0.41


  

  hfile.block.cache.size.min.range

0.39


{code}

... but still the metrics are not updated.

We should make this bean work whether tuning is on or off or remove it.





> Dead MBean: Hadoop:service=HBase,sub=Memory,name=RegionServer
> -
>
> Key: HBASE-20549
> URL: https://issues.apache.org/jira/browse/HBASE-20549
> Project: HBase
>  Issue Type: Bug
>Reporter: stack
>Priority: Major
> Attachments: Screen Shot 2018-05-08 at 10.05.57 PM.png
>
>
> I'm studying flushing and blocking memstores. I came across the MBean 
> Hadoop:service=HBase,sub=Memory,name=RegionServer It looks promising with 
> metrics on blocked flush time, etc. See below. All metrics are zero. I tried 
> to get it going. It is connected to the heap tuner facitlity that we might 
> want to turn on. I managed to get the latter going w/ below configs (need 
> to dump out more on what this thing is doing because it is tricky enabling it)
> {code}
> 
>   
> 
>   hbase.regionserver.global.memstore.size.min.range
> 
> 0.39
> 
>   
> 
>   hbase.regionserver.global.memstore.size.max.range
> 
> 0.41
> 
>   
> 
> hfile.block.cache.size.max.range
> 
> 0.41
> 
>   
> 
>   hfile.block.cache.size.min.range
> 
> 0.39
> 
> 
> {code}
> ... but still the metrics are not updated.
> We should make this bean work whether tuning is on or off or remove it.
>  !Screen Shot 2018-05-08 at 10.05.57 PM.png! 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HBASE-20549) Dead MBean: Hadoop:service=HBase,sub=Memory,name=RegionServer

2018-05-08 Thread stack (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-20549?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

stack updated HBASE-20549:
--
Attachment: Screen Shot 2018-05-08 at 10.05.57 PM.png

> Dead MBean: Hadoop:service=HBase,sub=Memory,name=RegionServer
> -
>
> Key: HBASE-20549
> URL: https://issues.apache.org/jira/browse/HBASE-20549
> Project: HBase
>  Issue Type: Bug
>Reporter: stack
>Priority: Major
> Attachments: Screen Shot 2018-05-08 at 10.05.57 PM.png
>
>
> I'm studying flushing and blocking memstores. I came across the MBean 
> Hadoop:service=HBase,sub=Memory,name=RegionServer It looks promising with 
> metrics on blocked flush time, etc. See below. All metrics are zero. I tried 
> to get it going. It is connected to the heap tuner facitlity that we might 
> want to turn on. I managed to get the latter going w/ below configs (need 
> to dump out more on what this thing is doing because it is tricky enabling it)
> {code}
> 
>   
> 
>   hbase.regionserver.global.memstore.size.min.range
> 
> 0.39
> 
>   
> 
>   hbase.regionserver.global.memstore.size.max.range
> 
> 0.41
> 
>   
> 
> hfile.block.cache.size.max.range
> 
> 0.41
> 
>   
> 
>   hfile.block.cache.size.min.range
> 
> 0.39
> 
> 
> {code}
> ... but still the metrics are not updated.
> We should make this bean work whether tuning is on or off or remove it.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)