Michael Stack
|
5bee34d496
|
HBASE-7458 TestReplicationWithCompression fails intermittently in both PreCommit and trunk builds
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1459879 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-22 16:11:57 +00:00 |
anoopsamjohn
|
d372221802
|
HBASE-8170 HbaseAdmin.createTable cannot handle creating three regions(jmspaggi)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1459875 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-22 16:05:25 +00:00 |
Zhihong Yu
|
708669b53f
|
HBASE-7878 recoverFileLease does not check return value of recoverLease, third attempt (Ted Yu)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1459786 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-22 14:12:07 +00:00 |
Jean-Daniel Cryans
|
dccb58a92d
|
HBASE-8148 Allow IPC to bind on a specific address
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1459589 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-21 23:51:50 +00:00 |
jxiang
|
3ce9acc3e7
|
HBASE-8160 HMaster#move doesn't check if master initialized
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1459580 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-21 23:27:49 +00:00 |
larsh
|
e91edde428
|
HBASE-8151 Decode memstoreTS in HFileReaderV2 only when necessary
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1459433 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-21 18:13:30 +00:00 |
jxiang
|
e38dcba6c3
|
HBASE-8137 Add failed to open/close region state
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1459384 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-21 16:29:42 +00:00 |
sershe
|
66d90f865e
|
HBASE-7948 client doesn't need to refresh meta while the region is opening
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1459130 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-21 02:04:07 +00:00 |
Enis Soztutar
|
5fce119685
|
HBASE-7546 Obtain a table read lock on region split operations
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1459102 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-21 00:26:19 +00:00 |
Michael Stack
|
5fde90f68f
|
HBASE-7905 Add passing of optional cell blocks over rpc
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1459013 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-20 19:36:46 +00:00 |
ramkrishna
|
75105027a1
|
HBASE-8131 - Create table handler needs to handle failure cases. (Ram)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1458922 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-20 16:25:23 +00:00 |
Zhihong Yu
|
e253150cf3
|
HBASE-7878 recoverFileLease does not check return value of recoverLease, revert
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1458600 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-20 01:09:28 +00:00 |
Enis Soztutar
|
1a4f478909
|
HBASE-8146 IntegrationTestBigLinkedList does not work on distributed setup
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1458585 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-20 00:19:02 +00:00 |
jxiang
|
d5b03c3648
|
HBASE-7803 [REST] Support caching on scan
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1458576 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-20 00:08:10 +00:00 |
Michael Stack
|
1d6a98257a
|
HBASE-7481 Allow IOExceptions to be thrown from Filter methods
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1458554 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-19 22:47:55 +00:00 |
Zhihong Yu
|
6722e26df1
|
HBASE-7878 recoverFileLease does not check return value of recoverLease (Ted Yu)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1458546 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-19 22:17:53 +00:00 |
Michael Stack
|
76788fd5bf
|
HBASE-8140 TableMapReduceUtils#addDependencyJar fails when nested inside another MR job -- ADDENDUM
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1458545 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-19 22:16:55 +00:00 |
Michael Stack
|
fd4c887cd0
|
HBASE-8140 TableMapReduceUtils#addDependencyJar fails when nested inside another MR job
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1458531 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-19 21:54:00 +00:00 |
nkeywal
|
01bb623745
|
HBASE-8135 Mutation should implement HeapSize
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1458418 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-19 17:30:05 +00:00 |
nkeywal
|
c352a848a1
|
HBASE-7590 Add a costless notifications mechanism from master to regionservers & clients - new files
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1458199 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-19 10:07:17 +00:00 |
nkeywal
|
17e604efbf
|
HBASE-7590 Add a costless notifications mechanism from master to regionservers & clients
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1458184 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-19 09:24:01 +00:00 |
jxiang
|
15c0385d4f
|
HBASE-7597 TestHBaseFsck#testRegionShouldNotBeDeployed seems to be flaky
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1458059 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-18 23:13:13 +00:00 |
sershe
|
dce86001ea
|
HBASE-8080 refactor default compactor to make its parts easier to reuse
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1458049 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-18 22:33:59 +00:00 |
Andrew Kyle Purtell
|
a9f2ff5374
|
HBASE-8141. Remove accidental uses of org.mortbay.log.Log
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1458001 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-18 21:11:33 +00:00 |
Zhihong Yu
|
84d0115d44
|
HBASE-8097 MetaServerShutdownHandler may potentially keep bumping up DeadServer.numProcessing (Jeffrey Zhong)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1457932 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-18 19:37:11 +00:00 |
Zhihong Yu
|
a832f774c4
|
HBASE-7992 provide pre/post region offline hooks for HMaster.offlineRegion() (Rajeshbabu)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1457854 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-18 16:44:04 +00:00 |
Michael Stack
|
5d1e0a7055
|
HBASE-8077 Configure the job name in ImportTsv
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1457632 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-18 04:04:17 +00:00 |
Zhihong Yu
|
54c5d944ae
|
HBASE-8130 initialize TableLockManager before initializing AssignmentManager (Rajeshbabu)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1457487 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-17 16:55:01 +00:00 |
mbertozzi
|
302ce0325b
|
HBASE-8067 TestHFileArchiving.testArchiveOnTableDelete sometimes fails
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1457345 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-16 23:42:43 +00:00 |
Zhihong Yu
|
839ba8b4c5
|
HBASE-8106 Test to check replication log znodes move is done correctly (Himanshu)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1457216 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-16 07:21:16 +00:00 |
sershe
|
e8b21aad62
|
REVERT HBASE-8034 record on-disk data size for store file and make it available during writing
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1457193 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-16 02:16:14 +00:00 |
mbertozzi
|
eb039567de
|
HBASE-7809 Refactor Split/Merge to use HRegionFileSystem
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1457148 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-15 22:19:34 +00:00 |
Zhihong Yu
|
436c63c497
|
HBASE-7930 hbck should provide an option to fix .META. rows with empty REGIONINFO_QUALIFIER (Jean-Marc)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1457103 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-15 20:40:53 +00:00 |
mbertozzi
|
ba155ad854
|
HBASE-8122 TestAccessController depends on the execution order
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1457091 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-15 20:11:37 +00:00 |
mbertozzi
|
16589af634
|
HBASE-8123 Replace HashMap/HashSet with TreeMap/TreeSet where byte[] is used as key
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1457089 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-15 20:04:08 +00:00 |
Michael Stack
|
167766c262
|
HBASE-4285 partitions file created in user's home directory by importtsv
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1457078 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-15 19:45:09 +00:00 |
Michael Stack
|
466902ffde
|
HBASE-8101 Cleanup: findbugs and javadoc warning fixes as well as making it illegal passing null row to Put/Delete, etc.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1457024 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-15 17:11:32 +00:00 |
mbertozzi
|
551c04f173
|
HBASE-8118 TestTablePermission depends on the execution order
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1456946 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-15 13:21:53 +00:00 |
Enis Soztutar
|
76dbb6f616
|
HBASE-8116 TestSnapshotCloneIndependence fails in trunk builds intermittently
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1456753 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-15 03:13:25 +00:00 |
sershe
|
aa4092c83d
|
HBASE-8034 record on-disk data size for store file and make it available during writing
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1456743 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-15 01:41:45 +00:00 |
Enis Soztutar
|
48debe39f0
|
HBASE-7938 Add integration test for ImportTsv/LoadIncrementalHFiles workflow (Nick Dimiduk)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1456700 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-14 22:28:08 +00:00 |
Michael Stack
|
f1b6c6d317
|
HBASE-7876 Got exception when manually triggers a split on an empty region
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1456543 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-14 17:10:26 +00:00 |
larsh
|
68463933e4
|
HBASE-8099 ReplicationZookeeper.copyQueuesFromRSUsingMulti should not return any queues if it failed to execute. (Himanshu and LarsH)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1456520 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-14 16:40:36 +00:00 |
Enis Soztutar
|
566989a455
|
HBASE-8094 TestTableInputFormatScan doesn't assert anything (Nick Dimiduk)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1456285 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-14 00:03:41 +00:00 |
sershe
|
88c3d9da6d
|
HBASE-8056 allow StoreScanner to drop deletes from some part of the compaction range
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1456082 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-13 18:38:31 +00:00 |
Enis Soztutar
|
8c68535d1a
|
HBASE-8036 ProtobufUtil.multi behavior is inconsistent in case of errors
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1456063 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-13 17:51:02 +00:00 |
ramkrishna
|
64cdeb630c
|
HBASE-8012 - Reseek should position to the beginning of file for the first time it is invoked with a KV smaller than the first KV in file (Raymond Liu)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1455993 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-13 15:13:57 +00:00 |
Zhihong Yu
|
afcfbd1a8a
|
HBASE-8063 Filter HFiles based on first/last key (Liang Xie)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1455971 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-13 14:47:05 +00:00 |
ramkrishna
|
6f97d4b20d
|
HBASE-8066 - Provide Admin.isTableAvailable() for a given table along with splitkeys(Ram)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1455958 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-13 14:33:53 +00:00 |
Gary Helmling
|
d45cbcac1a
|
HBASE-7482 Port HBASE-7442 HBase remote CopyTable not working when security enabled to trunk
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1455764 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-13 00:38:19 +00:00 |
larsh
|
7dbb307f2a
|
HBASE-8055 Null check missing in StoreFile.Reader.getMaxTimestamp()
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1455403 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-12 03:54:29 +00:00 |
Zhihong Yu
|
cff351319f
|
HBASE-8071 TestRestoreFlushSnapshotFromClient fails intermittently in trunk builds (Ted Yu)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1455366 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-12 00:02:53 +00:00 |
mbertozzi
|
20816c9d47
|
HBASE-8069 TestHLog is dependent on the execution order
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1455363 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-11 23:46:12 +00:00 |
Michael Stack
|
ffc8e66a57
|
HBASE-8068 TestMasterMetricsWrapper failed in 0.95 #60 jenkins
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1455328 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-11 21:06:00 +00:00 |
Michael Stack
|
df4748b369
|
HBASE-8011 Refactor ImportTsv
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1455284 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-11 19:01:23 +00:00 |
Zhihong Yu
|
c11bd4a464
|
HBASE-7827 Improve the speed of Hbase Thirft Batch mutation for deletes (Shivendra Pratap Singh)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1455248 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-11 17:39:25 +00:00 |
mbertozzi
|
95e4f53090
|
HBASE-8067 TestHFileArchiving.testArchiveOnTableDelete sometimes fails -- more debug
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1455234 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-11 17:01:32 +00:00 |
ramkrishna
|
6372e2dcff
|
HBASE-7961 truncate on disabled table should throw TableNotEnabledException.
(Rajesh)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1454677 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-09 09:25:22 +00:00 |
Michael Stack
|
3a23adf5ab
|
HBASE-3171 Drop ROOT and instead store META location(s) directly in ZooKeeper
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1454607 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-08 22:37:19 +00:00 |
Michael Stack
|
7f2768955c
|
HBASE-8052 TestHBaseFsck#testQuarantineMissingFamdir fails sporadically
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1454571 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-08 21:18:56 +00:00 |
Enis Soztutar
|
2cfb9cae5d
|
HBASE-7721 Atomic multi-row mutations in META
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1454498 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-08 19:10:32 +00:00 |
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 |