chenheng
9c8cbd44ed
HBASE-16287 LruBlockCache size should not exceed acceptableSize too many(Yu Sun)
2016-08-04 21:23:27 +08:00
Stevo Slavić
737e063240
HBASE-16355 Invalid hbase-common test-jar dependency scope
...
hbase-client has hbase-common test-jar as dependency in compile scope, while it should be test scope instead.
This patch fixes the bug.
closes #12
Signed-off-by: Sean Busbey <busbey@apache.org>
2016-08-04 01:29:25 -05:00
Lim Chee Hau
96cce2dcc5
HBASE-15574 Fix typo in HRegionServerCommandLine
...
Signed-off-by: Sean Busbey <busbey@apache.org>
2016-08-03 23:45:55 -05:00
Nick Dimiduk
92b2973b62
HBASE-16317 revert all ESAPI changes
...
Revert "HBASE-15270 Use appropriate encoding for "filter" field in TaskMonitorTmpl.jamon."
This reverts commit ab1b2c6603
.
Revert "HBASE-15122 Servlets generate XSS_REQUEST_PARAMETER_TO_SERVLET_WRITER findbugs warnings (Samir Ahmic)"
This reverts commit 29ce46a67f
.
Conflicts:
hbase-server/pom.xml
2016-08-03 20:53:46 -07:00
Enis Soztutar
d14ec71323
HBASE-16350 Undo server abort from HBASE-14968
2016-08-03 19:38:04 -07:00
Enis Soztutar
dbd10eee3e
HBASE-16271 Fix logging and re-run the test in IntegrationTestBulkLoad
2016-08-03 17:02:41 -07:00
Enis Soztutar
12549de43c
HBASE-16301 Trigger flush without waiting when compaction is disabled on a table (huaxiang sun)
...
Conflicts:
hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestCompactSplitThread.java
2016-08-03 10:55:08 -07:00
Andrew Purtell
b06119edef
HBASE-16319 Fix TestCacheOnWrite after HBASE-16288
2016-08-02 16:53:27 -07:00
Enis Soztutar
64136151b1
HBASE-16315 RegionSizeCalculator prints region names as binary without escapes
2016-08-02 16:35:31 -07:00
Deokwoo Han
1b5f8c7123
HBASE-16284 Unauthorized client can shutdown the cluster
2016-08-02 11:37:56 -07:00
zhangduo
dc56aa2d4f
HBASE-16225 Refactor ScanQueryMatcher
2016-08-02 14:04:49 +08:00
Andrew Purtell
c8903cc20a
HBASE-16296 Reverse scan performance degrades when using filter lists (Ted Yu)
2016-08-01 17:41:06 -07:00
Enis Soztutar
1983126216
HBASE-16288 HFile intermediate block level indexes might recurse forever creating multi TB files
2016-08-01 11:06:27 -07:00
zhangduo
1b303ad75d
HBASE-16209 addendum fix region move delay
2016-08-01 15:57:28 +08:00
zhangduo
51c8c1891a
Revert "HBASE-16209 addendum fix region move delay"
...
This reverts commit c46f56b382
.
2016-08-01 15:52:25 +08:00
zhangduo
c46f56b382
HBASE-16209 addendum fix region move delay
2016-08-01 11:29:50 +08:00
stack
d54bcfb1e2
HBASE-16256 Purpose of EnvironmentEdge, EnvironmentEdgeManager (Sai Teja Ranuva)
2016-07-29 16:34:53 -07:00
Joseph Hwang
39153b8824
HBASE-16209 Removed unnecessary method and method calls from AssignmentManager and AssignmentManager UI (addendum)
...
Signed-off-by: Matteo Bertozzi <matteo.bertozzi@cloudera.com>
2016-07-29 15:55:11 -07:00
Joseph Hwang
7c97acf6e3
Back port HBASE-16209 Provide an exponential back off policy in reattempting failed region opens
...
Signed-off-by: Elliott Clark <eclark@apache.org>
2016-07-29 09:47:30 -07:00
Yu Sun
08b9e6bee0
HBASE-16300 LruBlockCache.CACHE_FIXED_OVERHEAD should calculate LruBlockCache size correctly
...
Signed-off-by: Yu Li <liyu@apache.org>
2016-07-29 14:29:39 +08:00
Yu Li
96d8dcb6f1
HBASE-16289 AsyncProcess stuck messages need to print region/server
2016-07-29 11:24:48 +08:00
Joseph Hwang
d597e29ec5
HBASE-16096 Backport. Cleanly remove replication peers from ZooKeeper.
...
Signed-off-by: Elliott Clark <eclark@apache.org>
2016-07-28 11:30:20 -07:00
Matteo Bertozzi
7983d2f45b
HBASE-16275 Change ServerManager#onlineServers from ConcurrentHashMap to ConcurrentSkipListMap (Huaxiang Sun)
2016-07-28 11:19:06 -07:00
Matteo Bertozzi
968e464aed
HBASE-16293 TestSnapshotFromMaster#testSnapshotHFileArchiving flakey (Huaxiang Sun)
2016-07-28 10:42:58 -07:00
Joseph Hwang
d349f642c0
HBASE-16262 Backport HBASE-13839: Fix AssgnmentManagerTmpl.jamon issues (coloring, content …etc). Ignoring UI changes provided by HBASE-11344.
...
Signed-off-by: Elliott Clark <eclark@apache.org>
2016-07-27 13:09:28 -07:00
zhangduo
e06bbe4804
HBASE-16280 Use hash based map in SequenceIdAccounting
2016-07-26 16:36:46 +08:00
Phil Yang
7e5b931096
HBASE-16281 TestMasterReplication is flaky
...
Signed-off-by: zhangduo <zhangduo@apache.org>
2016-07-26 11:00:43 +08:00
Phil Yang
f35b2c45d4
HBASE-16266 Do not throw ScannerTimeoutException when catch UnknownScannerException
...
Signed-off-by: zhangduo <zhangduo@apache.org>
Conflicts:
hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestScannerTimeout.java
2016-07-25 22:37:59 +08:00
Stephen Yuan Jiang
a8dd359d7e
HBASE-16008 A robust way deal with early termination of HBCK (Stephen Yuan Jiang)
2016-07-23 20:21:32 -07:00
Joseph Hwang
276acdb0b0
HBASE-16221 Have ThriftScanner update the ConnectionCache's last used time overtime getScannerRow() to keep the connection alive for long lived scanners
...
Signed-off-by: Elliott Clark <eclark@apache.org>
2016-07-22 17:58:56 -07:00
Matteo Bertozzi
24a3d6952c
HBASE-16272 Overflow in ServerName's compareTo method (Huaxiang Sun)
2016-07-22 15:29:19 -07:00
Mikhail Antonov
ce651f5c6d
HBASE-16024 Revert HBASE-15406 from branch-1.3
2016-07-22 14:50:32 -07:00
tedyu
2e537bc4ad
HBASE-15291 Revert due to race condition resulting in closed FileSystem
2016-07-21 03:38:22 -07:00
Enis Soztutar
d86f8a4943
HBASE-16244 LocalHBaseCluster start timeout should be configurable (Siddharth Wagle)
2016-07-19 14:12:54 -07:00
Dima Spivak
82ddc931fb
HBASE-16241 Allow specification of annotations to use when running check_compatibility.sh
...
* Also some trivial cleanup of spacing to undo poor formatting decisions
of the past.
Signed-off-by: stack <stack@apache.org>
Signed-off-by: Sean Busbey <busbey@apache.org>
2016-07-19 07:30:10 -05:00
stack
c3fba60842
HBASE-16236 Typo in javadoc of InstancePending (Hiroshi Ikeda)
2016-07-18 22:26:59 -07:00
stack
f83c2345bb
HBASE-16238 It's useless to catch SESSIONEXPIRED exception and retry in RecoverableZooKeeper (Allan Yang)
2016-07-18 14:36:39 -07:00
tedyu
fd8460a4cf
HBASE-16237 Blocks for hbase:meta table are not cached in L1 cache (Lars George and Ted Yu)
2016-07-18 10:12:52 -07:00
tedyu
630a1a41df
HBASE-16172 Unify the retry logic in ScannerCallableWithReplicas and RpcRetryingCallerWithReadReplicas
2016-07-18 06:54:09 -07:00
Ramkrishna
cfc22ec1ec
HBASE-16189 [Rolling Upgrade] 2.0 hfiles cannot be opened by 1.x servers
...
(Ram)
2016-07-18 10:16:23 +05:30
Phil Yang
1e3bce943b
HBASE-16144 Replication queue's lock will live forever if RS acquiring the lock has died prematurely
2016-07-18 09:34:45 +08:00
tedyu
40204eb0c1
HBASE-16235 TestSnapshotFromMaster#testSnapshotHFileArchiving will fail if there are too many hfiles (ChiaPing Tsai)
2016-07-16 16:36:55 -07:00
Gary Helmling
9dbeb593b5
HBASE-16231 Support client keytab login for integration tests
2016-07-15 16:38:36 -07:00
Enis Soztutar
09c7b1e962
HBASE-16095 Add priority to TableDescriptor and priority region open thread pool
...
Conflicts:
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/RSRpcServices.java
2016-07-13 18:23:05 -07:00
Apekshit Sharma
8cf6adae72
HBASE-16227 [Shell] Column value formatter not working in scans.
...
Tested : manually using shell.
Change-Id: I9eef7efa68393a762ec872447f8e36dfc6d6f1bc
2016-07-13 14:15:20 -07:00
Yu Li
95d141f382
HBASE-16195 Should not add chunk into chunkQueue if not using chunk pool in HeapMemStoreLAB
2016-07-13 09:34:34 +08:00
Andrew Purtell
7c4c51f2c7
HBASE-16220 Demote log level for "HRegionFileSystem - No StoreFiles for" messages to TRACE
2016-07-12 17:00:09 -07:00
Enis Soztutar
16be7bba53
HBASE-16211 JMXCacheBuster restarting the metrics system might cause tests to hang
2016-07-12 13:43:58 -07:00
Matteo Bertozzi
1765988609
HBASE-16092 Procedure v2 - complete child procedure support
2016-07-12 11:05:36 -07:00
Matteo Bertozzi
36a48a3cf9
HBASE-16207 can't restore snapshot without "Admin" permission
2016-07-12 05:55:07 -07:00