| clear query|facets|time |
Search criteria: .
Results from 51 to 60 from
89 (0.104s).
|
|
|
Loading phrases to help you refine your search...
|
|
[HBASE-7104] HBase includes multiple versions of netty: 3.5.0; 3.2.4; 3.2.2 - HBase - [issue]
|
|
...We've got 3 of them on trunk.[INFO] org.apache.hbase:hbase-server:jar:0.95-SNAPSHOT[INFO] +- io.netty:netty:jar:3.5.0.Final:compile[INFO] +- org.apache.zookeeper:zook...
|
|
|
http://issues.apache.org/jira/browse/HBASE-7104
Author: nkeywal,
2012-11-14, 11:17
|
|
|
[HBASE-6109] Improve RIT performances during assignment on large clusters - HBase - [issue]
|
|
...The main points in this patch are: lowering the number of copy of the RIT list lowering the number of synchronization synchronizing on a region rather than on everythingIt also contains: som...
|
|
|
http://issues.apache.org/jira/browse/HBASE-6109
Author: nkeywal,
2012-10-18, 04:46
|
|
|
[HBASE-6939] Add the possibility to set the ZK port in HBaseTestingUtility - HBase - [issue]
|
|
...It's useful when embedding the HBaseTestingUtility into another test server: fixing the ZK port allows it to put it simply into a shared instance....
|
|
|
http://issues.apache.org/jira/browse/HBASE-6939
Author: nkeywal,
2012-10-04, 12:43
|
|
|
[HBASE-6878] DistributerLogSplit can fail to resubmit a task done if there is an exception during the log archiving - HBase - [issue]
|
|
...The code in SplitLogManager# getDataSetWatchSuccess is:if (slt.isDone()) { LOG.info("task " + path + " entered state: " + slt.toString()); i...
|
|
|
http://issues.apache.org/jira/browse/HBASE-6878
Author: nkeywal,
2012-10-02, 20:09
|
|
|
[HBASE-6884] Update documentation on unit tests - HBase - [issue]
|
|
...Points to address: we don't have anymore JUnit rules in the tests we should document how to run the test faster. some stuff is not used (run only a category) and should be removed from the d...
|
|
|
http://issues.apache.org/jira/browse/HBASE-6884
Author: nkeywal,
2012-09-27, 01:47
|
|
|
[HBASE-6736] Distributed Split: a split tasks can be mark as DONE but keep unassigned - HBase - [issue]
|
|
...Real cluster, scenario mentioned on HBASE-5843.Got it once out of 5 tests on 0.96Didn't get it on 0.94 after 3 tests.It seems we have a race condition on split logs: the task was nearly simu...
|
|
|
http://issues.apache.org/jira/browse/HBASE-6736
Author: nkeywal,
2012-09-25, 16:57
|
|
|
[HBASE-6783] Make read short circuit the default - HBase - [issue]
|
|
...Per mailing discussion, read short circuit has little or no drawback, hence should used by default. As a consequence, we activate it on the default tests.It's possible to launch the test wit...
|
|
|
http://issues.apache.org/jira/browse/HBASE-6783
Author: nkeywal,
2012-09-21, 13:17
|
|
|
[HBASE-6746] Impacts of HBASE-6435 vs. HDFS 2.0 trunk - HBase - [issue]
|
|
...When using the trunk of HDFS branch 2, I had two errors linked to HBASE-6435: a missing test to null a method removed.This fixes it: add the test make the test case less dependant on HDFS in...
|
|
|
http://issues.apache.org/jira/browse/HBASE-6746
Author: nkeywal,
2012-09-20, 07:02
|
|
|
[HBASE-6627] TestMultiVersions.testGetRowVersions is flaky - HBase - [issue]
|
|
...org.apache.hadoop.hbase.TestMultiVersions.testGetRowVersionsShutting downStacktracejava.io.IOException: Shutting down at org.apache.hadoop.hbase.MiniHBaseCluster.init(MiniHBaseCluster.java:2...
|
|
|
http://issues.apache.org/jira/browse/HBASE-6627
Author: nkeywal,
2012-09-14, 15:08
|
|
|
[HBASE-6751] Too many retries, leading a a delay to read the HLog after a datanode failure - HBase - [issue]
|
|
...When reading an HLog, we need to got to the last block to get the file size.In HDFS 1.0.3, it leads to HDFS-3701 / HBASE-6401In HDFS branch-2, this bug is fixed; but we have two other issues...
|
|
|
http://issues.apache.org/jira/browse/HBASE-6751
Author: nkeywal,
2012-09-10, 15:16
|
|
|
|