Alex Leblang
96ebab748f
HBASE-20106 [api compliance chacker] Fix Bug Where Branch Isn't Found
...
While git rev-parse, sometimes the branch cannot be found unless
the remote is specified. This fix tries to use "origin" if the
remote is not specified and the branch is not found.
Signed-off-by: Sean Busbey <busbey@apache.org>
2018-02-28 11:52:15 -06:00
Vladimir Rodionov
6cfa208add
HBASE-17825: Backup further optimizations
...
Signed-off-by: Josh Elser <elserj@apache.org>
2018-02-28 09:14:15 -05:00
Chia-Ping Tsai
62ee7d9502
HBASE-20097 Merge TableDescriptors#getAll and TableDescriptors#getAllDescriptors into one
...
Signed-off-by: tedyu <yuzhihong@gmail.com>
2018-02-28 15:21:21 +08:00
Chia-Ping Tsai
197bd79070
HBASE-20084 Refactor the RSRpcServices#doBatchOp
...
Signed-off-by: tedyu <yuzhihong@gmail.com>
2018-02-28 15:15:34 +08:00
Chia-Ping Tsai
7f6e971c4c
HBASE-20093 Replace ServerLoad by ServerMetrics for ServerManager
...
Signed-off-by: tedyu <yuzhihong@gmail.com>
2018-02-28 14:57:50 +08:00
Michael Stack
ba063abd2f
HBASE-20100 TestEnableTableProcedure flakey
...
Allow OPEN as a possible state when update region transition state.
Usually state is OPENING but if crash before finish step is completed,
on replay, master may have read that the state is OPEN from meta table
and so will think it open... When we replay the procedure finish, allow
that the region is already OPEN.
2018-02-27 14:51:21 -08:00
BELUGA BEHR
f01c90bc0e
HBASE-19614 Use ArrayDeque as Queue instead of LinkedList in CompoundBloomFilterWriter
...
Signed-off-by: Apekshit Sharma <appy@apache.org>
2018-02-27 11:50:52 -08:00
gsheffi
0fa5d69fc7
HBASE-20074 [FindBugs] Same code on both branches in CompactingMemStore#initMemStoreCompactor
...
Signed-off-by: Michael Stack <stack@apache.org>
2018-02-27 11:21:40 -06:00
Sean Busbey
e4ce38df32
Revert "for creating patch HBASE-20074-V01.patch"
...
This reverts commit 73028d5bd9
.
bad commit message
2018-02-27 11:20:54 -06:00
Josh Elser
3443aa96b4
HBASE-20088 Update NOTICE.txt year
...
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2018-02-27 09:52:30 -05:00
Josh Elser
e47d1e443e
HBASE-20089 Use the ASF recommended naming for SHA512 xsum files
...
Signed-off-by: Andrew Purtell <apurtell@apache.org>
Signed-off-by: Michael Stack <stack@apache.org>
2018-02-27 09:51:10 -05:00
Chia-Ping Tsai
dbd8013057
HBASE-20092 Fix TestRegionMetrics#testRegionMetrics
...
Signed-off-by: Michael Stack <stack@apache.org>
Signed-off-by: tedyu <yuzhihong@gmail.com>
2018-02-27 16:48:17 +08:00
zhangduo
f06a89b531
HBASE-20066 Region sequence id may go backward after split or merge
2018-02-27 15:33:07 +08:00
Michael Stack
d272ac908c
HBASE-20069 fix existing findbugs errors in hbase-server; ADDENDUM Address review
2018-02-26 23:16:21 -08:00
tedyu
d3aefe7834
HBASE-20086 PE randomSeekScan fails with ClassNotFoundException
2018-02-26 18:29:35 -08:00
Michael Stack
b11e506664
HBASE-20069 fix existing findbugs errors in hbase-server
2018-02-26 16:01:31 -08:00
gsheffi
73028d5bd9
for creating patch HBASE-20074-V01.patch
...
Signed-off-by: Michael Stack <stack@apache.org>
2018-02-26 09:57:22 -08:00
Vasudevan
7cfb46432f
HBASE-20036 TestAvoidCellReferencesIntoShippedBlocks timed out (Ram)
2018-02-26 22:07:42 +05:30
haxiaolin
a29b3caf4d
HBASE-19974 Fix decommissioned servers cannot be removed by remove_servers_rsgroup methods
...
Signed-off-by: tedyu <yuzhihong@gmail.com>
2018-02-26 07:30:56 -08:00
zhangduo
2beda62a10
HBASE-20083 Fix findbugs error for ReplicationSyncUp
2018-02-26 22:13:13 +08:00
zhangduo
8c74d177f6
HBASE-20082 Fix findbugs errors only on master which are introduced by HBASE-19397
2018-02-26 15:50:51 +08:00
Reid Chan
a34f129aff
HBASE-20019 Document the ColumnValueFilter
...
Signed-off-by: Chia-Ping Tsai <chia7712@gmail.com>
2018-02-26 14:59:42 +08:00
zhangduo
a8471bd987
HBASE-20065 Addendum remove wrong comment
2018-02-26 09:48:41 +08:00
Michael Stack
549a6d93d4
HBASE-20043 ITBLL fails against hadoop3
...
Fix MoveRandomRegionOfTableAction. It depended on old AM behavior.
Make it do explicit move as is required in AMv3; w/o it, it was just
closing region causing test to fail.
Fix pom so hadoop3 profile specifies a different netty3 version.
Bunch of logging format change that came of trying trying to read
the spew from this test.
2018-02-24 17:29:54 -08:00
zhangduo
ba5fb53d14
HBASE-20065 Revisit the timestamp usage in MetaTableAccessor
2018-02-25 09:13:56 +08:00
Sean Busbey
f08880573e
HBASE-20073 remove 1.1 references from website landing pages
...
Signed-off-by: Michael Stack <stack@apache.org>
2018-02-24 16:47:57 -06:00
Sean Busbey
77e61ccbba
HBASE-19583 update RM list to remove EOM versions
...
Signed-off-by: Michael Stack <stack@apache.org>
2018-02-24 16:46:51 -06:00
Sean Busbey
f90b47e3b0
HBASE-20061 HStore synchronized member variable filesCompacting should be private
...
Signed-off-by: Chia-Ping Tsai <chia7712@gmail.com>
2018-02-24 10:57:01 -06:00
Artem Ervits
bbbfeae25e
HBASE-19157 IntegrationTestBackupRestore should warn about missing config
...
Signed-off-by: tedyu <yuzhihong@gmail.com>
2018-02-23 19:18:50 -08:00
tedyu
9a7645360b
HBASE-20054 Forward port HBASE-18282 ReplicationLogCleaner can delete WALs not yet replicated in case of KeeperException
2018-02-23 19:14:52 -08:00
Sean Busbey
216d2d4648
Revert "HBASE-19835 Use explicit casting to avoid side effects"
...
This reverts commit f1a81618fd
.
Conflicts:
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HStore.java
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/Segment.java
patch reverted changes that happened in parallel without explanation. see jira.
2018-02-23 16:50:15 -06:00
zhangduo
ad5cd50dfc
HBASE-20048 Revert serial replication feature
2018-02-23 13:58:31 +08:00
Toshihiro Suzuki
1bc996aa50
HBASE-20049 Region replicas of SPLIT and MERGED regions are kept in in-memory states until restarting master
...
Signed-off-by: tedyu <yuzhihong@gmail.com>
2018-02-22 20:06:21 -08:00
Apekshit Sharma
51f7b75f1f
HBASE-19401 Add missing security checks in RSRpcServices
2018-02-22 16:09:53 -08:00
tedyu
d68f697f39
HBASE-20052 TestRegionOpen#testNonExistentRegionReplica fails due to NPE
2018-02-22 12:35:12 -08:00
Peter Somogyi
1fd2a276f6
Add psomogyi as committer
2018-02-22 19:54:03 +01:00
Umesh Agashe
8afa49f5d0
HBASE-19767 Fix for Master web UI shows negative values for Remaining KVs
...
Negative Remaining KVs and progress percent greater than 100 is because CompactionProgress#totalCompactingKVs is sometimes less than CompactionProgress#currentCompactedKVs.
Changes add a getter to CompactionProgress#totalCompactingKVs and from inside getter warning is logged. currentCompactedKVs are return when totalCompactingKVs are less than current.
Signed-off-by: Michael Stack <stack@apache.org>
2018-02-22 10:10:21 -08:00
Michael Stack
3434e99e6c
HBASE-20044 TestClientClusterStatus is flakey"
...
Revert "Revert "HBASE-2004 TestClientClusterStatus is flakey""
This is a revert of a revert, i.e. a reapplication, just so I can fix
the JIRA number.
This reverts commit 6796b8e21f
.
2018-02-22 09:44:04 -08:00
Michael Stack
3d2e9e2125
Revert "HBASE-2004 TestClientClusterStatus is flakey"
...
Revert to fix JIRA number; should be 20044.
This reverts commit 92bb4db9ef
.
2018-02-22 09:44:04 -08:00
Michael Stack
11af33af2a
HBASE-19391 Calling HRegion#initializeRegionInternals from a region replica can still re-create a region directory; ADDEDNDUM to fix TestRegionOpen failure
2018-02-22 09:15:16 -08:00
Mike Drob
aef60a11b5
HBASE-20041 move jersey-1 exclusions to hbase-rest
2018-02-22 09:34:16 -06:00
Josh Elser
4cf846d085
HBASE-20035 Stabilize the flaky TestQuotaStatusRPCs
...
The test will fail if the quota moves to violation before
the second half of the test.
Signed-off-by: Michael Stack <stack@apache.org>
2018-02-22 09:40:20 -05:00
Michael Stack
2440f807bf
Revert "HBASE-19767 Fix for Master web UI shows negative values for Remaining KVs"
...
Applied prematurely.
This reverts commit 61b55166bf
.
2018-02-21 18:02:25 -08:00
zhangduo
b328807d25
HBASE-20038 TestLockProcedure.testTimeout is flakey
2018-02-21 17:24:19 -08:00
Esteban Gutierrez
a0900857c7
HBASE-19391 Calling HRegion#initializeRegionInternals from a region replica can still re-create a region directory
2018-02-21 15:56:36 -08:00
Michael Stack
13223c217c
HBASE-20042 TestRegionServerAbort flakey; ADDENDUM, RETRY
2018-02-21 15:26:21 -08:00
Umesh Agashe
61b55166bf
HBASE-19767 Fix for Master web UI shows negative values for Remaining KVs
...
Negative Remaining KVs and progress percent greater than 100 is because CompactionProgress#totalCompactingKVs is sometimes less than CompactionProgress#currentCompactedKVs.
Changes add a getter to CompactionProgress#totalCompactingKVs and from inside getter warning is logged. currentCompactedKVs are return when totalCompactingKVs are less than current.
2018-02-21 15:14:24 -08:00
Michael Stack
3a3994223c
HBASE-2004 TestClientClusterStatus is flakey
2018-02-21 14:53:31 -08:00
Michael Stack
3f82098d4b
HBASE-20042 TestRegionServerAbort flakey
2018-02-21 13:26:10 -08:00
Andrew Purtell
173a5bf1f1
HBASE-20027 Add test TestClusterPortAssignment
...
LocalHBaseCluster forces random port assignment for sake of concurrent unit test
execution friendliness, but we still need a positive test for RPC and info port
assignment.
2018-02-21 13:12:30 -08:00