Commit Graph

7841 Commits

Author SHA1 Message Date
Enis Soztutar a07ef888e1 HBASE-9698 HBCK does not handle tables with no regions left
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1528989 13f79535-47bb-0310-9956-ffa450edef68
2013-10-03 20:11:58 +00:00
Jonathan Hsieh 3be068f6da HBASE-9686 More temporary test files are being left in /tmp/hbase-<user>
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1528984 13f79535-47bb-0310-9956-ffa450edef68
2013-10-03 19:47:09 +00:00
jxiang 04de6764ac HBASE-9693 Fix javadoc warnings
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1528938 13f79535-47bb-0310-9956-ffa450edef68
2013-10-03 17:02:23 +00:00
nkeywal ad6a463e4e HBASE-9701 Make SLEEP_TIME in IntegrationTestMTTR configurable
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1528752 13f79535-47bb-0310-9956-ffa450edef68
2013-10-03 08:51:01 +00:00
eclark 95205817cd HBASE-9699 For Downstreamers using HBaseTestingUtility is hard. -- ADD
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1528664 13f79535-47bb-0310-9956-ffa450edef68
2013-10-02 22:40:13 +00:00
eclark ce7c5b8e03 HBASE-9699 For Downstreamers using HBaseTestingUtility is hard.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1528645 13f79535-47bb-0310-9956-ffa450edef68
2013-10-02 21:59:19 +00:00
eclark 122082955e HBASE-9700 remove htrace-zipkin from the runtime dependencies
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1528622 13f79535-47bb-0310-9956-ffa450edef68
2013-10-02 21:01:37 +00:00
eclark de49d0d1ed HBASE-9333 hbase.hconnection.threads.max should not be configurable else you get RejectedExecutionException
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1528618 13f79535-47bb-0310-9956-ffa450edef68
2013-10-02 20:48:33 +00:00
nkeywal ec45fc299f HBASE-9667 NullOutputStream removed from Guava 15
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1528573 13f79535-47bb-0310-9956-ffa450edef68
2013-10-02 17:26:59 +00:00
Jean-Daniel Cryans 88d236d364 HBASE-9602 Cluster can't start when log splitting at startup time and the
master's web UI is refreshed a few times


