[jira] [Created] (HBASE-5824) HRegion.incrementColumnValue is not used in trunk

2012-04-18 Thread Elliott Clark (Created) (JIRA)
HRegion.incrementColumnValue is not used in trunk
-

 Key: HBASE-5824
 URL: https://issues.apache.org/jira/browse/HBASE-5824
 Project: HBase
  Issue Type: Bug
Reporter: Elliott Clark
Assignee: Jimmy Xiang


on 0.94 a call to client.HTable#incrementColumnValue will cause 
HRegion#incrementColumnValue.  On trunk all calls to 
HTable.incrementColumnValue got to HRegion#increment.

My guess is that HTable#incrementColumnValue and HTable#increment serialize to 
the same thing over the wire so that the remote HRegionServer no longer knows 
which htable method was called.

To repro I checked out trunk and put a break point in 
HRegion#incrementColumnValue and then ran TestFromClientSide.  The breakpoint 
wasn't hit.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (HBASE-5802) Change the default metrics class to NullContextWithUpdateThread

2012-04-16 Thread Elliott Clark (Created) (JIRA)
Change the default metrics class to NullContextWithUpdateThread
---

 Key: HBASE-5802
 URL: https://issues.apache.org/jira/browse/HBASE-5802
 Project: HBase
  Issue Type: Improvement
Reporter: Elliott Clark
Assignee: Elliott Clark
Priority: Minor


Since lots more metrics are being placed into the Dynamic metrics bucket 
changing the default class to NullContextWithUpdateThread seems like it might 
be worth it.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (HBASE-5800) Birds of a feather link on web page doesn't work.

2012-04-16 Thread Elliott Clark (Created) (JIRA)
Birds of a feather link on web page doesn't work.
-

 Key: HBASE-5800
 URL: https://issues.apache.org/jira/browse/HBASE-5800
 Project: HBase
  Issue Type: Bug
Reporter: Elliott Clark
Assignee: Elliott Clark
 Attachments: HBASE-5800-0.patch

just missing the http://

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (HBASE-5788) Move Dynamic Metrics storage off of HRegion.

2012-04-13 Thread Elliott Clark (Created) (JIRA)
Move Dynamic Metrics storage off of HRegion.


 Key: HBASE-5788
 URL: https://issues.apache.org/jira/browse/HBASE-5788
 Project: HBase
  Issue Type: Improvement
  Components: regionserver
Reporter: Elliott Clark
Priority: Minor


HRegion right now has the responsibility of storing static counts and latency 
numbers for use by the metrics package.  Since these maps are incremented and 
set from lots of places it makes adding functionality hard.
 
So move the metrics functionality into SchemaMetrics making it more than just a 
class for naming.  The next step will be to simplify the api exposed so that 
using it will be easier.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira