| clear query|facets|time |
Search criteria: .
Results from 51 to 60 from
137 (0.069s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: [DISCUSS] More new feature backports to 0.94. - HBase - [mail # dev]
|
|
...Yes. That's the idea. #1 does not mean that we "milli-vanilli" back port random things into 0.94. We'll weigh the pros and the risks and decide based on that. My personal prefere...
|
|
|
Author: Lars Hofhansl,
2013-03-02, 02:45
|
|
|
[HBASE-7945] Remove flaky TestCatalogTrackerOnCluster - HBase - [issue]
|
|
...It's not even clear what this test is verifying? valid but nonexistent hostname? invalid hostname? existing hostname but nobody listening on the specific port?I would like to simply remove t...
|
|
|
http://issues.apache.org/jira/browse/HBASE-7945
Author: Lars Hofhansl,
2013-02-28, 07:32
|
|
|
[HBASE-5670] Have Mutation implement the Row interface. - HBase - [issue]
|
|
...In HBASE-4347 I factored some code from Put/Delete/Append in Mutation.In a discussion with a co-worker I noticed that Put/Delete/Append still implement the Row interface, but Mutation does n...
|
|
|
http://issues.apache.org/jira/browse/HBASE-5670
Author: Lars Hofhansl,
2013-02-26, 17:02
|
|
|
[HBASE-5547] Don't delete HFiles when in "backup mode" - HBase - [issue]
|
|
...This came up in a discussion I had with Stack.It would be nice if HBase could be notified that a backup is in progress (via a znode for example) and in that case either:1. rename HFiles to b...
|
|
|
http://issues.apache.org/jira/browse/HBASE-5547
Author: Lars Hofhansl,
2013-02-26, 08:43
|
|
|
[HBASE-4583] Integrate RWCC with Append and Increment operations - HBase - [issue]
|
|
...Currently Increment and Append operations do not work with RWCC and hence a client could see the results of multiple such operation mixed in the same Get/Scan.The semantics might be a bit mo...
|
|
|
http://issues.apache.org/jira/browse/HBASE-4583
Author: Lars Hofhansl,
2013-02-26, 08:43
|
|
|
[HBASE-7166] TestSplitTransactionOnCluster tests are flaky - HBase - [issue]
|
|
...There's a variety of tests in this class that fail occasionally.I think this is caused by incorrect waiting for the split to finish.The local split method in the test does not wait until bot...
|
|
|
http://issues.apache.org/jira/browse/HBASE-7166
Author: Lars Hofhansl,
2013-02-26, 08:23
|
|
|
[HBASE-7336] HFileBlock.readAtOffset does not work well with multiple threads - HBase - [issue]
|
|
...HBase grinds to a halt when many threads scan along the same set of blocks and neither read short circuit is nor block caching is enabled for the dfs client ... disabling the block cache mak...
|
|
|
http://issues.apache.org/jira/browse/HBASE-7336
Author: Lars Hofhansl,
2013-02-26, 08:23
|
|
|
[HBASE-7438] TestSplitTransactionOnCluster has too many infinite loops - HBase - [issue]
|
|
...There are many cases in these test where we loop until a condition happens. If that condition never occurs we'll wait forever, and the test will time out instead of failing....
|
|
|
http://issues.apache.org/jira/browse/HBASE-7438
Author: Lars Hofhansl,
2013-02-26, 08:23
|
|
|
[HBASE-7158] Allow CopyTable to identify the source cluster (for replication scenarios) - HBase - [issue]
|
|
...When I worked on HBASE-2195 I added a mechanism for an edit to identify its source cluster, so that replication would not bounce it back to the source.See: this.clusterId = zkHelper.getUUIDF...
|
|
|
http://issues.apache.org/jira/browse/HBASE-7158
Author: Lars Hofhansl,
2013-02-26, 08:23
|
|
|
[HBASE-7177] TestZooKeeperScanPolicyObserver.testScanPolicyObserver is flaky - HBase - [issue]
|
|
...Yes, this is my own test Looking at the point where it fails frequently, it looks like the problem is just that the ZK does not hit the (asynchronous) ZKWatcher in the PolicyObserver in time...
|
|
|
http://issues.apache.org/jira/browse/HBASE-7177
Author: Lars Hofhansl,
2013-02-26, 08:23
|
|
|
|