[jira] [Commented] (HBASE-10217) SlabCache size logging on initialization is wrong

2014-05-29 Thread bharath v (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-10217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14012200#comment-14012200
 ] 

bharath v commented on HBASE-10217:
---

[~dimaspivak] Whats the commit that fixed this issue? I managed to reproduce 
this issue on 0.99 a few months back.

 SlabCache size logging on initialization is wrong
 -

 Key: HBASE-10217
 URL: https://issues.apache.org/jira/browse/HBASE-10217
 Project: HBase
  Issue Type: Bug
  Components: regionserver
Affects Versions: 0.99.0
Reporter: Nick Dimiduk
Assignee: Dima Spivak
Priority: Trivial
  Labels: noob

 From the logs:
 {noformat}
 2013-12-17 23:57:40,060 INFO  [main] slab.SlabCache: Creating a slab of 
 blockSize 72089 with 140233 blocks, 1.4 Gbytes.
 2013-12-17 23:57:43,622 INFO  [main] slab.SlabCache: Creating a slab of 
 blockSize 137625 with 18363 blocks, -1.6 Gbytes.
 {noformat}
 By my math, these values should be 9.4G and 2.4G respectively.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-10217) SlabCache size logging on initialization is wrong

2014-05-29 Thread Dima Spivak (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-10217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14012204#comment-14012204
 ] 

Dima Spivak commented on HBASE-10217:
-

It looks like this one: 
https://github.com/apache/hbase/commit/2124f4054d7684ad36b0a33ff37dd39d153cff2b

 SlabCache size logging on initialization is wrong
 -

 Key: HBASE-10217
 URL: https://issues.apache.org/jira/browse/HBASE-10217
 Project: HBase
  Issue Type: Bug
  Components: regionserver
Affects Versions: 0.99.0
Reporter: Nick Dimiduk
Assignee: Dima Spivak
Priority: Trivial
  Labels: noob

 From the logs:
 {noformat}
 2013-12-17 23:57:40,060 INFO  [main] slab.SlabCache: Creating a slab of 
 blockSize 72089 with 140233 blocks, 1.4 Gbytes.
 2013-12-17 23:57:43,622 INFO  [main] slab.SlabCache: Creating a slab of 
 blockSize 137625 with 18363 blocks, -1.6 Gbytes.
 {noformat}
 By my math, these values should be 9.4G and 2.4G respectively.



--
This message was sent by Atlassian JIRA
(v6.2#6252)