Commit Graph

6597 Commits

Author SHA1 Message Date
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
nkeywal c826a16e5d HBASE-8128 HTable#put improvements
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1457688 13f79535-47bb-0310-9956-ffa450edef68
2013-03-18 09:49:01 +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
Zhihong Yu afa31acc64 HBASE-8117 Remove redundant byte conversion methods from HConstants (Nick Dimiduk)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1457045 13f79535-47bb-0310-9956-ffa450edef68
2013-03-15 18:21:35 +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
Zhihong Yu 83ffbc8de1 HBASE-8017 Upgrade hadoop 1 dependency to 1.1.2 (Ted Yu)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1456667 13f79535-47bb-0310-9956-ffa450edef68
2013-03-14 20:47:13 +00:00
Zhihong Yu 486b290863 HBASE-8044 Revert, fixed by HBASE-6643
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1456604 13f79535-47bb-0310-9956-ffa450edef68
2013-03-14 18:31:55 +00:00
larsh 2f64d221e1 HBASE-8025 zkcli fails when SERVER_GC_OPTS is enabled (Dave Latham)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1456582 13f79535-47bb-0310-9956-ffa450edef68
2013-03-14 18:11:39 +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
Michael Stack 5a099d8f56 HBASE-8090 Versioning site; part two, publish 0.94 site and add link from main site
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1456355 13f79535-47bb-0310-9956-ffa450edef68
2013-03-14 07:42:26 +00:00
ramkrishna 9c0656b40a HBASE-8066 - Provide Admin.isTableAvailable() for a given table along with splitkeys (Ram) - addendum for javadoc warnings
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1456316 13f79535-47bb-0310-9956-ffa450edef68
2013-03-14 03:18:51 +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 a6ab559d3d HBASE-8031 Adopt goraci as an Integration test
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1456078 13f79535-47bb-0310-9956-ffa450edef68
2013-03-13 18:28:15 +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
Michael Stack 39a02611b5 HBASE-HBASE-8054 HBASE-7797 Use consistent package name dregs
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1455672 13f79535-47bb-0310-9956-ffa450edef68
2013-03-12 19:07:34 +00:00
Michael Stack 079f99412c Add links to LarsH ACID blog, add a section on ACID, add link to new JesseA REST blog entry
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1455600 13f79535-47bb-0310-9956-ffa450edef68
2013-03-12 16:18:38 +00:00
anoopsamjohn 8090a75a5d HBASE-8057 RegionLoad needs a toString implementation(jmspaggiari)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1455583 13f79535-47bb-0310-9956-ffa450edef68
2013-03-12 15:26:26 +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
Zhihong Yu 16c7c1e769 HBASE-8044 split/flush/compact/major_compact from hbase shell does not work for region key with \x format (Tianying)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1455355 13f79535-47bb-0310-9956-ffa450edef68
2013-03-11 22:55:38 +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
anoopsamjohn 713ec8c4a7 HBASE-7979 Adding some utility methods in org.apache.hadoop.hbase.util.Bytes
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1455213 13f79535-47bb-0310-9956-ffa450edef68
2013-03-11 16:23:00 +00:00
Michael Stack 3564568830 HBASE-8058 Upgrade site plugin; fix assembly doc up on jenkins builds
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1454991 13f79535-47bb-0310-9956-ffa450edef68
2013-03-11 04:11:33 +00:00
anoopsamjohn 0176c65600 Added Anoop Sam John to developers section
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1454796 13f79535-47bb-0310-9956-ffa450edef68
2013-03-10 06:44:12 +00:00
Zhihong Yu 8f8decb1c9 HBASE-8059 Enhance test-patch.sh so that patch can specify hadoop-2.0 as the default profile, part 1 (Ted Yu)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1454777 13f79535-47bb-0310-9956-ffa450edef68
2013-03-10 02:12:09 +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