Nick Dimiduk
43e596becb
HBASE-12251 [book] Hadoop compat matrix 0.94 section needs cleaned up
2014-10-13 21:31:09 -07:00
stack
904654aa87
HBASE-12147 Porting Online Config Change from 89-fb -- JAVADOC FIX ADDENDUM
2014-10-13 21:25:51 -07:00
manukranthk
962065de72
Online config change
...
Summary: This diff is intended to forward port HBASE-8805 and HBASE-8544 implemented by Gaurav Menghani in 89-fb. This improves operational efficiency in managing clusters that are serving production traffic. The idea is to have a central configuration which can manage notifying the configuration observers. The observers in turn should update their local state from the latest config. Minor caveats where configuration variables are corelated should be taken care of with additional care.
Test Plan: Unit tests
Differential Revision: https://reviews.facebook.net/D24681
Signed-off-by: stack <stack@apache.org>
2014-10-13 21:23:12 -07:00
stack
a47fe89d95
HBASE-12248 broken link in hbase shell help (André Kelpe)
2014-10-13 20:11:43 -07:00
Rajeshbabu Chintaguntla
6dea02b260
HBASE-10200 Better error message when HttpServer fails to start due to java.net.BindException(Kiran Kumar M R)
2014-10-14 02:24:21 +00:00
Misty Stanley-Jones
13122f5076
HBASE-12239 Addendum to fix a typo
2014-10-14 10:33:23 +10:00
Enis Soztutar
6abb883865
HBASE-12083 Deprecate new HBaseAdmin() in favor of Connection.getAdmin()
2014-10-13 13:20:16 -07:00
stack
9a893a9c6a
HBASE-12029 Use Table and RegionLocator in HTable.getRegionLocations() (Solomon Duskis)
2014-10-13 12:24:27 -07:00
stack
b30d2f315d
HBASE-12242 Fix new javadoc warnings in Admin, etc.
2014-10-13 12:07:50 -07:00
Ted Yu
3851d05a80
HBASE-12237 HBaseZeroCopyByteString#wrap() should not be called in hbase-client code
2014-10-13 17:29:09 +00:00
stack
b68b3bf784
HBASE-12240 hbase-daemon.sh should remove pid file if process not found running (Ashish Singhi)
2014-10-12 23:08:13 -07:00
Misty Stanley-Jones
ed3be21e7f
HBASE-12232 Suppress dots during svn commit in publish_hbase_website.sh
2014-10-13 16:00:11 +10:00
Misty Stanley-Jones
3ccfb2baad
HBASE-12239 Document Hedged Reads
2014-10-13 15:50:04 +10:00
stack
8e9a8b002f
HBASE-8361 Bulk load and other utilities should not create tables for user (Ashish Singhi)
2014-10-12 21:52:01 -07:00
Elliott Clark
ab42b9ffe6
HBASE-12234 Make TestMultithreadedTableMapper a little more stable.
...
Signed-off-by: stack <stack@apache.org>
2014-10-12 18:37:47 -07:00
stack
f2d05befad
HBASE-11890 HBase REST Client is hard coded to http protocol (Qiang Tian)
2014-10-12 18:25:56 -07:00
stack
3176dae37d
Remove extraneous 'trunk' in javadoc URL
2014-10-12 15:17:09 -07:00
Enis Soztutar
e3f9957830
HBASE-12176 WALCellCodec Encoders support for non-KeyValue Cells (Anoop Sam John)
2014-10-11 15:32:18 -07:00
Andrew Purtell
8ee55fb339
HBASE-12126 Region server coprocessor endpoint (Virag Kothari)
2014-10-10 12:00:51 -07:00
stack
65ae2e5126
HBASE-11394 Replication can have data loss if peer id contains hyphen "-"
2014-10-10 10:28:16 -07:00
Ramkrishna
3f2e599a99
HBASE-12210 Avoid KeyValue in Prefix Tree (Ram)
2014-10-10 22:45:26 +05:30
Elliott Clark
6ddb2f1965
HBASE-12197 Move rest to it's on module
...
Summary:
Move hbase-rest to it's own module.
copy test resources from hbase-server into hbase-rest's test resources.
Test Plan: Unit tests pass of hbase-rest module.
Differential Revision: https://reviews.facebook.net/D24657
2014-10-10 09:51:09 -07:00
Misty Stanley-Jones
fcf583eb19
HBASE-12186 Fixed table cell deleted inadvertently by HBASE-11791
2014-10-10 17:08:53 +10:00
stack
06a8bb5bd1
HBASE-12189 Fix new issues found by coverity static analysis
2014-10-09 20:51:04 -07:00
stack
8915130dd7
HBASE-12212 HBaseTestingUtility#waitUntilAllRegionsAssigned should wait for RegionStates
...
Signed-off-by: stack <stack@apache.org>
2014-10-09 20:34:58 -07:00
Nick Dimiduk
712dad814c
HBASE-12183 FuzzyRowFilter doesn't support reverse scans
2014-10-09 18:27:22 -07:00
stack
5420b4c78b
HBASE-12142 Truncate command does not preserve ACLs table (Vandana Ayyalasomayajula)
2014-10-09 15:35:36 -07:00
stack
d5be58dfd2
Add hedgedReads and hedgedReadWins count metrics
2014-10-09 15:00:25 -07:00
Jimmy Xiang
72c8c62aa1
HBASE-12216 Lower closed region logging level
2014-10-09 14:00:24 -07:00
Elliott Clark
f75785af51
HBASE-12218 Make HBaseCommonTestingUtil#deleteDir try harder
2014-10-09 11:57:52 -07:00
stack
0eb0721fef
HBASE-11990 Make setting the start and stop row for a specific prefix easier (Niels Basjes)
2014-10-09 11:13:52 -07:00
Ted Yu
3d84ccbf9c
HBASE-12109 user_permission command for namespace does not return correct result (Vandana Ayyalasomayajula)
2014-10-09 17:45:02 +00:00
Yi Deng
3c1fbd2ddf
HBASE-12198 Fix the bug of not updating location cache
...
Summary: # Clear the cache of the server when failed
Test Plan: Add testcase `TestHTableMultiplexerFlushCache` to reproduce the bug.
Differential Revision: https://reviews.facebook.net/D24603
Signed-off-by: Elliott Clark <elliott@fb.com>
Signed-off-by: Elliott Clark <eclark@apache.org>
2014-10-09 10:09:03 -07:00
Jimmy Xiang
2c07372c2f
HBASE-12209 NPE in HRegionServer#getLastSequenceId
2014-10-08 20:40:45 -07:00
Enis Soztutar
922ced0d08
HBASE-12200 When a Rpc server handler thread dies, throws exception (Alicia Ying Shu)
2014-10-08 17:49:01 -07:00
Jimmy Xiang
7aa3a2d890
HBASE-12206 NPE in RSRpcServices
2014-10-08 17:45:43 -07:00
stack
652b81ab1e
HBASE-12181 Some tests create a table and try to use it before regions get assigned (Dima Spivak)
2014-10-08 17:24:09 -07:00
Misty Stanley-Jones
1636afb0aa
HBASE-11998 Document a workflow for cherry-picking a fix to a different branch
2014-10-09 10:10:06 +10:00
manukranthk
e31286bf62
Fix failures caused by Jacoco syncthetic methods
...
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2014-10-08 12:05:14 -07:00
manukranthk
e952e73624
HBASE-12199 Make TestAtomicOperation and TestEncodedSeekers faster
...
Signed-off-by: Elliott Clark <eclark@apache.org>
2014-10-08 08:46:29 -07:00
Jimmy Xiang
f2fc311b19
HBASE-12196 SSH should retry in case failed to assign regions
2014-10-07 20:23:32 -07:00
Ted Yu
cab0819327
HBASE-12195 Fix dev-support/findHangingTests (Manukranth Kolloju)
2014-10-07 22:03:50 +00:00
Ted Yu
a8be606145
HBASE-12016 Reduce number of versions in Meta table. Make it configurable (Andrey Stepachev)
2014-10-07 21:07:52 +00:00
Misty Stanley-Jones
4057f6c4e4
HBASE-12193 Add missing docbook file to git
2014-10-08 07:01:35 +10:00
stack
7546f9a4d9
HBASE-12191 Make TestCacheOnWrite faster.
2014-10-07 13:14:23 -07:00
Ted Yu
e1b69bd548
HBASE-11997 CopyTable with bulkload (Yi Deng)
2014-10-07 19:34:31 +00:00
Jimmy Xiang
408de0fbb3
HBASE-11838 Enable PREFIX_TREE in integration tests
2014-10-07 09:48:21 -07:00
Andrew Purtell
da440d586e
Amend HBASE-12106 Move test annotations to test artifact (Enis Soztutar)
...
Add hbase-annotations as a test-jar dependency in hbase-testing-util
2014-10-07 00:41:15 -07:00
Misty Stanley-Jones
38bc5360c5
HBASE-11791 Update docs on visibility tags and ACLs, transparent encryption, secure bulk upload
2014-10-07 17:22:02 +10:00
Andrew Purtell
989c6262ff
Exclude dev-support/hbase_docker/README.md from RAT
2014-10-06 23:54:42 -07:00