| clear query|facets|time |
Search criteria: .
Results from 61 to 70 from
162 (0.122s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: HBase replication: "in order semantics" - HBase - [mail # dev]
|
|
...On Fri, Nov 9, 2012 at 5:13 AM, Jan Van Besien wrote: Not really.... as it just tails the WAL at each regionserver in the source cluster and sends the edits to the destination cluster....
|
|
|
Author: Himanshu Vashishtha,
2012-11-09, 18:01
|
|
|
[HBASE-7046] Fix resource leak in TestHLogSplit#testOldRecoveredEditsFileSidelined - HBase - [issue]
|
|
...This method creates a writer but never closes one....
|
|
|
http://issues.apache.org/jira/browse/HBASE-7046
Author: Himanshu Vashishtha,
2012-11-09, 11:46
|
|
|
[HBASE-7072] HBase-5256 breaks 0.92-0.94 compatibility - HBase - [issue]
|
|
...HBase-5286 changes RegionLoad writable in 94.0, making it incompatible with 92. A fix was made in HBase-5795 where a 94 client can read response from a 92 server, but not vice versa. Current...
|
|
|
http://issues.apache.org/jira/browse/HBASE-7072
Author: Himanshu Vashishtha,
2012-11-05, 03:57
|
|
|
[HBASE-6959] surefire.version is hardocoded for profile localTests - HBase - [issue]
|
|
...localTests profile has a hardcoded surefire.version as 2.10, rather it is set as 2.12-TRUNK-HBASE-2 as default property....
|
|
|
http://issues.apache.org/jira/browse/HBASE-6959
Author: Himanshu Vashishtha,
2012-10-08, 22:30
|
|
|
[HBASE-6714] TestMultiSlaveReplication#testMultiSlaveReplication may fail - HBase - [issue]
|
|
...java.lang.AssertionError: expected:<1> but was:<0>at org.junit.Assert.fail(Assert.java:93)at org.junit.Assert.failNotEquals(Assert.java:647)at org.junit.Assert.assertEquals(Asser...
|
|
|
http://issues.apache.org/jira/browse/HBASE-6714
Author: Himanshu Vashishtha,
2012-10-05, 01:37
|
|
|
[HBASE-6699] Setting username in Connection in non-secure HBase - HBase - [issue]
|
|
...We recently had a requirement where we need to log the information about various users who were using non-secure HBase cluster. The user level logging is supported as part of security, but i...
|
|
|
http://issues.apache.org/jira/browse/HBASE-6699
Author: Himanshu Vashishtha,
2012-09-19, 03:00
|
|
|
Re: RS not processing any requests - HBase - [mail # user]
|
|
...It usually happens in a long running setup (at least for me). Can you throttle your load? Replication is evolving; I'd say update if you can (or backport the jiras?). Himanshu &n...
|
|
|
Author: Himanshu Vashishtha,
2012-09-06, 00:09
|
|
|
Re: RS not processing any requests - HBase - [mail # user]
|
|
...Number of PRI handlers are governed by "hbase.regionserver.metahandler.count"; default is 10. Increasing their number will not solve it, but will delay its occurring (i don't know abou...
|
|
|
Author: Himanshu Vashishtha,
2012-09-05, 23:23
|
|
|
Re: RS not processing any requests - HBase - [mail # user]
|
|
...Your RS priority handlers are blocked on meta lookup, so it becomes unresponsive. Looks like you hitting https://issues.apache.org/jira/browse/HBASE-6165 You running HBase replication? just ...
|
|
|
Author: Himanshu Vashishtha,
2012-09-05, 22:47
|
|
|
[HBASE-6709] Refactoring QOS levels convention - HBase - [issue]
|
|
...Current naming convention about QOS is confusing. For first, there is no high or low priority, rather it works based on whether the operation is a root/meta lookup or a pure client side one....
|
|
|
http://issues.apache.org/jira/browse/HBASE-6709
Author: Himanshu Vashishtha,
2012-09-02, 22:09
|
|
|
|