Andrew Purtell
|
c179d5144f
|
HBASE-19239 Fix findbugs and error-prone issues
Fixes for hbase-common
|
2017-11-17 15:20:45 -08:00 |
Michael Stack
|
bda31bbf69
|
HBASE-19260 Add lock back to avoid parallel accessing meta to locate region (Yu Li)
|
2017-11-17 14:26:20 -08:00 |
Michael Stack
|
1bde8656b1
|
HBASE-19276 RegionPlan should correctly implement equals and hashCode
Andrew's patch that adds equals and hash but revamping compare also.
Signed-off-by: Andrew Purtell <apurtell@apache.org>
|
2017-11-16 14:06:46 -08:00 |
Sean Busbey
|
1a8ae5c1ec
|
HBASE-19223 Note availability of Date Tiered Compaction in 1.y release for those upgrading from 0.98
Signed-off-by: Yu Li <liyu@apache.org>
Signed-off-by: Mike Drob <mdrob@apache.org>
|
2017-11-15 10:37:53 -06:00 |
Michael Stack
|
641e797e02
|
HBASE-19245 MultiTableInputFormatBase#getSplits creates a Connection per Table
We make one Connection only instead of a Connection per table (Change is
just moving one line it involves right-shifting body of the function)
|
2017-11-14 21:48:45 -08:00 |
Lars Hofhansl
|
f9833a7802
|
HBASE-12091 Optionally ignore edits for dropped tables for replication.
|
2017-11-14 16:33:12 -08:00 |
zhangduo
|
c0639d271a
|
HBASE-19243 Start mini cluster once before class for TestFIFOCompactionPolicy
|
2017-11-14 15:55:51 +08:00 |
Sean Busbey
|
bac254bd42
|
HBASE-19249 test for "hbase antipatterns" should check _count_ of occurance rather than text of
Signed-off-by: Apekshit Sharma <appy@apache.org>
|
2017-11-13 23:12:19 -06:00 |
Mike Drob
|
dbcda15ae7
|
HBASE-19240 more error-prone results
Signed-off-by: Andrew Purtell <apurtell@apache.org>
|
2017-11-13 18:23:10 -08:00 |
Abhishek Singh Chouhan
|
96b86b71d2
|
HBASE-19215 Incorrect exception handling on the client causes incorrect call timeouts and byte buffer allocations on the server
Signed-off-by: Andrew Purtell <apurtell@apache.org>
|
2017-11-13 16:59:48 -08:00 |
Andrew Purtell
|
45116c8a52
|
HBASE-19250 TestClientClusterStatus is flaky
|
2017-11-13 16:52:36 -08:00 |
Andrew Purtell
|
ef3b59cb7a
|
HBASE-19232 Fix shaded-check-invariants (check-jar-contents) failure on branch-1
|
2017-11-13 10:37:20 -08:00 |
Sean Busbey
|
da8e6153d5
|
HBASE-19227 Nightly job should archive JVM dumpstream files.
Signed-off-by: Michael Stack <stack@apache.org>
|
2017-11-11 18:30:46 -06:00 |
Apekshit Sharma
|
090ded5686
|
HBASE-16459 Remove unused hbase shell --format option
|
2017-11-10 09:52:26 -08:00 |
Andrew Purtell
|
6961526573
|
HBASE-12350 Backport error-prone build support to branch-1 and branch-2
|
2017-11-09 15:34:09 -08:00 |
Sean Busbey
|
a7447e015d
|
HBASE-19228 nightly job should gather machine stats.
Signed-off-by: Michael Stack <stack@apache.org>
|
2017-11-09 15:08:18 -06:00 |
Sean Busbey
|
17ac004add
|
HBASE-19189 Ad-hoc test job for running a subset of tests lots of times
Signed-off-by: Michael Stack <stack@apache.org>
|
2017-11-09 15:08:12 -06:00 |
Mike Drob
|
027ef60a75
|
HBASE-19195 error-prone fixes for client, mr, and server
Signed-off-by: Andrew Purtell <apurtell@apache.org>
|
2017-11-09 11:37:43 -08:00 |
Sean Busbey
|
d1f8fc849a
|
HBASE-19184 Update nightly source artifact check to use git archive for making the tarball.
Signed-off-by: Apekshit Sharma <appy@apache.org>
|
2017-11-09 09:03:32 -06:00 |
Andrew Purtell
|
5f8b9de3f7
|
HBASE-19217 Update supplemental-models.xml for jetty-sslengine
|
2017-11-08 09:28:23 -08:00 |
Andrew Purtell
|
c5e60d16b4
|
HBASE-19194 TestRSGroupsBase has some always false checks
|
2017-11-07 17:14:03 -08:00 |
Guangxu Cheng
|
dc1310f487
|
HBASE-19088 move_tables_rsgroup will throw an exception when the table is disabled
Signed-off-by: Andrew Purtell <apurtell@apache.org>
|
2017-11-07 17:14:03 -08:00 |
huzheng
|
264cf0d473
|
HBASE-18993 Backport patches in HBASE-18410 to branch-1.x branches
Signed-off-by: Andrew Purtell <apurtell@apache.org>
|
2017-11-07 14:00:27 -08:00 |
Andrew Purtell
|
c5ab70d193
|
HBASE-19203 Update Hadoop version used for build to 2.7.4 (from 2.5.1)
|
2017-11-07 12:35:46 -08:00 |
Michael Stack
|
045c02d178
|
HBASE-19182 Add deprecation in branch-1 for hbase-prefix-tree so some heads up it removed in hbase2
|
2017-11-07 11:13:37 -08:00 |
Michael Stack
|
ca68d77862
|
HBASE-19198 TestIPv6NIOServerSocketChannel fails; unable to bind
|
2017-11-06 21:21:34 -08:00 |
Michael Stack
|
a2ae58f6ee
|
HBASE-19102 TestZooKeeperMainServer fails with KeeperException
Reapplication after fixing compile issue.
|
2017-11-06 20:40:14 -08:00 |
Peter Somogyi
|
f4b34675cf
|
HBASE-18996 Backport HBASE-17703 (TestThriftServerCmdLine is flaky in master branch) to branch-1
Signed-off-by: Chia-Ping Tsai <chia7712@gmail.com>
|
2017-11-06 11:52:46 +08:00 |
Chia-Ping Tsai
|
56fd75e8e2
|
HBASE-19131 Add the ClusterStatus hook and cleanup other hooks which can be replaced by ClusterStatus hook
|
2017-11-05 09:55:10 +08:00 |
Andrew Purtell
|
51b65707b3
|
HBASE-19173 Configure IntegrationTestRSGroup automatically for minicluster mode
|
2017-11-03 23:27:52 -07:00 |
Andrew Purtell
|
1e227acd65
|
HBASE-19144 [RSgroups] Retry assignments in FAILED_OPEN state when servers (re)join the cluster
|
2017-11-03 15:05:24 -07:00 |
Sean Busbey
|
e61f6ff0ec
|
HBASE-19097 update nightly tests to use Apache Yetus 0.6.0
Signed-off-by: Michael Stack <stack@apache.org>
|
2017-11-03 15:33:22 -05:00 |
Michael Stack
|
9ad6e0422f
|
Revert "HBASE-19102 TestZooKeeperMainServer fails with KeeperException"
This reverts commit 6547128789 .
|
2017-11-03 12:16:32 -07:00 |
Michael Stack
|
6547128789
|
HBASE-19102 TestZooKeeperMainServer fails with KeeperException
Signed-off-by: Michael Stack <stack@apache.org>
|
2017-11-03 11:49:18 -07:00 |
Sean Busbey
|
27d8a6d126
|
HBASE-19124 Move nightly test of source artifact creation from Jenkinsfile to a script.
Signed-off-by: Apekshit Sharma <appy@apache.org>
|
2017-11-02 15:32:48 -05:00 |
Josh Elser
|
de087931ec
|
HBASE-19156 Remove vestiges of an unused regions-per-server CLI argument
Signed-off-by: Ted Yu <tedyu@apache.org>
Signed-off-by: Michael Stack <stack@apache.org>
|
2017-11-02 15:05:44 -04:00 |
Reid Chan
|
01cb1d99b7
|
HBASE-19118 Use SaslUtil to set Sasl.QOP in 'Thrift'
Signed-off-by: Josh Elser <elserj@apache.org>
|
2017-11-02 00:42:03 -04:00 |
churro
|
61753bd133
|
HBASE-19150 TestSnapshotWithAcl is flaky
Signed-off-by: Andrew Purtell <apurtell@apache.org>
|
2017-11-01 18:17:58 -07:00 |
Artem Ervits
|
b0ff1dd5cb
|
HBASE-19140 hbase-cleanup.sh uses deprecated call to remove files in hdfs
Signed-off-by: tedyu <yuzhihong@gmail.com>
|
2017-11-01 19:16:14 +01:00 |
Sean Busbey
|
54497a88eb
|
HBASE-19137 Nightly test should make junit reports optional rather than attempt archive after reporting.
Signed-off-by: Mike Drob <mdrob@apache.org>
|
2017-11-01 09:57:44 -05:00 |
Andrew Purtell
|
0ac5b33747
|
HBASE-19138 Rare failure in TestLruBlockCache
Wait for the block count to drop to zero after awaiting shutdown of the executor pool
|
2017-10-31 11:36:19 -07:00 |
Andrew Purtell
|
d099263e13
|
HBASE-19129 TestChoreService is flaky
Increase the delta to compensate for environmental variance.
|
2017-10-31 00:08:31 +00:00 |
Andrew Purtell
|
826e11a15d
|
HBASE-19125 TestReplicator is flaky
|
2017-10-30 15:10:26 -07:00 |
Wang, Xinglong
|
ba2632b358
|
HBASE-18602 rsgroup cleanup unassign code
Signed-off-by: Chia-Ping Tsai <chia7712@gmail.com>
|
2017-10-31 03:48:22 +08:00 |
Mike Drob
|
4ff957df08
|
HBASE-18438 Precommit doesn't warn about unused imports
Signed-off-by: Chia-Ping Tsai <chia7712@gmail.com>
|
2017-10-29 20:48:33 +08:00 |
Andrew Purtell
|
0d26ca7dfb
|
HBASE-19113 Restore dropped constants from TableInputFormatBase for compatability
Signed-off-by: Sean Busbey <busbey@apache.org>
|
2017-10-27 15:27:32 -07:00 |
Abhishek Singh Chouhan
|
0697db2207
|
HBASE-19094 NPE in RSGroupStartupWorker.waitForGroupTableOnline during master startup
|
2017-10-27 17:56:01 +05:30 |
Sean Busbey
|
3c62612374
|
HBASE-19098 compatibility checker should handle remotes named something other than 'origin'.
Signed-off-by: Andrew Purtell <apurtell@apache.org>
|
2017-10-26 16:11:09 -05:00 |
QilinCao
|
5376b5b128
|
HBASE-19091 Code annotation wrote BinaryComparator instead of LongComparator
Signed-off-by: Jan Hentschel <jan.hentschel@ultratendency.com>
|
2017-10-26 22:25:45 +02:00 |
Sean Busbey
|
19f74284c1
|
HBASE-19030 nightly runs should attempt to log test results after archiving.
Signed-off-by: Esteban Gutierrez <esteban@apache.org>
|
2017-10-25 10:34:06 -05:00 |