| clear query|facets|time |
Search criteria: .
Results from 41 to 50 from
162 (0.354s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Regionserver goes down while endpoint execution - HBase - [mail # user]
|
|
...On Wed, Mar 13, 2013 at 8:19 AM, Kumar, Deepak8 wrote: No and Yes. The endpoints are not processed as separate threads, they are processed as just another request (via regi...
|
|
|
Author: Himanshu Vashishtha,
2013-03-13, 16:08
|
|
|
Re: Regionserver goes down while endpoint execution - HBase - [mail # user]
|
|
...I don't see RS dying with this. It says that it is taking more time than 60 sec (default timeout for clients), and therefore it stops processing the coprocessor call as the client is disconn...
|
|
|
Author: Himanshu Vashishtha,
2013-03-12, 16:59
|
|
|
[HBASE-8070] Rollback support for Increments - HBase - [issue]
|
|
...Add rollback support for Increments.This is basically a subtask of HBase-8028. See the discussion up there to see how Append handles its rollback mechanism....
|
|
|
http://issues.apache.org/jira/browse/HBASE-8070
Author: Himanshu Vashishtha,
2013-03-11, 23:34
|
|
|
Re: Is there a way to view multiple versions of a cell in the HBase shell? - HBase - [mail # user]
|
|
...Hey Natty, hbase(main):020:0> get 't','r', { COLUMN => 'f', VERSIONS => 2 } COLUMN &...
|
|
|
Author: Himanshu Vashishtha,
2013-03-07, 17:23
|
|
|
[HBASE-7883] Update memstore size when removing the entries in append operation - HBase - [issue]
|
|
...In case of Appends/Increments with VERSION of CF set to 1, the memstore size is not updated when the previous entries are removed from the memstore....
|
|
|
http://issues.apache.org/jira/browse/HBASE-7883
Author: Himanshu Vashishtha,
2013-02-28, 07:32
|
|
|
[HBASE-7792] HLog: Removing unnecessary attributes: METAFAMILY, METAROW - HBase - [issue]
|
|
...I don't see any judicial use of these two parameters in the code base. Why not remove them?...
|
|
|
http://issues.apache.org/jira/browse/HBASE-7792
Author: Himanshu Vashishtha,
2013-02-08, 16:16
|
|
|
[HBASE-7765] A tool to replay HLog entries in case a log file is missed while log splitting - HBase - [issue]
|
|
...There may be a case where a HLog can escape the Log splitting. It will be good to have a standalone tool that reads entries from a HLog, and replays it back to HBase....
|
|
|
http://issues.apache.org/jira/browse/HBASE-7765
Author: Himanshu Vashishtha,
2013-02-07, 05:46
|
|
|
[HBASE-7722] Fix TestRegionServerCoprocessorExceptionWithAbort flakiness in trunk - HBase - [issue]
|
|
...In trunk, the test fails as the table.put() statement in the test passes even with BuggyRegionCoprocessor failed the transaction:"The put should have failed, as the coprocessor is buggy"....
|
|
|
http://issues.apache.org/jira/browse/HBASE-7722
Author: Himanshu Vashishtha,
2013-01-30, 22:18
|
|
|
[HBASE-7657] Make ModifyTableHandler synchronous - HBase - [issue]
|
|
...This is along the lines of other admin operations such as modifyColumnFamily, AddColumnFamily to make it a synchronous op....
|
|
|
http://issues.apache.org/jira/browse/HBASE-7657
Author: Himanshu Vashishtha,
2013-01-25, 12:34
|
|
|
[HBASE-7562] ZKUtil: missing "else condition" in multi processing - HBase - [issue]
|
|
...The method multiOrSequential misses an else condition and process the list of Ops both in multi and sequentially....
|
|
|
http://issues.apache.org/jira/browse/HBASE-7562
Author: Himanshu Vashishtha,
2013-01-24, 16:04
|
|
|
|