Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 61 to 70 from 114 (0.101s).
Loading phrases to help you
refine your search...
[HBASE-7625] Remove duplicated logFSTree() from TestRestoreFlushSnapshotFromClient - HBase - [issue]
...Replace the duplicate logFSTree() code in the test with the one from FSUtilsAlso this code has a problem with the concurrent files deletion (by the archiver)java.io.FileNotFoundException: Fi...
http://issues.apache.org/jira/browse/HBASE-7625    Author: Matteo Bertozzi, 2013-02-21, 04:50
[HBASE-6777] Snapshot Restore interface - HBase - [issue]
...Add interfaces for restoring a snapshot...
http://issues.apache.org/jira/browse/HBASE-6777    Author: Matteo Bertozzi, 2013-02-21, 04:50
[HBASE-7107] Snapshot References Utils (FileSystem Visitor) - HBase - [issue]
...Utils to traverse the table and snapshot directory.Used by Restore and Export and should be used by cleaner, and other that want to look inside the snapshot folder.It provides an abstraction...
http://issues.apache.org/jira/browse/HBASE-7107    Author: Matteo Bertozzi, 2013-02-21, 04:50
[HBASE-7880] HFile Recovery/Rewrite Tool - HBase - [issue]
...Sometimes is useful to have a tool to migrate files from a new version to an old version (e.g. convert a new XYZ encoded/compressed file to an old "uncompressed" format)also it will be usefu...
http://issues.apache.org/jira/browse/HBASE-7880    Author: Matteo Bertozzi, 2013-02-19, 16:08
[HBASE-7802] Use the Store interface instead of HStore (coprocessor, compaction, ...) - HBase - [issue]
...We have a Store interface that is almost never used, coprocessors and compactions are using the HStore.Replace the HStore with Store to have the ability to create custom Store for testing, i...
http://issues.apache.org/jira/browse/HBASE-7802    Author: Matteo Bertozzi, 2013-02-13, 04:47
[HBASE-7365] Safer table creation and deletion using .tmp dir - HBase - [issue]
...Currently tables are created in the root directory, and the removal works on the root directory.Change the code to use a /hbase/.tmp directory to make the creation and removal a bit saferTab...
http://issues.apache.org/jira/browse/HBASE-7365    Author: Matteo Bertozzi, 2013-02-13, 00:06
[HBASE-7811] Cleanup code to use HRegionFileSystem, remove getDir and fs operations - HBase - [issue]
...At this point all the server code should rely on MasterFileSystem and HRegionFileSystem, remove the getDir methods and get rid of all the new Path() and fs.listStatus() still in use....
http://issues.apache.org/jira/browse/HBASE-7811    Author: Matteo Bertozzi, 2013-02-10, 15:49
[HBASE-7810] Refactor MasterFileSystem to be inline with HRegionFileSystem philosophy - HBase - [issue]
...Similar to the HRegionFileSystem master filesystem should provide all the helpers to get the informations about the non-region items....
http://issues.apache.org/jira/browse/HBASE-7810    Author: Matteo Bertozzi, 2013-02-10, 15:49
[HBASE-7787] Remove HLogSplitter.RECOVERED_EDITS duplicate of HLog.RECOVERED_EDITS_DIR - HBase - [issue]
...HLogSplitter.RECOVERED_EDITS seems to be used only in TestHLogSplit, and has the exact same meaning of HLog.RECOVERED_EDITS_DIR...
http://issues.apache.org/jira/browse/HBASE-7787    Author: Matteo Bertozzi, 2013-02-09, 16:59
[HBASE-7795] Race in the Restore Archiving - HBase - [issue]
...Restore uses archiveStoreFile() that has the same problem fixed in HBASE-7643.Change archiveStoreFile() to use the fixed resolveAndArchiveFile()...
http://issues.apache.org/jira/browse/HBASE-7795    Author: Matteo Bertozzi, 2013-02-08, 17:17
Sort:
project
HBase (114)
Hadoop (1)
Zookeeper (1)
type
issue (92)
mail # dev (18)
mail # user (4)
date
last 7 days (7)
last 30 days (17)
last 90 days (64)
last 6 months (99)
last 9 months (114)
author
Stack (3750)
Ted Yu (2464)
Jean-Daniel Cryans (2263)
Andrew Purtell (1454)
lars hofhansl (977)
Ryan Rawson (862)
Jean-Marc Spaggiari (674)
Todd Lipcon (670)
Doug Meil (570)
Jonathan Gray (516)
Jonathan Hsieh (510)
Michael Segel (477)
Lars George (438)
stack (411)
Gary Helmling (290)
Matteo Bertozzi