Commit Graph

3355 Commits

Author SHA1 Message Date
Michael Stack 59392e209f Fix table.jsp so it shows region locations and counts -- just before we replace all this jsp stuff. Location was broke by 1502
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1099101 13f79535-47bb-0310-9956-ffa450edef68
2011-05-03 15:54:08 +00:00
Todd Lipcon ca952ac00b HBASE-3836 Add facility to track currently progressing actions and workflows.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1098933 13f79535-47bb-0310-9956-ffa450edef68
2011-05-03 06:11:06 +00:00
Michael Stack 8341e4a3be HBASE-3849 Fix master ui; hbase-1502 broke requests/second
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1098925 13f79535-47bb-0310-9956-ffa450edef68
2011-05-03 05:54:45 +00:00
Michael Stack b6ad337ea1 HBASE-3849 Fix master ui; hbase-1502 broke requests/second
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1098919 13f79535-47bb-0310-9956-ffa450edef68
2011-05-03 05:48:37 +00:00
Michael Stack 9c1d01e24f HBASE-3777 Redefine Identity Of HBase Configuration
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1098901 13f79535-47bb-0310-9956-ffa450edef68
2011-05-03 04:43:53 +00:00
Michael Stack 7e6f56200e HBASE-3847 Turn off DEBUG logging of RPCs in WriteableRPCEngine on TRUNK
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1098861 13f79535-47bb-0310-9956-ffa450edef68
2011-05-02 23:37:54 +00:00
Michael Stack df267ce6e9 HBASE-3825 performance.xml - adding a few common configuration changes in the 'config' sub-section
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1098727 13f79535-47bb-0310-9956-ffa450edef68
2011-05-02 18:49:32 +00:00
Michael Stack 3ad05c6aac HBASE-3844 Book.xml (removing link to defunct wiki) and Performance.xml (adding client tip)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1098721 13f79535-47bb-0310-9956-ffa450edef68
2011-05-02 18:35:49 +00:00
Michael Stack 2a4f052bcc HBASE-3838 RegionCoprocesorHost.preWALRestore throws npe in case there is no RegionObserver registered
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1098705 13f79535-47bb-0310-9956-ffa450edef68
2011-05-02 18:14:05 +00:00
Michael Stack 6c32f36250 HBASE-3670 Fix error handling in get(List<Get> gets)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1098702 13f79535-47bb-0310-9956-ffa450edef68
2011-05-02 18:10:36 +00:00
Michael Stack 659da04632 HBASE-3843 splitLogWorker starts too early
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1098696 13f79535-47bb-0310-9956-ffa450edef68
2011-05-02 18:04:19 +00:00
Michael Stack e85e7ad354 HBASE-3831 docbook xml files - standardized RegionServer, DataNode, and ZooKeeper in several xml docs
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1098158 13f79535-47bb-0310-9956-ffa450edef68
2011-04-30 21:05:39 +00:00
Michael Stack 94bd6f7710 HBASE-3796 Per-Store Entries in Compaction Queue; added missing license
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1098150 13f79535-47bb-0310-9956-ffa450edef68
2011-04-30 20:11:42 +00:00
Michael Stack c80200bded HBASE-3832 Failing TestMasterFailover.testMasterFailoverWithMockedRITOnDeadRS up on jenkins; added debug and cleared out extra regionOnline of -ROOT-
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1098023 13f79535-47bb-0310-9956-ffa450edef68
2011-04-29 23:25:18 +00:00
Nicolas Spiegelberg 47fe311acd HBASE-3796 Per-Store Entries in Compaction Queue
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1098021 13f79535-47bb-0310-9956-ffa450edef68
2011-04-29 23:07:52 +00:00
Michael Stack 15edb7b8e4 HBASE-1502 Aftermath; fix up of broke tests. Fix TestCatalogTracker hang; mocks needed changing
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1097928 13f79535-47bb-0310-9956-ffa450edef68
2011-04-29 19:36:42 +00:00
Michael Stack d663e19637 Fix broke jenkins build; Fix TestSplitLogWorker. Remove added assert. Value may have already been set by background thread so assert was checking input at wrong time
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1097689 13f79535-47bb-0310-9956-ffa450edef68
2011-04-29 05:38:39 +00:00
Michael Stack 7d42c217a9 HBASE-3829 TestMasterFailover failures in jenkins
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1097676 13f79535-47bb-0310-9956-ffa450edef68
2011-04-29 03:33:27 +00:00
Michael Stack d6ed1130d5 HBASE-3827 hbase-1502, removing heartbeats, broke master joining a running cluster and was returning master hostname for rs to use
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1097587 13f79535-47bb-0310-9956-ffa450edef68
2011-04-28 19:51:25 +00:00
Michael Stack e5c47a4c9b HBASE-1502 Aftermath; fix up of broke tests. Fix TestHRegionLocation. I broke it last night when I clarified HRegionLocation equality
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1097541 13f79535-47bb-0310-9956-ffa450edef68
2011-04-28 16:47:00 +00:00
Michael Stack 555b30d224 HBASE-1502 Aftermath; fix up of broke tests. Fix TestReplicationSourceManager. The mock server needed to return a server name, any server name but null
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1097332 13f79535-47bb-0310-9956-ffa450edef68
2011-04-28 06:15:15 +00:00
Michael Stack 46d615b210 HBASE-1502 Aftermath; fix up of broke tests. Fix TestMultiParallel. HRegionLocation compare should do Location part only, not include HRI that its carrying
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1097327 13f79535-47bb-0310-9956-ffa450edef68
2011-04-28 05:52:05 +00:00
Michael Stack dbccc88d44 HBASE-1502 Aftermath; fix up of broke tests. Fix TestHCM. Disabled the force OOME test -- we create a new Connection per new Configuration so yeah, we OOME; to be fixed soon
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1097320 13f79535-47bb-0310-9956-ffa450edef68
2011-04-28 05:03:20 +00:00
Michael Stack de72e77f10 HBASE-1502 Aftermath; fix up of broke tests. Fix TestCatalogTracker. Signature changed and mock'd method wasn't triggering
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1097318 13f79535-47bb-0310-9956-ffa450edef68
2011-04-28 04:41:31 +00:00
Michael Stack 52033a212f HBASE-1502 Remove need for heartbeats in HBase; fix broke build
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1097284 13f79535-47bb-0310-9956-ffa450edef68
2011-04-27 23:43:45 +00:00
Michael Stack 529223130a HBASE-1502 Remove need for heartbeats in HBase
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1097275 13f79535-47bb-0310-9956-ffa450edef68
2011-04-27 23:12:42 +00:00
Jean-Daniel Cryans 4219e2accb HBASE-3741 Make HRegionServer aware of the regions it's opening/closing
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1097266 13f79535-47bb-0310-9956-ffa450edef68
2011-04-27 22:42:58 +00:00
Michael Stack e1e1340706 Fix xml -- found by doug meil
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1097214 13f79535-47bb-0310-9956-ffa450edef68
2011-04-27 19:24:49 +00:00
Michael Stack 1f01e30540 HBASE-3210 HBASE-1921 for the new master
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1096970 13f79535-47bb-0310-9956-ffa450edef68
2011-04-27 00:01:31 +00:00
Michael Stack 6e9210165f HBASE-3794 TestRpcMetrics fails on machine where region server is running
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1096968 13f79535-47bb-0310-9956-ffa450edef68
2011-04-26 23:53:48 +00:00
Jean-Daniel Cryans 2769a5ffc8 HBASE-3805 Log RegionState that are processed too late in the master
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1096962 13f79535-47bb-0310-9956-ffa450edef68
2011-04-26 23:23:34 +00:00
Michael Stack df94fbe4f8 HBASE-1512 Addendum to fix failing tests on jenkins
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1096942 13f79535-47bb-0310-9956-ffa450edef68
2011-04-26 22:59:17 +00:00
Michael Stack e6a521407d HBASE-3629 Update our thrift to 0.6
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1096938 13f79535-47bb-0310-9956-ffa450edef68
2011-04-26 22:40:25 +00:00
Michael Stack 95a45d1341 HBASE-3819 TestSplitLogWorker has too many SLWs running -- makes for contention and occasional failures; attempt at fixing broken tests in build introduced by first commit on this issue
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1096859 13f79535-47bb-0310-9956-ffa450edef68
2011-04-26 19:23:00 +00:00
Michael Stack 992bf057e7 HBASE-3674 Treat ChecksumException as we would a ParseException splitting logs; else we replay split on every restart -- fixup for distributed log splitting
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1096842 13f79535-47bb-0310-9956-ffa450edef68
2011-04-26 18:35:31 +00:00
Michael Stack 7437b11bec HBASE-3674 Treat ChecksumException as we would a ParseException splitting logs; else we replay split on every restart -- fixup for distributed log splitting
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1096839 13f79535-47bb-0310-9956-ffa450edef68
2011-04-26 18:32:54 +00:00
Jean-Daniel Cryans 6164a0cb85 Fix for HBASE-3773 as saw by Gaojinchao
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1096819 13f79535-47bb-0310-9956-ffa450edef68
2011-04-26 17:38:58 +00:00
Michael Stack e7b8bd4ab0 fixup to javadoc on Result by Leif Wickland from up on dev mailing list
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1096633 13f79535-47bb-0310-9956-ffa450edef68
2011-04-25 23:27:22 +00:00
Michael Stack 676072656a Fixup where we write issues
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1096632 13f79535-47bb-0310-9956-ffa450edef68
2011-04-25 23:15:42 +00:00
Michael Stack 258c11120e HBASE-3749 Master can't exit when open port failed
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1096630 13f79535-47bb-0310-9956-ffa450edef68
2011-04-25 23:13:41 +00:00
Michael Stack e01e57ff92 HBASE-3819 TestSplitLogWorker has too many SLWs running -- makes for contention and occasional failures
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1096627 13f79535-47bb-0310-9956-ffa450edef68
2011-04-25 23:03:13 +00:00
Michael Stack 6ad14f3c73 HBASE-1512 Coprocessors: Support aggregate functions
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1096620 13f79535-47bb-0310-9956-ffa450edef68
2011-04-25 22:02:24 +00:00
Michael Stack fd470dbf23 HBASE-3812 Tidy up naming consistency and documentation in coprocessor framework
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1096568 13f79535-47bb-0310-9956-ffa450edef68
2011-04-25 19:21:17 +00:00
Michael Stack 1f0d347474 Try fix for failing jenkins test -- handle case where an HSA has a null internal address
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1096559 13f79535-47bb-0310-9956-ffa450edef68
2011-04-25 18:50:21 +00:00
Michael Stack 8df30d650e Fix broken jenkins test, broke since submission of distributed split issue
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1096552 13f79535-47bb-0310-9956-ffa450edef68
2011-04-25 18:34:21 +00:00
Michael Stack f1653f9e65 HBASE-3634 Fix JavaDoc for put(List<Put> puts) in HTableInterface
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1096541 13f79535-47bb-0310-9956-ffa450edef68
2011-04-25 17:50:30 +00:00
Michael Stack d848b70936 HBASE-3817 HBase Shell has an issue accepting FILTER for the 'scan' command.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1096536 13f79535-47bb-0310-9956-ffa450edef68
2011-04-25 17:38:15 +00:00
Michael Stack d131149362 HBASE-3817 HBase Shell has an issue accepting FILTER for the 'scan' command
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1096535 13f79535-47bb-0310-9956-ffa450edef68
2011-04-25 17:37:22 +00:00
Michael Stack e448a81053 HBASE-3539 Improve shell help to reflect all possible options
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1096533 13f79535-47bb-0310-9956-ffa450edef68
2011-04-25 17:34:24 +00:00
Michael Stack b91fb30a82 HBASE-2470 Add Scan.setTimeRange() support in Shell
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1096523 13f79535-47bb-0310-9956-ffa450edef68
2011-04-25 17:09:05 +00:00