| clear query|facets|time |
Search criteria: .
Results from 161 to 170 from
58654 (0.177s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Handling regionserver crashes in production cluster - HBase - [mail # user]
|
|
...It is not possible for us to migrate to new version immediately. @Anoop we purposefully brought down one regionserver, then we observed the website is taking too much time to respond. ...
|
|
|
Author: kiran,
2013-06-12, 12:10
|
|
|
Re: SSD vs Spinning disks - HBase - [mail # user]
|
|
...To add to Andrew's point... There are now disks which are a hybrid of flash and spinning media. So that your writes are faster since they are buffered in to flash and your reads ...
|
|
|
Author: Michael Segel,
2013-06-12, 10:33
|
|
|
Batch and checkAndPut - HBase - [mail # dev]
|
|
...I saw a similar question but not exactly what I have.I have a row with several fields. I would like to update these fields for one row in a batch (i assume it will be atomic) but I would lik...
|
|
|
Author: victorspivak,
2013-06-12, 09:46
|
|
|
答复: Scanning not show the correct value of latest version - HBase - [mail # user]
|
|
...hi, Kyle This is NOT a bug. There are three types of delete: Delete, DeleteColumn, DeleteFamily; Delete is actually DeleteCell which can only mask(delete) a cell with exactly the SAME ...
|
|
|
Author: 冯宏华,
2013-06-12, 08:51
|
|
|
Re: VOTE: hbase-0.95.1 release candidate 1 is available for download - HBase - [mail # dev]
|
|
...On Mon, Jun 10, 2013 at 3:48 PM, Elliott Clark wrote: Where is this pointing? I just uploaded new deploy. Here is client pom: https://repository.apache...
|
|
|
Author: Stack,
2013-06-12, 07:14
|
|
|
[HBASE-8617] Introducing a new config to disable writes during recovering - HBase - [issue]
|
|
...In distributedLogReplay(hbase-7006), we allow writes even when a region is in recovering. It may cause undesired behavior when applications(or deployments) already are near its write capacit...
|
|
|
http://issues.apache.org/jira/browse/HBASE-8617
Author: Jeffrey Zhong,
2013-06-12, 06:39
|
|
|
[HBASE-8729] distributedLogReplay may hang during chained region server failure - HBase - [issue]
|
|
...In a test, half cluster(in terms of region servers) was down and some log replay had incurred chained RS failures(receiving RS of a log replay failed again). Since by default, we only allow ...
|
|
|
http://issues.apache.org/jira/browse/HBASE-8729
Author: Jeffrey Zhong,
2013-06-12, 06:10
|
|
|
[HBASE-3787] Increment is non-idempotent but client retries RPC - HBase - [issue]
|
|
...The HTable.increment() operation is non-idempotent. The client retries the increment RPC a few times (as specified by configuration) before throwing an error to the application. This makes i...
|
|
|
http://issues.apache.org/jira/browse/HBASE-3787
Author: dhruba borthakur,
2013-06-12, 05:48
|
|
|
[HBASE-4361] Certain filter expressions fail in the shell - HBase - [issue]
|
|
...Running the following in the shell hangs and then fails:scan 't1', { FILTER => "SingleColumnValueFilter(">", '1', 'f1', 'col_a')" }The error seems to be: org.jruby.exceptions.RaiseExce...
|
|
|
http://issues.apache.org/jira/browse/HBASE-4361
Author: Todd Lipcon,
2013-06-12, 05:48
|
|
|
[HBASE-5583] Master restart on create table with splitkeys does not recreate table with all the splitkey regions - HBase - [issue]
|
|
...-> Create table using splitkeys-> MAster goes down before all regions are added to meta-> On master restart the table is again enabled but with less number of regions than specified...
|
|
|
http://issues.apache.org/jira/browse/HBASE-5583
Author: ramkrishna.s.vasudevan,
2013-06-12, 05:48
|
|
|
|