| clear query|facets|time |
Search criteria: .
Results from 71 to 80 from
114 (0.145s).
|
|
|
Loading phrases to help you refine your search...
|
|
[HBASE-7794] Cleanup CompactionTool using the StorageEngine - HBase - [issue]
|
|
...Currently the CompactionTool requires an HStore to run the compaction, but with the StorageEngine (HBASE-7678) in place we can cleanup this codereturn new HStore(tmpDir, region, hcd, fs, con...
|
|
|
http://issues.apache.org/jira/browse/HBASE-7794
Author: Matteo Bertozzi,
2013-02-08, 14:09
|
|
|
org.apache.hadoop.hbase vs org.apache.hbase namespace - HBase - [mail # dev]
|
|
...Is there a reason why the prefix-tree and cell code is inside org.apache.hbase instead of the traditional org.apache.hadoop.hbase?...
|
|
|
Author: Matteo Bertozzi,
2013-02-07, 07:46
|
|
|
Re: Fully qualified path names in distributed log splitting. - HBase - [mail # dev]
|
|
...HBASE-7723 - Remove NN URI from ZK splitlogs On Tue, Feb 5, 2013 at 7:32 AM, lars hofhansl wrote: ...
|
|
|
Author: Matteo Bertozzi,
2013-02-05, 07:39
|
|
|
[HBASE-7643] HFileArchiver.resolveAndArchive() race condition may lead to snapshot data loss - HBase - [issue]
|
|
...The master have an hfile cleaner thread (that is responsible for cleaning the /hbase/.archive dir) /hbase/.archive/table/region/family/hfile if the family/region/family directory is empty...
|
|
|
http://issues.apache.org/jira/browse/HBASE-7643
Author: Matteo Bertozzi,
2013-02-05, 03:58
|
|
|
[HBASE-7699] Replace LOG.info() with LOG.debug() in FSUtils.listStatus() - HBase - [issue]
|
|
...The info level is too much for FSUtils.listStatus() since the directory may not exists. And having an extra roundtrip to the NN for verifying that the directory exists before calling listSta...
|
|
|
http://issues.apache.org/jira/browse/HBASE-7699
Author: Matteo Bertozzi,
2013-01-29, 13:09
|
|
|
[HBASE-7689] CloneTableHandler notify completion too early - HBase - [issue]
|
|
...With HBASE-7365 the clone table handler notify that the clone is finished before the base create table handler has moved the table folder in place and added regions to .META.If the client ca...
|
|
|
http://issues.apache.org/jira/browse/HBASE-7689
Author: Matteo Bertozzi,
2013-01-28, 19:54
|
|
|
[HBASE-7682] Replace HRegion custom File-System debug, with FSUtils.logFileSystemState() - HBase - [issue]
|
|
...We can remove some code from HRegion by using the new FSUtils.logFileSystemState() instead of the custom HRegion.listPaths()...
|
|
|
http://issues.apache.org/jira/browse/HBASE-7682
Author: Matteo Bertozzi,
2013-01-27, 00:00
|
|
|
[HBASE-7560] TestCompactionState failures - HBase - [issue]
|
|
...The TestCompactionState has a fixed waitTime for the compaction state, and on a busy jenkins those tests fails.java.lang.AssertionError: expected:<NONE> but was:<MAJOR> at org.ju...
|
|
|
http://issues.apache.org/jira/browse/HBASE-7560
Author: Matteo Bertozzi,
2013-01-25, 19:24
|
|
|
[HBASE-7108] Don't use legal family name for system folder at region level - HBase - [issue]
|
|
...CHANGED, was: Don't allow "recovered.edits" as legal family nameRegion directories can contain folders called "recovered.edits", log splitting related.But there's nothing that prevent a user...
|
|
|
http://issues.apache.org/jira/browse/HBASE-7108
Author: Matteo Bertozzi,
2013-01-21, 22:59
|
|
|
[HBASE-7604] Remove duplicated code from HFileLink - HBase - [issue]
|
|
...the static method getReferencedPath() contains almost the same code done internally by the FileLink, and is only used by ExportSnapshot.Remove that code and use the class directly...
|
|
|
http://issues.apache.org/jira/browse/HBASE-7604
Author: Matteo Bertozzi,
2013-01-17, 19:51
|
|
|
|