Michael Stack
|
90e4bc2aa9
|
HBASE-8043 Fix a few javadoc warnings...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1454471 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-08 17:14:14 +00:00 |
mbertozzi
|
d600c61ca3
|
HBASE-8041 WebUI doesn't display snapshots correctly
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1454443 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-08 16:09:25 +00:00 |
Zhihong Yu
|
faaa3a6af8
|
HBASE-7960 Addendum simplify test path as suggested by Stack
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1454250 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-08 04:42:37 +00:00 |
Zhihong Yu
|
57cb60b2ff
|
HBASE-7960 cleanup TestDir in TestHalfStoreFileReader (Liang Xie)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1454244 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-08 04:34:19 +00:00 |
Andrew Kyle Purtell
|
a584f3de87
|
HBASE-8004. Creating an existing table from Shell does not throw TableExistsException (Jeffrey Zhong)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1454222 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-08 02:56:10 +00:00 |
Zhihong Yu
|
9ccbb766bd
|
HBASE-8033 Break TestRestoreSnapshotFromClient into TestRestoreSnapshotFromClient and TestCloneSnapshotFromClient (Ted Yu)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1454186 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-08 00:20:01 +00:00 |
Michael Stack
|
3361261726
|
HBASE-8032 TestNodeHealthCheckChore.testHealthChecker failed 0.95 build #36
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1454110 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-07 21:42:02 +00:00 |
nkeywal
|
7f2b36e72f
|
HBASE-8002 Make TimeOut Management for Assignment optional in master and regionservers
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1453755 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-07 10:08:57 +00:00 |
Michael Stack
|
4fa8e86f29
|
HBASE-7996 Clean up resource leak in MultiTableInputFormat
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1453720 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-07 07:42:39 +00:00 |
Michael Stack
|
92d7a45476
|
HBASE-8021 TestSplitTransactionOnCluster.testShouldThrowIOExceptionIfStoreFileSizeIsEmptyAndShouldSuccessfullyExecuteRollback() fails consistently
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1453717 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-07 07:33:58 +00:00 |
Michael Stack
|
21ea0b5ecf
|
HBASE-7982 TestReplicationQueueFailover* runs for a minute, spews 3/4million lines complaining 'Filesystem closed', has an NPE, and still passes?
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1453712 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-07 07:01:54 +00:00 |
sershe
|
e67d82a2a0
|
HBASE-7935 make policy and compactor in default store engine separately pluggable (for things like tier-based, and default policy experiments with permutations)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1453586 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-06 21:58:18 +00:00 |
mbertozzi
|
6ae6e5559b
|
HBASE-8006 use FSUtils to get/set hbase.rootdir
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1453521 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-06 20:03:30 +00:00 |
jyates
|
748b8f1a4c
|
HBASE-8008: Fix DirFilter usage to be consistent
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1453465 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-06 18:24:51 +00:00 |
Michael Stack
|
d3b6e25aef
|
HBASE-7928 Scanning .META. with startRow and/or stopRow is not giving proper results; REVERT. NEEDS SOME MORE WORK
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1453175 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-06 07:09:26 +00:00 |
larsh
|
1429b373c6
|
HBASE-7944 Addendum (Jeffrey Zhong)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1453059 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-05 22:48:25 +00:00 |
mbertozzi
|
879d5917c9
|
HBASE-7686 TestSplitTransactionOnCluster fails occasionally in trunk builds -- MORE DEBUG
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1452996 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-05 21:03:56 +00:00 |
Michael Stack
|
95969df094
|
HBASE-7981 TestSplitTransactionOnCluster.testShutdownFixupWhenDaughterHasSplit failed in 0.95 build #11 -- MORE DEBUG
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1452941 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-05 18:49:06 +00:00 |
mbertozzi
|
55955c16c2
|
HBASE-7808 Refactor Store to use HRegionFileSystem
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1452936 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-05 18:25:44 +00:00 |
Andrew Kyle Purtell
|
13f2700645
|
HBASE-7986. [REST] Make HTablePool size configurable (binlijin)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1452770 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-05 12:46:58 +00:00 |
Michael Stack
|
3a1b53f2fc
|
HBASE-7966 ACL tests fail on trunk (flaky)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1452662 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-05 04:39:43 +00:00 |
larsh
|
2634cc1855
|
HBASE-7111 hbase zkcli will not start if the zookeeper server chosen to connect to is unavailable (Zhou wenjian)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1452554 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-04 21:55:40 +00:00 |
larsh
|
d17d84ed77
|
HBASE-6347 -ROOT- and .META. are stale in table.jsp if they moved
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1452544 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-04 21:45:26 +00:00 |
larsh
|
f28621da9b
|
HBASE-7723 Remove NameNode URI from ZK splitlogs (Himanshu)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1452542 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-04 21:42:57 +00:00 |
sershe
|
80273bd8e7
|
HBASE-7964 requestCompaction priority argument is not used (except for user compaction check)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1452444 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-04 19:01:43 +00:00 |
nkeywal
|
62d1ad5fde
|
HBASE-7968 Packaging of Trunk and 0.95 does not create the dependent jars in the lib folder
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1452261 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-04 11:30:49 +00:00 |
Michael Stack
|
70b1899e88
|
HBASE-7966 ACL tests fail on trunk (flaky)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1452161 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-04 00:53:30 +00:00 |
Michael Stack
|
cb62d5025f
|
HBASE-7981 TestSplitTransactionOnCluster.testShutdownFixupWhenDaughterHasSplit failed in 0.95 build #11 -- ADDED LOGGING
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1451945 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-02 21:28:21 +00:00 |
Zhihong Yu
|
ff0bc7c5ea
|
HBASE-7936 Undo prefix-tree module as dependency for mapreduce and for DataBlockEncoding, addendum (Ted Yu)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1451759 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-01 23:03:32 +00:00 |
jyates
|
8cdefe6bca
|
HBASE-7947: Custom compaction requests should have test for adding to wrong list
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1451747 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-01 22:38:03 +00:00 |
ramkrishna
|
0a0d9310c3
|
HBASE-7928 Scanning .META. with startRow and/or stopRow is not giving proper results (Ram)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1451643 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-01 16:37:57 +00:00 |
Zhihong Yu
|
5dbc35782a
|
HBASE-7969 Rename HBaseAdmin#getCompletedSnapshots as HBaseAdmin#listSnapshots (Ted Yu)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1451625 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-01 15:58:57 +00:00 |
larsh
|
26d688ff95
|
HBASE-7869 Provide way to not start LogSyncer thread (Anoop)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1451427 13f79535-47bb-0310-9956-ffa450edef68
|
2013-02-28 23:24:35 +00:00 |
larsh
|
9051c55542
|
HBASE-7700 TestColumnSeeking is mathematically bound to fail (J-D)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1451417 13f79535-47bb-0310-9956-ffa450edef68
|
2013-02-28 23:04:57 +00:00 |
Enis Soztutar
|
bcaf397321
|
HBASE-7955 Remove log "ERROR snapshot.SnapshotFileCache: Snapshot directory doesn't exist"
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1451364 13f79535-47bb-0310-9956-ffa450edef68
|
2013-02-28 21:38:10 +00:00 |
sershe
|
9b1ec93ee3
|
HBASE-7902 deletes may be removed during minor compaction, in non-standard compaction schemes
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1451314 13f79535-47bb-0310-9956-ffa450edef68
|
2013-02-28 19:46:24 +00:00 |
Enis Soztutar
|
d859b516ba
|
HBASE-7957 CloneSnapshotHandler.prepare() is not called by SnapshotManager
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1451301 13f79535-47bb-0310-9956-ffa450edef68
|
2013-02-28 19:22:33 +00:00 |
Zhihong Yu
|
dc470e0be7
|
HBASE-7878 revert due to TestHLogSplit test failure
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1451086 13f79535-47bb-0310-9956-ffa450edef68
|
2013-02-28 03:51:59 +00:00 |
Zhihong Yu
|
c11d251235
|
HBASE-7641 Port HBASE-6669 'Add BigDecimalColumnInterpreter for doing aggregations using AggregationClient' to trunk (Julian Wissman)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1451037 13f79535-47bb-0310-9956-ffa450edef68
|
2013-02-27 23:37:41 +00:00 |
mbertozzi
|
471441e050
|
HBASE-7807 Introduce HRegionFileSystem and move region fs related code
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1451025 13f79535-47bb-0310-9956-ffa450edef68
|
2013-02-27 23:11:25 +00:00 |
Michael Stack
|
15a54ea4b4
|
HBASE-7951 TestNodeHealthCheckChore.testHealthChecker failed 0.95 build #3
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1450947 13f79535-47bb-0310-9956-ffa450edef68
|
2013-02-27 20:15:01 +00:00 |
Zhihong Yu
|
21eda243ad
|
HBASE-7878 Addendum for trying fs.append in case recoverLease throws exception
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1450928 13f79535-47bb-0310-9956-ffa450edef68
|
2013-02-27 19:16:37 +00:00 |
Zhihong Yu
|
76314737e3
|
HBASE-7944 Replication leaks file reader resource & not reset currentNbOperations (Jeffrey Zhong)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1450901 13f79535-47bb-0310-9956-ffa450edef68
|
2013-02-27 18:29:01 +00:00 |
Zhihong Yu
|
2e2d95af14
|
HBASE-7878 recoverFileLease does not check return value of recoverLease (Ted Yu)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1450791 13f79535-47bb-0310-9956-ffa450edef68
|
2013-02-27 14:59:31 +00:00 |
Enis Soztutar
|
f6ceffbf7f
|
HBASE-4210 Allow coprocessor to interact with batches per region sent from a client (Anoop). ADDENDUM patch for fixing line endings
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1450591 13f79535-47bb-0310-9956-ffa450edef68
|
2013-02-27 04:06:22 +00:00 |
Zhihong Yu
|
80e3bf8675
|
HBASE-7747 Import tools should use a combiner to merge Puts (Nick Dimiduk)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1450580 13f79535-47bb-0310-9956-ffa450edef68
|
2013-02-27 02:16:13 +00:00 |
Enis Soztutar
|
4d356e24e1
|
HBASE-7933 NPE in TableLockManager
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1450554 13f79535-47bb-0310-9956-ffa450edef68
|
2013-02-27 00:39:41 +00:00 |
larsh
|
60859badfb
|
HBASE-7945 Remove flaky TestCatalogTrackerOnCluster
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1450546 13f79535-47bb-0310-9956-ffa450edef68
|
2013-02-27 00:10:37 +00:00 |
Enis Soztutar
|
7d12d2e19d
|
HBASE-7934 TableMapReduceUtil doesn't include all dependency jars in new modular build (Nick Dimiduk)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1450541 13f79535-47bb-0310-9956-ffa450edef68
|
2013-02-26 23:54:29 +00:00 |
Zhihong Yu
|
a07485a8d8
|
HBASE-4210 Allow coprocessor to interact with batches per region sent from a client (Anoop)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1450438 13f79535-47bb-0310-9956-ffa450edef68
|
2013-02-26 21:31:16 +00:00 |