git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1528571 13f79535-47bb-0310-9956-ffa450edef68
2013-10-02 17:25:45 +00:00
Zhihong Yu 03adb3aae4 HBASE-9598 Non thread safe increment of task.unforcedResubmits in SplitLogManager#resubmit()
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1528568 13f79535-47bb-0310-9956-ffa450edef68
2013-10-02 17:21:47 +00:00
Jean-Daniel Cryans 3d0c0cb394 HBASE-8710 The balancer shouldn't try balancing one node (James Kinley via JD)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1528564 13f79535-47bb-0310-9956-ffa450edef68
2013-10-02 17:08:47 +00:00
nkeywal 18d9251a77 HBASE-9676 AsyncProcess can create more tasks than hbase.client.max.total.tasks
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1528340 13f79535-47bb-0310-9956-ffa450edef68
2013-10-02 08:08:36 +00:00
rajeshbabu 31c21f4a3b HBASE-9697 ZKDataMigrator should exit on table(s) null check.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1528329 13f79535-47bb-0310-9956-ffa450edef68
2013-10-02 07:45:27 +00:00
jxiang 3d525b08e0 HBASE-9514 Prevent region from assigning before log splitting is done
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1528227 13f79535-47bb-0310-9956-ffa450edef68
2013-10-01 22:02:01 +00:00
Zhihong Yu 289c7e7966 HBASE-9664 ArrayIndexOutOfBoundsException may be thrown in TestZKSecretWatcher
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1528163 13f79535-47bb-0310-9956-ffa450edef68
2013-10-01 18:04:44 +00:00
Zhihong Yu 33394d716d HBASE-9688 Fix javadoc warning in HConnectionManager class javadoc
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1528091 13f79535-47bb-0310-9956-ffa450edef68
2013-10-01 13:51:13 +00:00
Zhihong Yu 999121997a HBASE-9687 Revert due to some TestExportSnapshot failure on hadoop-2
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1527854 13f79535-47bb-0310-9956-ffa450edef68
2013-10-01 01:40:49 +00:00
Zhihong Yu 5cc0fb1729 HBASE-9687 ClassNotFoundException is thrown when ExportSnapshot runs against hadoop cluster where HBase is not installed on the same node as resourcemanager
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1527823 13f79535-47bb-0310-9956-ffa450edef68
2013-09-30 23:23:19 +00:00
mbertozzi 4308ddce48 HBASE-9663 PerformanceEvaluation does not properly honor specified table name parameter
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1527817 13f79535-47bb-0310-9956-ffa450edef68
2013-09-30 22:57:44 +00:00
Michael Stack 5987ee67e1 HBASE-9612 Ability to batch edits destined to different regions -- REVERT
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1527789 13f79535-47bb-0310-9956-ffa450edef68
2013-09-30 21:27:33 +00:00
Michael Stack dc959eadc2 HBASE-9677 Remove MasterAdmin and MasterMonitor protos; have MasterService provide these functions
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1527719 13f79535-47bb-0310-9956-ffa450edef68
2013-09-30 19:05:58 +00:00
nkeywal ba2e21a4e7 HBASE-9685 IntegrationTestMTTR should stop on RetriesExhaustedException
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1527690 13f79535-47bb-0310-9956-ffa450edef68
2013-09-30 18:04:41 +00:00
Michael Stack fb72852f65 HBASE-9612 Ability to batch edits destined to different regions
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1527648 13f79535-47bb-0310-9956-ffa450edef68
2013-09-30 16:52:59 +00:00
nkeywal c3bfc4ef85 HBASE-9670 Client pause should be 100ms everywhere
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1527537 13f79535-47bb-0310-9956-ffa450edef68
2013-09-30 13:05:39 +00:00
jeffreyz 266e1791d1 hbase-9390: coprocessors observers are not called during a recovery with the new log replay algorithm - review addendum
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1527444 13f79535-47bb-0310-9956-ffa450edef68
2013-09-30 05:13:03 +00:00
Michael Stack 678e8c52bf HBASE-9684 Remove MultiRowMutationProcessorMessages.proto
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1527419 13f79535-47bb-0310-9956-ffa450edef68
2013-09-29 23:21:18 +00:00
Enis Soztutar a7bae17b16 HBASE-9672 LoadTestTool NPE's when -num_tables is given, but -tn is not
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1527067 13f79535-47bb-0310-9956-ffa450edef68
2013-09-27 20:38:57 +00:00
mbertozzi 4ae82009f4 HBASE-9548 Cleanup SnapshotTestingUtils
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1527020 13f79535-47bb-0310-9956-ffa450edef68
2013-09-27 18:26:58 +00:00
Jonathan Hsieh 8943f02ff8 HBASE-9583 add documentation for getShortMidpointKey (Liang Xie)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1526992 13f79535-47bb-0310-9956-ffa450edef68
2013-09-27 17:39:00 +00:00
Zhihong Yu 9f46b87576 HBASE-9605 Allow AggregationClient to skip specifying column family for row count aggregate
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1526987 13f79535-47bb-0310-9956-ffa450edef68
2013-09-27 17:31:47 +00:00
nkeywal 77ca737375 HBASE-9647 Add a test in TestAsyncProcess to check the number of threads created
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1526828 13f79535-47bb-0310-9956-ffa450edef68
2013-09-27 08:22:56 +00:00
Jean-Daniel Cryans 20df90d8ee HBASE-9656 Remove decimal places from Requests Per Second stats (James Kinley via JD)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1526755 13f79535-47bb-0310-9956-ffa450edef68
2013-09-27 00:06:18 +00:00
Jean-Daniel Cryans 7cb75d865e HBASE-8711 Requests count is completely off (James Kinley via JD)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1526754 13f79535-47bb-0310-9956-ffa450edef68
2013-09-27 00:04:03 +00:00
Jonathan Hsieh 2782846450 HBASE-9439 shell command list snows something not meaningful
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1526742 13f79535-47bb-0310-9956-ffa450edef68
2013-09-26 23:10:10 +00:00
ndimiduk 22ec681004 HBASE-9655 IntegrationTestMTTR can loop forever on improperly configured clusters
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1526729 13f79535-47bb-0310-9956-ffa450edef68
2013-09-26 22:55:19 +00:00
jeffreyz f67903e4d6 hbase-9390: coprocessors observers are not called during a recovery with the new log replay algorithm - part2
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1526696 13f79535-47bb-0310-9956-ffa450edef68
2013-09-26 21:16:33 +00:00
Michael Stack dc28ea6f17 HBASE-9610 TestThriftServer.testAll failing; ADDENDUM
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1526649 13f79535-47bb-0310-9956-ffa450edef68
2013-09-26 19:20:33 +00:00
Jonathan Hsieh 331b585934 HBASE-9661 Consistent log severity level guards and statements (Jackie Chang)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1526620 13f79535-47bb-0310-9956-ffa450edef68
2013-09-26 17:35:50 +00:00
Zhihong Yu 0ff371fe05 HBASE-9640 Increment of loadSequence in CoprocessorHost#loadInstance() is thread-unsafe
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1526519 13f79535-47bb-0310-9956-ffa450edef68
2013-09-26 14:50:40 +00:00
mbertozzi 2528b35c82 HBASE-9662 PerformanceEvaluation input do not handle tags properties
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1526452 13f79535-47bb-0310-9956-ffa450edef68
2013-09-26 11:58:50 +00:00
Jonathan Hsieh f4f3bc3129 HBASE-9660 Release source tarball should contain ./dev-support contents
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1526358 13f79535-47bb-0310-9956-ffa450edef68
2013-09-26 02:38:21 +00:00
Enis Soztutar 0d514bac51 Added svn:ignore for hbase-thrift and hbase-shell
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1526356 13f79535-47bb-0310-9956-ffa450edef68
2013-09-26 02:31:34 +00:00
Zhihong Yu ad2d0f45b6 HBASE-9654 Optimize HStore#getRowKeyAtOrBefore() when exact match is found
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1526321 13f79535-47bb-0310-9956-ffa450edef68
2013-09-25 22:22:16 +00:00
sershe a21deb20f1 HBASE-8870 Store.needsCompaction() should include minFilesToCompact (Liang Xie)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1526320 13f79535-47bb-0310-9956-ffa450edef68
2013-09-25 22:17:35 +00:00
eclark 22b77dc791 HBASE-9653 Add compaction metrics to trunk
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1526314 13f79535-47bb-0310-9956-ffa450edef68
2013-09-25 21:44:33 +00:00
eclark e0768e0814 HBASE-9650 Per region metrics are not showing up for system tables.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1526309 13f79535-47bb-0310-9956-ffa450edef68
2013-09-25 21:41:05 +00:00
Michael Stack e08500578c HBASE-9610 TestThriftServer.testAll failing
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1526281 13f79535-47bb-0310-9956-ffa450edef68
2013-09-25 20:08:49 +00:00
Enis Soztutar 31bbc77410 HBASE-9652 Remove HServerLoad092
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1526236 13f79535-47bb-0310-9956-ffa450edef68
2013-09-25 17:18:26 +00:00
Jonathan Hsieh f6d44db9c6 HBASE-9649 HFilePrettyPrinter should not throw a NPE if FirstKey or LastKey is null (Jean-Marc Spaggiari)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1526113 13f79535-47bb-0310-9956-ffa450edef68
2013-09-25 05:45:15 +00:00