31
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
HADOOP-1534. [hbase] Memcache scanner fails if start key not present * src/contrib/hbase/src/java/org/apache/hadoop/hbase/HMemcache.java (findFirstRow): Change compare from startsWith -- looking for an 'exact' match -- to instead use compareTo and if >= 0, then we are at first key. * src/contrib/hbase/src/java/org/apache/hadoop/hbase/HRegionServer.java Add logging of problematic directory if server won't start because log file exists. More... over 17 years ago
HADOOP-1509 Open HRegionServer/HClient for extension More... over 17 years ago
HADOOP-1511. Speed up hbase unit tests. Contributed by stack. More... over 17 years ago
HADOOP-1147. Remove @author tags from Java source files. More... over 17 years ago
HADOOP-1498. Add file missed in prior commit. More... over 17 years ago
HADOOP-1498. Replace boxed types with primitives in many places. Contributed by stack. More... over 17 years ago
Provide configurable per-column bloom filters - part 2. More... over 17 years ago
HADOOP-1465 Add cluster stop/start scripts for hbase More... over 17 years ago
HADOOP-1415 Integrate BSD licensed bloom filter implementation. More... over 17 years ago
HADOOP-1469 Asychronous table creation More... over 17 years ago
HADOOP-1476 Distributed version of 'Performance Evaluation' script More... over 17 years ago
HADOOP-1479 Fix NPE in HStore#get if store file only has keys < passed key. More... over 17 years ago
HADOOP-1421 HADOOP-1466 When a region server dies, its log file must be split up on a per region basis so that region servers are assigned the regions have a log to apply edits from. Enhance fail over capabilities. More... over 17 years ago
HADOOP-1460 On shutdown IOException with complaint 'Cannot cancel lease that is not held' More... over 17 years ago
HADOOP-1445 Support updates across region splits and compactions More... over 17 years ago
HADOOP-1391. Split test case for merge into two so it does not time out in Hudson More... over 17 years ago
HADOOP-1391. Part 2 - table compaction via merging adjacent regions that have shrunk. More... over 17 years ago
HADOOP-1391. Update CHANGES.txt More... over 17 years ago
HADOOP-1391. Part1: includes create/delete table; enable/disable table; add/remove column. More... over 17 years ago
HADOOP-1430. HBase shutdown leaves regionservers up. More... over 17 years ago
HADOOP-1426. Make hbase scripts executable. More... over 17 years ago
HADOOP-1426. Make hbase scripts executable + add test classes to CLASSPATH. More... over 17 years ago
HADOOP-1424. TestHBaseCluster fails with IllegalMonitorStateException. Fix regression introduced by HADOOP-1397. More... over 17 years ago
HADOOP-1420, HADOOP-1423. Findbugs changes, remove reference to removed class HLocking that broke main build. More... over 17 years ago
HADOOP-1418. HBase miscellaneous: unit test for HClient, client to do 'Performance Evaluation', etc. More... over 17 years ago
HADOOP-1403. HBase reliability. Make master and region server more fault tolerant. More... over 17 years ago
HADOOP-1397. Replace custom hbase locking with java.util.concurrent.locks.ReentrantLock More... over 17 years ago
HADOOP-1386. Fix Path to not permit the empty string as a path, as this has lead to accidental file deletion. Instead force applications to use '.' to name the default directory. Contributed by Hairong. More... over 17 years ago
HADOOP-1404. HBase command-line shutdown failing (Michael Stack) More... over 17 years ago
HADOOP-1402 Fix javadoc warnings in hbase contrib. (Michael Stack) More... over 17 years ago