| clear query|facets|time |
Search criteria: .
Results from 51 to 60 from
236 (0.143s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Declaring HBase Public API in 0.94 - HBase - [mail # dev]
|
|
...Please don't pull in @InterfaceAudience. Keeping 0.2x compatibility was something that was hard won in 0.94, it would be a real shame to loose that now. On Mon, Apr 8, 2013 at 1...
|
|
|
Author: Elliott Clark,
2013-04-08, 20:49
|
|
|
Re: About distributed lock service in HBase - HBase - [mail # dev]
|
|
...1. Yes the region servers can absolutely work while the master is down (for a while). Master is mostly there for administrative clean up duties ie, balancing, assigning and creating ta...
|
|
|
Author: Elliott Clark,
2013-04-08, 18:54
|
|
|
[HBASE-6914] Scans/Gets/Mutations don't give a good error if the table is disabled. - HBase - [issue]
|
|
...Scan a table that is disabled will have the client retry multiple times and then will error out with NotServingRegionException. If the table is disabled there's no need to re-try and t...
|
|
|
http://issues.apache.org/jira/browse/HBASE-6914
Author: Elliott Clark,
2013-04-07, 06:15
|
|
|
[HBASE-5788] Move Dynamic Metrics storage off of HRegion. - HBase - [issue]
|
|
...HRegion right now has the responsibility of storing static counts and latency numbers for use by the metrics package. Since these maps are incremented and set from lots of places it ma...
|
|
|
http://issues.apache.org/jira/browse/HBASE-5788
Author: Elliott Clark,
2013-04-06, 06:25
|
|
|
Re: Does compatibility between versions also mean binary compatibility? - HBase - [mail # dev]
|
|
...downtime when upgrading between versions (excluding the singularity). That means there needs to be some path to go from (User Code for 0.92 + 0.92 HBase Servers) to (User Code for 0.94 + 0.9...
|
|
|
Author: Elliott Clark,
2013-04-05, 23:06
|
|
|
Re: VOTE: hbase-0.95RC1, the second "Development" Series Release is available [WAS -> VOTE: hbase-0.95.0RC0, the first "Developer Release" release candidate is available for download and vote] - HBase - [mail # dev]
|
|
...+1 Verified the gpg signature for hadoop2 and source tar balls. Spun up a local instance. Created tables. Put data, got data Ran TestAcidGuarantees for about 2 hours. Tried an online s...
|
|
|
Author: Elliott Clark,
2013-04-03, 08:02
|
|
|
Re: Shared ThreadPoolExecutor in HTable by default. - HBase - [mail # dev]
|
|
...It just seems like the auto scaling ThreadPoolExecutor will do a pretty good job of scaling up and down the threads as they are needed (we're already doing that right now the only difference...
|
|
|
Author: Elliott Clark,
2013-04-03, 04:28
|
|
|
Shared ThreadPoolExecutor in HTable by default. - HBase - [mail # dev]
|
|
...Is there any reason that the ThreadPoolExecutor used in HTable[1] couldn't be a singleton. That would mean that by default htables share threads (as I would argue is correct), but still give...
|
|
|
Author: Elliott Clark,
2013-04-02, 22:44
|
|
|
Re: alternative to HTablePool - HBase - [mail # dev]
|
|
...Creating the HTable with a supplied executor and keeping the conf the same should give you most of what an HTablePool gives you. On Sun, Mar 31, 2013 at 8:42 AM, Ted Yu wrote: &...
|
|
|
Author: Elliott Clark,
2013-04-01, 21:48
|
|
|
Re: Jenkins build is back to normal : HBase-TRUNK #3930 - HBase - [mail # dev]
|
|
...Two in a row yay. On Fri, Mar 8, 2013 at 3:54 PM, lars hofhansl wrote: ...
|
|
|
Author: Elliott Clark,
2013-03-09, 00:07
|
|
|
|