| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
156 (0.208s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: RS crash upon replication - HBase - [mail # user]
|
|
...That sounds like a bug for sure. Could you create a jira with logs/znode dump/steps to reproduce it? Thanks, himanshu On Wed, May 22, 2013 at 5:01 PM, Varun Sharma wrote: ...
|
|
|
Author: Himanshu Vashishtha,
2013-05-23, 00:40
|
|
|
Re: RS crash upon replication - HBase - [mail # user]
|
|
...I'd suggest to please patch the code with 8207; cdh4.2.1 doesn't have it. With hyphens in the name, ReplicationSource gets confused and tried to set data in a znode which doesn't...
|
|
|
Author: Himanshu Vashishtha,
2013-05-22, 22:02
|
|
|
Re: [jira] [Resolved] (HBASE-8591) Doc Improvement: Replication blog - HBase - [mail # dev]
|
|
...Since the source metrics would not be available in case the master cluster is down, your best bet would be "sink.ageOfLastAppliedOp" at the slave cluster. Its value is the timestamp of...
|
|
|
Author: Himanshu Vashishtha,
2013-05-22, 18:00
|
|
|
[HBASE-8591] Doc Improvement: Replication blog - HBase - [issue]
|
|
...Add a section for source level metrics and some truth about table batch ops at sink....
|
|
|
http://issues.apache.org/jira/browse/HBASE-8591
Author: Himanshu Vashishtha,
2013-05-22, 13:52
|
|
|
[HBASE-8402] ScanMetrics depends on number of rpc calls to the server. - HBase - [issue]
|
|
...Currently, scan metrics is not published in case there is one trip to server. I was testing it on a small row range (200 rows) with a large cache value (1000). It doesn't look right as metri...
|
|
|
http://issues.apache.org/jira/browse/HBASE-8402
Author: Himanshu Vashishtha,
2013-05-15, 23:09
|
|
|
[HBASE-8346] Prefetching .META. rows in case only when useCache is set to true - HBase - [issue]
|
|
...While doing a .META. lookup (HCM#locateRegionInMeta), we also prefetch some other region's info for that table. The usual call to the meta lookup has useCache variable set to true. Currently...
|
|
|
http://issues.apache.org/jira/browse/HBASE-8346
Author: Himanshu Vashishtha,
2013-05-07, 15:54
|
|
|
[HBASE-7122] Proper warning message when opening a log file with no entries (idle cluster) - HBase - [issue]
|
|
...In case the cluster is idle and the log has rolled (offset to 0), replicationSource tries to open the log and gets an EOF exception. This gets printed after every 10 sec until an entry is in...
|
|
|
http://issues.apache.org/jira/browse/HBASE-7122
Author: Himanshu Vashishtha,
2013-05-07, 08:59
|
|
|
[HBASE-7970] Improve file descriptor usage: currently, there are two file descriptors per storefile - HBase - [issue]
|
|
...This is because there are two open calls in the HFile: one with checksum and another for without checksum support in v2:see the method in HFile:createReaderWithEncoding()FSDataInputStream fs...
|
|
|
http://issues.apache.org/jira/browse/HBASE-7970
Author: Himanshu Vashishtha,
2013-04-29, 22:40
|
|
|
[HBASE-8414] Hbck still refers to -ROOT- table to locate .META. - HBase - [issue]
|
|
...In the current ROOT-less trunk, hbck still tries to fix meta by looking its location in the .ROOT. table. This happens if there is no .META. assigned when hbck is ran.HbaseFsck.java:boolean ...
|
|
|
http://issues.apache.org/jira/browse/HBASE-8414
Author: Himanshu Vashishtha,
2013-04-24, 17:48
|
|
|
[HBASE-8395] Remove TestFromClientSide.testPoolBehavior - HBase - [issue]
|
|
...This test tests the underlying ThreadPoolExecutor's thread management, and has nothing to do with HBase functionality. I suggest we should delete it....
|
|
|
http://issues.apache.org/jira/browse/HBASE-8395
Author: Himanshu Vashishtha,
2013-04-24, 13:22
|
|
|
|