Skip to content

HBASE-23128 Restore Region interface compatibility - #694

Closed
apurtell wants to merge 1 commit into
apache:branch-1from
apurtell:HBASE-23128-branch-1
Closed

HBASE-23128 Restore Region interface compatibility#694
apurtell wants to merge 1 commit into
apache:branch-1from
apurtell:HBASE-23128-branch-1

Conversation

@apurtell

Copy link
Copy Markdown
Contributor

Restore and deprecate Region#bulkLoadHFiles(Collection<Pair<byte[],String>>, boolean,
Region.BulkLoadListener).
Warn if invoked.

Restore and deprecate Region#bulkLoadHFiles(Collection<Pair<byte[],String>>, boolean,
Region.BulkLoadListener).
Warn if invoked.
@apurtell

Copy link
Copy Markdown
ContributorAuthor

I'm going to merge this as soon as the compat report verifies the issue with Region is fixed so I can get out the 1.5.0 RC4 but we can always circle back if there's something that needs changing.

@apurtellapurtell closed this Oct 7, 2019
@apurtell
apurtell deleted the HBASE-23128-branch-1 branch October 7, 2019 19:37
@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
💙reexec0m 36sDocker mode activated.
_ Prechecks _
💚dupname0m 0sNo case conflicting files found.
💚hbaseanti0m 0sPatch does not have any anti-patterns.
💚@author0m 0sThe patch does not contain any @author tags.
💛test4tests0m 0sThe patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch.
_ branch-1 Compile Tests _
💚mvninstall8m 22sbranch-1 passed
💚compile0m 42sbranch-1 passed with JDK v1.8.0_222
💚compile0m 48sbranch-1 passed with JDK v1.7.0_232
💚checkstyle1m 53sbranch-1 passed
💚shadedjars3m 7sbranch has no errors when building our shaded downstream artifacts.
💚javadoc0m 37sbranch-1 passed with JDK v1.8.0_222
💚javadoc0m 40sbranch-1 passed with JDK v1.7.0_232
💙spotbugs3m 1sUsed deprecated FindBugs config; considering switching to SpotBugs.
💚findbugs2m 59sbranch-1 passed
_ Patch Compile Tests _
💚mvninstall2m 2sthe patch passed
💚compile0m 41sthe patch passed with JDK v1.8.0_222
💚javac0m 41sthe patch passed
💚compile0m 46sthe patch passed with JDK v1.7.0_232
💚javac0m 46sthe patch passed
💔checkstyle1m 48shbase-server: The patch generated 3 new + 374 unchanged - 0 fixed = 377 total (was 374)
💚whitespace0m 0sThe patch has no whitespace issues.
💚shadedjars3m 4spatch has no errors when building our shaded downstream artifacts.
💚hadoopcheck5m 9sPatch does not cause any errors with Hadoop 2.8.5 2.9.2.
💚javadoc0m 30sthe patch passed with JDK v1.8.0_222
💚javadoc0m 41sthe patch passed with JDK v1.7.0_232
💚findbugs3m 4sthe patch passed
_ Other Tests _
💚unit119m 47shbase-server in the patch passed.
💚asflicense0m 28sThe patch does not generate ASF License warnings.
161m 25s
SubsystemReport/Notes
DockerClient=19.03.2 Server=19.03.2 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-694/1/artifact/out/Dockerfile
GITHUB PR#694
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux f8eb9d19ec2c 4.15.0-54-generic #58-Ubuntu SMP Mon Jun 24 10:55:24 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
Build toolmaven
Personality/home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-694/out/precommit/personality/provided.sh
git revisionbranch-1 / 3966d0f
Default Java1.7.0_232
Multi-JDK versions/usr/lib/jvm/zulu-8-amd64:1.8.0_222 /usr/lib/jvm/zulu-7-amd64:1.7.0_232
checkstylehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-694/1/artifact/out/diff-checkstyle-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-694/1/testReport/
Max. process+thread count4049 (vs. ulimit of 10000)
modulesC: hbase-server U: hbase-server
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-694/1/console
versionsgit=1.9.1 maven=3.0.5 findbugs=3.0.1
Powered byApache Yetus 0.11.0 https://yetus.apache.org

This message was automatically generated.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@apurtell@Apache-HBase