| clear query|facets|time |
Search criteria: .
Results from 31 to 40 from
74 (0.146s).
|
|
|
Loading phrases to help you refine your search...
|
|
[HBASE-5323] Need to handle assertion error while splitting log through ServerShutDownHandler by shutting down the master - HBase - [issue]
|
|
...We know that while parsing the HLog we expect the proper length from HDFS.In WALReaderFSDataInputStream assert(realLength >= this.leng...
|
|
|
http://issues.apache.org/jira/browse/HBASE-5323
Author: ramkrishna.s.vasudevan,
2013-01-27, 08:12
|
|
|
[HBASE-7551] nodeChildrenChange event may happen after the transition to RS_ZK_REGION_SPLITTING in SplitTransaction causing the SPLIT event to be missed in the master side. - HBase - [issue]
|
|
...This came from HBASE-7468.I got the issue. I am able to reproduce thisSee the logs2013-01-14 14:37:21,760 INFO [main] regionserver.SplitTransaction(216): Starting split of region testS...
|
|
|
http://issues.apache.org/jira/browse/HBASE-7551
Author: ramkrishna.s.vasudevan,
2013-01-24, 16:04
|
|
|
[HBASE-5698] Add new coprocessor hooks in doMiniBatchPut - HBase - [issue]
|
|
...As discussed in the JIRA HBASE-5617, this JIRA has been raised to add new hooks to doMiniBatchPut....
|
|
|
http://issues.apache.org/jira/browse/HBASE-5698
Author: ramkrishna.s.vasudevan,
2012-12-31, 05:05
|
|
|
[HBASE-7103] Need to fail split if SPLIT znode is deleted even before the split is completed. - HBase - [issue]
|
|
...This came up after the following mail in dev list'infinite loop of RS_ZK_REGION_SPLIT on .94.2'.The following is the reason for the problemThe following steps happen-> Initially the paren...
|
|
|
http://issues.apache.org/jira/browse/HBASE-7103
Author: ramkrishna.s.vasudevan,
2012-12-03, 21:47
|
|
|
[HBASE-6854] Deletion of SPLITTING node on split rollback should clear the region from RIT - HBase - [issue]
|
|
...If a failure happens in split before OFFLINING_PARENT, we tend to rollback the split including deleting the znodes created.On deletion of the RS_ZK_SPLITTING node we are getting a callback b...
|
|
|
http://issues.apache.org/jira/browse/HBASE-6854
Author: ramkrishna.s.vasudevan,
2012-11-09, 23:44
|
|
|
[HBASE-6070] AM.nodeDeleted and SSH races creating problems for regions under SPLIT - HBase - [issue]
|
|
...We tried to address the problems in Master restart and RS restart while SPLIT region is in progress as part of HBASE-5806.While doing some more we found still there is one race condition.-&g...
|
|
|
http://issues.apache.org/jira/browse/HBASE-6070
Author: ramkrishna.s.vasudevan,
2012-10-27, 05:32
|
|
|
[HBASE-6997] HRegion.mutateRows() should check for blocking memstore size and if the region is closing. - HBase - [issue]
|
|
...Currently HRegion.mutateRows() does not call startRegionOperation() and checkResources(). Ideally before doing mutateRows() the memstore size and 'closing' flag should be checked....
|
|
|
http://issues.apache.org/jira/browse/HBASE-6997
Author: ramkrishna.s.vasudevan,
2012-10-18, 05:25
|
|
|
[HBASE-5617] Provide coprocessor hooks in put flow while rollbackMemstore. - HBase - [issue]
|
|
...With coprocessors hooks while put happens we have the provision to create new puts to other tables or regions. These puts can be done with writeToWal as false.In 0.94 and above the put...
|
|
|
http://issues.apache.org/jira/browse/HBASE-5617
Author: ramkrishna.s.vasudevan,
2012-10-15, 11:09
|
|
|
[HBASE-6246] Admin.move without specifying destination does not go through AccessController - HBase - [issue]
|
|
...if (destServerName == null || destServerName.length == 0) { LOG.info("Passed destination servername is null/empty so " + "choosing a ...
|
|
|
http://issues.apache.org/jira/browse/HBASE-6246
Author: ramkrishna.s.vasudevan,
2012-10-12, 06:36
|
|
|
[HBASE-6900] RegionScanner.reseek() creates NPE when a flush or compaction happens before the reseek. - HBase - [issue]
|
|
...HBASE-5520 introduced reseek() on the RegionScanner. Now when a scanner is created we have the StoreScanner heap. After this if a flush or compaction happens parallely all the St...
|
|
|
http://issues.apache.org/jira/browse/HBASE-6900
Author: ramkrishna.s.vasudevan,
2012-10-06, 03:35
|
|
|
|