| clear query|facets|time |
Search criteria: .
Results from 51 to 60 from
670 (0.351s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Porting policy from 0.94 to 0.92 - HBase - [mail # dev]
|
|
...On Thu, Sep 6, 2012 at 12:32 PM, Ted Yu wrote: Since 0.96.0 hasn't been released yet, I'm more OK with putting minor features in 0.94.x, considering it is the "bleeding edge" rel...
|
|
|
Author: Todd Lipcon,
2012-09-06, 19:39
|
|
|
Re: Porting policy from 0.94 to 0.92 - HBase - [mail # dev]
|
|
...Hi Ted, With my Apache hat on: the policies used by distribution vendors may differ from the policies in the project itself. I think the Apache project should be concerned with pushing...
|
|
|
Author: Todd Lipcon,
2012-09-06, 18:26
|
|
|
Re: Porting policy from 0.94 to 0.92 - HBase - [mail # dev]
|
|
...I think there's a distinction from porting to the newest release (0.94.x, which is not yet really widely deployed, though starting to get there) compared to porting to a one-old release (0.9...
|
|
|
Author: Todd Lipcon,
2012-09-06, 17:50
|
|
|
Re: Thoughts about large feature dev branches - HBase - [mail # dev]
|
|
...Hope to have time to write up some more thoughts later, but some interesting reading is this document from Linux on how to contribute to that project: https://github.com/mirrors/linux-2.6/bl...
|
|
|
Author: Todd Lipcon,
2012-09-05, 23:48
|
|
|
[HBASE-3840] Add sanity checks on Configurations to make sure hbase confs have been loaded - HBase - [issue]
|
|
...A common user error (and even hbase dev error) is to pass a vanilla Hadoop Configuration into HBase methods that expect to see all of the relevant hbase defaults from hbase-default.xml. This...
|
|
|
http://issues.apache.org/jira/browse/HBASE-3840
Author: Todd Lipcon,
2012-09-05, 19:08
|
|
|
Re: Looks like HadoopQA is hosed. - HBase - [mail # dev]
|
|
...Hmm, there is no /home/jenkins/buildSupport on any of the machines, best I can tell. The build script does: ### Copy in any supporting files needed by this process ...
|
|
|
Author: Todd Lipcon,
2012-09-04, 17:08
|
|
|
[HBASE-4286] NPE when master shuts down during processing of server shutdowns - HBase - [issue]
|
|
...If the master shuts down while trying to process a server crash, it will escape out of the loop trying to read META, and then the hris variable is null. This results in the following NPE:201...
|
|
|
http://issues.apache.org/jira/browse/HBASE-4286
Author: Todd Lipcon,
2012-08-30, 18:32
|
|
|
[HBASE-4388] Second start after migration from 90 to trunk crashes - HBase - [issue]
|
|
...I started a trunk cluster to upgrade from 90, inserted a ton of data, then did a clean shutdown. When I started again, I got the following exception:11/09/13 12:29:09 INFO master.HMaster: Me...
|
|
|
http://issues.apache.org/jira/browse/HBASE-4388
Author: Todd Lipcon,
2012-08-29, 00:41
|
|
|
[HBASE-5449] Support for wire-compatible security functionality - HBase - [issue]
|
|
|
|
http://issues.apache.org/jira/browse/HBASE-5449
Author: Todd Lipcon,
2012-08-26, 22:28
|
|
|
[HBASE-5915] Improve performance of KeyValue comparison - HBase - [issue]
|
|
...Got bored tonight and poked around at making KeyValue comparison faster. I was able to get a ~23% speedup on a micro-benchmark I wrote by using Unsafe in a few more places. This should make ...
|
|
|
http://issues.apache.org/jira/browse/HBASE-5915
Author: Todd Lipcon,
2012-08-25, 22:15
|
|
|
|