[jira] [Updated] (HBASE-10641) Configurable Bucket Sizes in bucketCache

2014-06-04 Thread Nick Dimiduk (JIRA)

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

Nick Dimiduk updated HBASE-10641:
-

Resolution: Fixed
Status: Resolved  (was: Patch Available)

Pushed to 0.98 and master. Thanks for the reviews.

 Configurable Bucket Sizes in bucketCache
 

 Key: HBASE-10641
 URL: https://issues.apache.org/jira/browse/HBASE-10641
 Project: HBase
  Issue Type: Improvement
  Components: regionserver
Reporter: Biju Nair
Assignee: Nick Dimiduk
  Labels: cache
 Fix For: 0.99.0, 0.98.4

 Attachments: HBASE-10641.00.patch, HBASE-10641.01-0.98.patch, 
 HBASE-10641.01.patch, HBASE-10641.02-0.98.patch, HBASE-10641.02.patch


 In the current implementation of BucketCache, the sizes of buckets created 
 for different blocksizes is fixed. Given that the all the blocksizes will not 
 be used, it would be good to have the bucketCache configurable. The block 
 sizes for which buckets need to be created and the size of the buckets for 
 each block size should be configurable.



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


[jira] [Updated] (HBASE-10641) Configurable Bucket Sizes in bucketCache

2014-06-03 Thread Nick Dimiduk (JIRA)

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

Nick Dimiduk updated HBASE-10641:
-

Attachment: HBASE-10641.00.patch

Patch for trunk.

 Configurable Bucket Sizes in bucketCache
 

 Key: HBASE-10641
 URL: https://issues.apache.org/jira/browse/HBASE-10641
 Project: HBase
  Issue Type: Improvement
  Components: regionserver
Reporter: Biju Nair
Assignee: Nick Dimiduk
  Labels: cache
 Fix For: 0.99.0, 0.98.4

 Attachments: HBASE-10641.00.patch


 In the current implementation of BucketCache, the sizes of buckets created 
 for different blocksizes is fixed. Given that the all the blocksizes will not 
 be used, it would be good to have the bucketCache configurable. The block 
 sizes for which buckets need to be created and the size of the buckets for 
 each block size should be configurable.



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


[jira] [Updated] (HBASE-10641) Configurable Bucket Sizes in bucketCache

2014-06-03 Thread Nick Dimiduk (JIRA)

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

Nick Dimiduk updated HBASE-10641:
-

Component/s: (was: Admin)
 regionserver

 Configurable Bucket Sizes in bucketCache
 

 Key: HBASE-10641
 URL: https://issues.apache.org/jira/browse/HBASE-10641
 Project: HBase
  Issue Type: Improvement
  Components: regionserver
Reporter: Biju Nair
Assignee: Nick Dimiduk
  Labels: cache
 Fix For: 0.99.0, 0.98.4

 Attachments: HBASE-10641.00.patch


 In the current implementation of BucketCache, the sizes of buckets created 
 for different blocksizes is fixed. Given that the all the blocksizes will not 
 be used, it would be good to have the bucketCache configurable. The block 
 sizes for which buckets need to be created and the size of the buckets for 
 each block size should be configurable.



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


[jira] [Updated] (HBASE-10641) Configurable Bucket Sizes in bucketCache

2014-06-03 Thread Nick Dimiduk (JIRA)

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

Nick Dimiduk updated HBASE-10641:
-

Fix Version/s: 0.98.4
   0.99.0
   Status: Patch Available  (was: Open)

 Configurable Bucket Sizes in bucketCache
 

 Key: HBASE-10641
 URL: https://issues.apache.org/jira/browse/HBASE-10641
 Project: HBase
  Issue Type: Improvement
  Components: regionserver
Reporter: Biju Nair
Assignee: Nick Dimiduk
  Labels: cache
 Fix For: 0.99.0, 0.98.4

 Attachments: HBASE-10641.00.patch


 In the current implementation of BucketCache, the sizes of buckets created 
 for different blocksizes is fixed. Given that the all the blocksizes will not 
 be used, it would be good to have the bucketCache configurable. The block 
 sizes for which buckets need to be created and the size of the buckets for 
 each block size should be configurable.



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


[jira] [Updated] (HBASE-10641) Configurable Bucket Sizes in bucketCache

2014-06-03 Thread Nick Dimiduk (JIRA)

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

Nick Dimiduk updated HBASE-10641:
-

Attachment: HBASE-10641.01.patch
HBASE-10641.01-0.98.patch

Addressing [~apurtell]'s comment and patch for 0.98.

 Configurable Bucket Sizes in bucketCache
 

 Key: HBASE-10641
 URL: https://issues.apache.org/jira/browse/HBASE-10641
 Project: HBase
  Issue Type: Improvement
  Components: regionserver
Reporter: Biju Nair
Assignee: Nick Dimiduk
  Labels: cache
 Fix For: 0.99.0, 0.98.4

 Attachments: HBASE-10641.00.patch, HBASE-10641.01-0.98.patch, 
 HBASE-10641.01.patch


 In the current implementation of BucketCache, the sizes of buckets created 
 for different blocksizes is fixed. Given that the all the blocksizes will not 
 be used, it would be good to have the bucketCache configurable. The block 
 sizes for which buckets need to be created and the size of the buckets for 
 each block size should be configurable.



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


[jira] [Updated] (HBASE-10641) Configurable Bucket Sizes in bucketCache

2014-06-03 Thread Nick Dimiduk (JIRA)

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

Nick Dimiduk updated HBASE-10641:
-

Attachment: HBASE-10641.02.patch
HBASE-10641.02-0.98.patch

javac warning was legit. Simple fix. Will commit this unless objections.

 Configurable Bucket Sizes in bucketCache
 

 Key: HBASE-10641
 URL: https://issues.apache.org/jira/browse/HBASE-10641
 Project: HBase
  Issue Type: Improvement
  Components: regionserver
Reporter: Biju Nair
Assignee: Nick Dimiduk
  Labels: cache
 Fix For: 0.99.0, 0.98.4

 Attachments: HBASE-10641.00.patch, HBASE-10641.01-0.98.patch, 
 HBASE-10641.01.patch, HBASE-10641.02-0.98.patch, HBASE-10641.02.patch


 In the current implementation of BucketCache, the sizes of buckets created 
 for different blocksizes is fixed. Given that the all the blocksizes will not 
 be used, it would be good to have the bucketCache configurable. The block 
 sizes for which buckets need to be created and the size of the buckets for 
 each block size should be configurable.



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


[jira] [Updated] (HBASE-10641) Configurable Bucket Sizes in bucketCache

2014-02-28 Thread Biju Nair (JIRA)

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

Biju Nair updated HBASE-10641:
--

Priority: Major  (was: Minor)

 Configurable Bucket Sizes in bucketCache
 

 Key: HBASE-10641
 URL: https://issues.apache.org/jira/browse/HBASE-10641
 Project: HBase
  Issue Type: Improvement
  Components: Admin
Reporter: Biju Nair
  Labels: cache

 In the current implementation of BucketCache, the sizes of buckets created 
 for different blocksizes is fixed. Given that the all the blocksizes will not 
 be used, it would be good to have the bucketCache configurable. The block 
 sizes for which buckets need to be created and the size of the buckets for 
 each block size should be configurable.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)