karthik
a9ca67a2c5
[jira] [HBASE-4867] A tool to merge configuration files
...
Summary: With our cluster configuration setup it would be good to have a tool
that would merge HBase configuration files so that files appearing later in the
list would override properties specified in earlier files. This way we could
merge an application-specific configuration file with a cluster-specific
configuration file (with the latter overriding the former) and produce a single
HBase configuration file to install on the cluster.
Test Plan: Run the tool on two configuration files (common and
cluster-specific). Use the resulting configuration on a dev cluster.
Reviewers: todd, Karthik, tedyu, stack, JIRA
Reviewed By: Karthik
CC: Karthik, mbautin, todd
Differential Revision: 537
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1208832 13f79535-47bb-0310-9956-ffa450edef68
2011-11-30 22:12:22 +00:00
Todd Lipcon
54e463f519
HBASE-4820. Distributed log splitting coding enhancement to make it easier to understand, no semantics change. Contributed by Jimmy Xiang.
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1208801 13f79535-47bb-0310-9956-ffa450edef68
2011-11-30 21:28:36 +00:00
Doug Meil
b290b43264
hbase-4906 book.xml - repatch of MR to RDBMS example. fixed typo missed in first patch.
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1208671 13f79535-47bb-0310-9956-ffa450edef68
2011-11-30 18:34:58 +00:00
Doug Meil
c4078275ea
hbase-4906. book.xml. added MR summary to RDBMS section in MR chapter.
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1208654 13f79535-47bb-0310-9956-ffa450edef68
2011-11-30 18:30:10 +00:00
Doug Meil
338e4d602c
hbase-4905. book.xml (keyvalue types), ops_mgt.xml (metrics corrections)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1208495 13f79535-47bb-0310-9956-ffa450edef68
2011-11-30 16:32:58 +00:00
Doug Meil
d11ddc0622
hbase-4898. book.xml (1 correction in no-reducer summary)
...
troubleshooting.xml 1 addition for MapReduce related documentation.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1208230 13f79535-47bb-0310-9956-ffa450edef68
2011-11-30 03:08:14 +00:00
Doug Meil
a0cce57e46
hbase-4897 book.xml (clarified scan example), troubleshooting.xml (mr example)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1208225 13f79535-47bb-0310-9956-ffa450edef68
2011-11-30 02:48:58 +00:00
karthik
99263fecfc
HBASE-4721 Retain Delete Markers after Major Compaction
...
Summary: major compactions *try* to retain delete markers for the configured
time interval
Test Plan:
added a new test testDeleteMarkerLongevity() in TestStoreScanner
following tests passed
TestMemStore
TestStoreScanner
TestQueryMatcher
TestCompaction
Reviewers: jgray, dhruba, lhofhansl, Karthik, nspiegelberg
Reviewed By: nspiegelberg
CC: HBase Diffs Facebook Group, lhofhansl, khemani, nspiegelberg
Differential Revision: 321
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1208055 13f79535-47bb-0310-9956-ffa450edef68
2011-11-29 20:31:57 +00:00
Doug Meil
a10fb0ccad
hbase-4892 book.xml, ops_mgt.xml book changes.
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1208028 13f79535-47bb-0310-9956-ffa450edef68
2011-11-29 19:08:17 +00:00
Michael Stack
8db322ebdd
HBASE-4889 HRegionInfo.isMetaTable() should be true for -ROOT- regions
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1208006 13f79535-47bb-0310-9956-ffa450edef68
2011-11-29 18:29:31 +00:00
Michael Stack
e0a283fa3c
HBASE-4885 Building against Hadoop 0.23 uses out-of-date MapReduce artifacts
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1207763 13f79535-47bb-0310-9956-ffa450edef68
2011-11-29 06:04:17 +00:00
Michael Stack
44fd83732d
HBASE-4884 Allow environment overrides for various HBase processes
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1207760 13f79535-47bb-0310-9956-ffa450edef68
2011-11-29 05:54:59 +00:00
larsh
01652cecb9
HBASE-4886 - truncate fails in HBase shell (Lars H)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1207651 13f79535-47bb-0310-9956-ffa450edef68
2011-11-28 22:12:25 +00:00
Michael Stack
01c389c879
HBASE-4883 TestCatalogTracker failing for me on ubuntu
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1207639 13f79535-47bb-0310-9956-ffa450edef68
2011-11-28 21:49:58 +00:00
Zhihong Yu
bdc28714e1
HBASE-4878 Master crash when splitting hlog may cause data loss (Chunhui Shen)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1207560 13f79535-47bb-0310-9956-ffa450edef68
2011-11-28 20:10:58 +00:00
Michael Stack
228ebc64d8
HBASE-4877 TestHCM failing sporadically on jenkins and always for me on an ubuntu machine
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1207491 13f79535-47bb-0310-9956-ffa450edef68
2011-11-28 18:22:18 +00:00
Zhihong Yu
d88f53bced
HBASE-4773 HBaseAdmin may leak ZooKeeper connections (Xufeng)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1207297 13f79535-47bb-0310-9956-ffa450edef68
2011-11-28 15:30:55 +00:00
Zhihong Yu
4368ce9401
HBASE-4862 Splitting hlog and opening region concurrently may cause data loss
...
(Chunhui Shen) Move JIRA to 0.90 section
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1206975 13f79535-47bb-0310-9956-ffa450edef68
2011-11-28 05:00:09 +00:00
Zhihong Yu
b1159115a4
HBASE-4862 Splitting hlog and opening region concurrently may cause data loss
...
(Chunhui Shen)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1206965 13f79535-47bb-0310-9956-ffa450edef68
2011-11-28 02:35:35 +00:00
larsh
2d2e75a7fb
Run tests with non-secure random, some tests hang otherwise (Lars H)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1206908 13f79535-47bb-0310-9956-ffa450edef68
2011-11-27 23:12:52 +00:00
Zhihong Yu
26a4ab4a15
HBASE-4868 TestOfflineMetaRebuildBase#testMetaRebuild occasionally fails
...
(Gao Jinchao)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1206755 13f79535-47bb-0310-9956-ffa450edef68
2011-11-27 16:21:10 +00:00
Zhihong Yu
f584f12260
HBASE-4833 HRegionServer stops could be 0.5s faster (N Keywal)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1206490 13f79535-47bb-0310-9956-ffa450edef68
2011-11-26 16:50:35 +00:00
Zhihong Yu
6ce8bf9130
HBASE-4832 TestRegionServerCoprocessorExceptionWithAbort fails if the region server stops too fast
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1206462 13f79535-47bb-0310-9956-ffa450edef68
2011-11-26 15:46:18 +00:00
Zhihong Yu
7dd0694984
HBASE-4863 Addendum to add category for TestThreads
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1206369 13f79535-47bb-0310-9956-ffa450edef68
2011-11-25 23:05:27 +00:00
Doug Meil
ec4ebc7ee3
HBASE-4871 hbase book. docs cleanup.
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1206362 13f79535-47bb-0310-9956-ffa450edef68
2011-11-25 22:20:48 +00:00
Doug Meil
66e47a99f9
HBASE-4870 developer.xml, integration test info
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1206318 13f79535-47bb-0310-9956-ffa450edef68
2011-11-25 20:58:01 +00:00
Zhihong Yu
91a19bf59a
HBASE-4863 Phabricator D531 Make Thrift server thread pool bounded and add a command-line UI test
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1206267 13f79535-47bb-0310-9956-ffa450edef68
2011-11-25 17:26:40 +00:00
Zhihong Yu
3ba5e7b318
HBASE-4855 SplitLogManager hangs on cluster restart due to batch.installed doubly counted
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1205959 13f79535-47bb-0310-9956-ffa450edef68
2011-11-24 19:03:46 +00:00
Zhihong Yu
70f14867fb
HBASE-4856 Upgrade zookeeper to 3.4.0 release
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1205891 13f79535-47bb-0310-9956-ffa450edef68
2011-11-24 15:44:48 +00:00
Zhihong Yu
5392c55cf6
HBASE-4864 TestMasterObserver#testRegionTransitionOperations occasionally
...
fails (Gao Jinchao)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1205872 13f79535-47bb-0310-9956-ffa450edef68
2011-11-24 15:17:38 +00:00
Michael Stack
8d056194e1
HBASE-4861 Fix some misspells and extraneous characters in logs; set some to TRACE
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1205732 13f79535-47bb-0310-9956-ffa450edef68
2011-11-24 06:13:10 +00:00
Michael Stack
fc20e56a0f
HBASE-4853 HBASE-4789 does overzealous pruning of seqids
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1205722 13f79535-47bb-0310-9956-ffa450edef68
2011-11-24 04:24:56 +00:00
Michael Stack
aaabb3e8a5
HBASE-4853 HBASE-4789 does overzealous pruning of seqids; REVERT TEMPORARILY TO GET TED COMMENT IN
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1205721 13f79535-47bb-0310-9956-ffa450edef68
2011-11-24 04:22:05 +00:00
Michael Stack
054c0a2418
HBASE-4853 HBASE-4789 does overzealous pruning of seqids
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1205719 13f79535-47bb-0310-9956-ffa450edef68
2011-11-24 04:13:09 +00:00
Zhihong Yu
2c1c5223f4
HBASE-4739 Master dying while going to close a region can leave it in transition
...
forever (Gao Jinchao)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1205706 13f79535-47bb-0310-9956-ffa450edef68
2011-11-24 02:09:09 +00:00
Nicolas Spiegelberg
2fb8275da0
HBASE-4787 Rename HTable thread pool
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1205684 13f79535-47bb-0310-9956-ffa450edef68
2011-11-24 00:46:05 +00:00
Zhihong Yu
d3da94321c
HBASE-4856 Upgrade zookeeper to 3.4.0 release - revert, Apache maven repository not ready
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1205676 13f79535-47bb-0310-9956-ffa450edef68
2011-11-24 00:16:21 +00:00
Zhihong Yu
c2d712668a
HBASE-4856 Upgrade zookeeper to 3.4.0 release
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1205670 13f79535-47bb-0310-9956-ffa450edef68
2011-11-23 23:57:48 +00:00
karthik
a01617ba90
HBASE-4772 Utility to Create StoreFiles
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1205661 13f79535-47bb-0310-9956-ffa450edef68
2011-11-23 23:34:09 +00:00
Nicolas Spiegelberg
0d73a879b3
HBASE-4785 Improve recovery time of HBase client when a region server dies.
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1205656 13f79535-47bb-0310-9956-ffa450edef68
2011-11-23 23:21:47 +00:00
Gary Helmling
b57d5dfd4b
HBASE-4857 Recursive loop on KeeperException in AuthenticationTokenSecretManager
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1205654 13f79535-47bb-0310-9956-ffa450edef68
2011-11-23 23:18:14 +00:00
ramkrishna
42104d08f2
HBASE-4308 Race between RegionOpenedHandler and AssignmentManager(Ram)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1205513 13f79535-47bb-0310-9956-ffa450edef68
2011-11-23 18:03:10 +00:00
Nicolas Spiegelberg
10407c9a16
HBASE-4783 Improve RowCounter to count rows in a specific key range.
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1205510 13f79535-47bb-0310-9956-ffa450edef68
2011-11-23 17:48:26 +00:00
Michael Stack
2048fe41a0
HBASE-4851 hadoop maven dependency needs to be an optional one
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1205291 13f79535-47bb-0310-9956-ffa450edef68
2011-11-23 05:56:40 +00:00
Zhihong Yu
351e75629f
HBASE-4797 [availability] Skip recovered.edits files with edits we know older than what region currently has (Jimmy Jiang)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1205290 13f79535-47bb-0310-9956-ffa450edef68
2011-11-23 05:23:45 +00:00
Michael Stack
ef52263373
HBASE-4854 it seems that CLASSPATH elements coming from Hadoop change HBase behaviour
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1205288 13f79535-47bb-0310-9956-ffa450edef68
2011-11-23 05:10:38 +00:00
Michael Stack
a5c87acadd
HBASE-4842 [hbck] Fix intermittent failures on TestHBaseFsck.testHBaseFsck
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1205101 13f79535-47bb-0310-9956-ffa450edef68
2011-11-22 17:41:19 +00:00
Michael Stack
2229f7e016
HBASE-4849 TestCatalogTracker can fail if an existing zookeeper running
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1205093 13f79535-47bb-0310-9956-ffa450edef68
2011-11-22 17:31:05 +00:00
Michael Stack
8cc1870f6f
HBASE-4825 TestRegionServersMetrics and TestZKLeaderManager are not categorized (small/medium/large); ADDENDUM; PARTIAL REVERT; MISTAKENLY COMMITTED TestCatalogTracker change
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1205091 13f79535-47bb-0310-9956-ffa450edef68
2011-11-22 17:28:06 +00:00
Michael Stack
986a2f553c
HBASE-4825 TestRegionServersMetrics and TestZKLeaderManager are not categorized (small/medium/large)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1205090 13f79535-47bb-0310-9956-ffa450edef68
2011-11-22 17:26:00 +00:00