Skip to content

HBASE-22610 [BucketCache] Rename hbase.offheapcache.minblocksize. - #386

Merged
Reidddddd merged 4 commits into
apache:masterfrom
murtazahassan123:HBASE-22610
Jul 23, 2019
Merged

HBASE-22610 [BucketCache] Rename hbase.offheapcache.minblocksize.#386
Reidddddd merged 4 commits into
apache:masterfrom
murtazahassan123:HBASE-22610

Conversation

@murtazahassan123

Copy link
Copy Markdown
Contributor

No description provided.

@murtazahassan123

Copy link
Copy Markdown
ContributorAuthor

A small comment, i am not sure if these are the required changes for this ticket. But still kindly review when anyone has time. I tried to understand what else i can do but couldnt make other changes.

@Reidddddd

Copy link
Copy Markdown
Contributor

Usually, we don't actual remove an old attribute, the way we prefer is marking the old attribute deprecated, then introduce a new one, and LOG warn message and remind them of the new one when user uses the old attribute.

@murtazahassan123

murtazahassan123 commented Jul 16, 2019

Copy link
Copy Markdown
ContributorAuthor

@Reidddddd
Thanks for the detailed reply. I will look into this and also see if there is an already existing example and how it is preferred.

@Reidddddd

Copy link
Copy Markdown
Contributor

@SyedMurtazaHassan There must be some in codebase, expecting your next pull request.

@murtazahassan123

Copy link
Copy Markdown
ContributorAuthor

@Reidddddd
When you said we dont actually remove the old attribbute does it mean that i should not remove the old attributes which are using this attribute.

For example here is my understanding;
BLOCKCACHE_BLOCKSIZE_KEY will be deprecated and will have a new name like BLOCKCACHE_BLOCKSIZE_KEY_NEW.

Then further in the code BLOCKCACHE_BLOCKSIZE_KEY was used in a variable named blockSize. Now this variable will also be deprecated to something like blockSizeNew and even further in the code blockSize is used in a variable name bucketCache which will also be deprecated to bucketCacheNew.

Is my understanding correct? All the related variables will also be deprecated right?

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec162Docker mode activated.
_ Prechecks _
+1hbaseanti0Patch does not have any anti-patterns.
+1@author0The patch does not contain any @author tags.
-0test4tests0The 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.
_ master Compile Tests _
+1mvninstall262master passed
+1compile52master passed
+1checkstyle69master passed
+1shadedjars282branch has no errors when building our shaded downstream artifacts.
+1findbugs206master passed
+1javadoc35master passed
_ Patch Compile Tests _
+1mvninstall257the patch passed
+1compile55the patch passed
+1javac55the patch passed
+1checkstyle67the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedjars266patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck734Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1findbugs208the patch passed
+1javadoc33the patch passed
_ Other Tests _
-1unit14440hbase-server in the patch failed.
+1asflicense29The patch does not generate ASF License warnings.
17458
SubsystemReport/Notes
DockerClient=18.09.7 Server=18.09.7 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-386/1/artifact/out/Dockerfile
GITHUB PR#386
Optional Testsdupname asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux 848f0a16fe82 4.4.0-137-generic #163-Ubuntu SMP Mon Sep 24 13:14:43 UTC 2018 x86_64 GNU/Linux
Build toolmaven
Personality/testptch/patchprocess/precommit/personality/provided.sh
git revisionmaster / cc38de1
mavenversion: Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T18:33:14Z)
Default Java1.8.0_181
findbugsv3.1.11
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-386/1/artifact/out/patch-unit-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-386/1/testReport/
Max. process+thread count4933 (vs. ulimit of 10000)
modulesC: hbase-server U: hbase-server
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-386/1/console
Powered byApache Yetus 0.9.0 http://yetus.apache.org

This message was automatically generated.

@Reidddddd

Copy link
Copy Markdown
Contributor

Please refer to HBASE-22598, it is a typical example. Codes are better than words.

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec36Docker mode activated.
_ Prechecks _
+1hbaseanti0Patch does not have any anti-patterns.
+1@author0The patch does not contain any @author tags.
-0test4tests0The 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.
_ master Compile Tests _
+1mvninstall248master passed
+1compile51master passed
+1checkstyle64master passed
+1shadedjars258branch has no errors when building our shaded downstream artifacts.
+1findbugs200master passed
+1javadoc31master passed
_ Patch Compile Tests _
+1mvninstall241the patch passed
+1compile52the patch passed
+1javac52the patch passed
+1checkstyle65the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedjars265patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck736Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1findbugs215the patch passed
+1javadoc34the patch passed
_ Other Tests _
-1unit1587hbase-server in the patch failed.
+1asflicense12The patch does not generate ASF License warnings.
4387
ReasonTests
Failed junit testsTEST-null
hadoop.hbase.coprocessor.TestCoprocessorInterface
hadoop.hbase.master.procedure.TestMasterProcedureScheduler
hadoop.hbase.regionserver.TestHRegionInfo
hadoop.hbase.regionserver.TestRecoveredEditsReplayAndAbort
hadoop.hbase.quotas.TestTableQuotaViolationStore
hadoop.hbase.master.snapshot.TestSnapshotManager
SubsystemReport/Notes
DockerClient=18.09.7 Server=18.09.7 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-386/2/artifact/out/Dockerfile
GITHUB PR#386
Optional Testsdupname asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux 3d5671ff9baa 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 GNU/Linux
Build toolmaven
Personality/testptch/patchprocess/precommit/personality/provided.sh
git revisionmaster / 72e58a8
mavenversion: Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T18:33:14Z)
Default Java1.8.0_181
findbugsv3.1.11
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-386/2/artifact/out/patch-unit-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-386/2/testReport/
Max. process+thread count684 (vs. ulimit of 10000)
modulesC: hbase-server U: hbase-server
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-386/2/console
Powered byApache Yetus 0.9.0 http://yetus.apache.org

This message was automatically generated.

…recated old attribute and introduced a new one
@murtazahassan123

Copy link
Copy Markdown
ContributorAuthor

@Reidddddd
Added a new commit. Kindly check when you have time. Thanks.

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec32Docker mode activated.
_ Prechecks _
+1hbaseanti0Patch does not have any anti-patterns.
+1@author0The patch does not contain any @author tags.
-0test4tests0The 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.
_ master Compile Tests _
+1mvninstall255master passed
+1compile53master passed
+1checkstyle67master passed
+1shadedjars270branch has no errors when building our shaded downstream artifacts.
+1findbugs208master passed
+1javadoc34master passed
_ Patch Compile Tests _
+1mvninstall238the patch passed
+1compile52the patch passed
+1javac52the patch passed
-1checkstyle70hbase-server: The patch generated 2 new + 0 unchanged - 0 fixed = 2 total (was 0)
+1whitespace0The patch has no whitespace issues.
+1shadedjars264patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck731Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1findbugs216the patch passed
+1javadoc32the patch passed
_ Other Tests _
+1unit8306hbase-server in the patch passed.
+1asflicense24The patch does not generate ASF License warnings.
11161
SubsystemReport/Notes
DockerClient=18.09.8 Server=18.09.8 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-386/3/artifact/out/Dockerfile
GITHUB PR#386
Optional Testsdupname asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux 783b2d87b4fb 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 GNU/Linux
Build toolmaven
Personality/testptch/patchprocess/precommit/personality/provided.sh
git revisionmaster / 00075ea
mavenversion: Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T18:33:14Z)
Default Java1.8.0_181
findbugsv3.1.11
checkstylehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-386/3/artifact/out/diff-checkstyle-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-386/3/testReport/
Max. process+thread count4770 (vs. ulimit of 10000)
modulesC: hbase-server U: hbase-server
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-386/3/console
Powered byApache Yetus 0.9.0 http://yetus.apache.org

This message was automatically generated.

@Reidddddd

Copy link
Copy Markdown
Contributor

LGTM,will commit tomorrow if no further comment from other members.

package org.apache.hadoop.hbase.io.hfile;

import static org.apache.hadoop.hbase.HConstants.BUCKET_CACHE_IOENGINE_KEY;
import static org.apache.hadoop.hbase.HConstants.BUCKET_CACHE_SIZE_KEY;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why this two configs got deleted?

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I accidentally included import static org.apache.hadoop.hbase.HConstants.* and removed the above two ones and didnt notice that. But now it is clean. Thanks.

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please find the latest commit with the changes.

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec57Docker mode activated.
_ Prechecks _
+1dupname1No case conflicting files found.
+1hbaseanti0Patch does not have any anti-patterns.
+1@author0The patch does not contain any @author tags.
-0test4tests0The 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.
_ master Compile Tests _
+1mvninstall234master passed
+1compile54master passed
+1checkstyle73master passed
+1shadedjars258branch has no errors when building our shaded downstream artifacts.
+1javadoc32master passed
0spotbugs240Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs239master passed
_ Patch Compile Tests _
+1mvninstall237the patch passed
-1compile26hbase-server in the patch failed.
-1javac26hbase-server in the patch failed.
-1checkstyle70hbase-server: The patch generated 2 new + 0 unchanged - 0 fixed = 2 total (was 0)
+1whitespace0The patch has no whitespace issues.
+1shadedjars259patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck717Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1javadoc31the patch passed
+1findbugs238the patch passed
_ Other Tests _
-1unit20180hbase-server in the patch failed.
+1asflicense21The patch does not generate ASF License warnings.
23034
ReasonTests
Failed junit testshadoop.hbase.client.TestSnapshotTemporaryDirectory
hadoop.hbase.TestMetaTableAccessor
hadoop.hbase.client.TestConnection
hadoop.hbase.replication.TestReplicationKillSlaveRSWithSeparateOldWALs
hadoop.hbase.replication.regionserver.TestRegionReplicaReplicationEndpoint
hadoop.hbase.replication.TestReplicationSmallTestsSync
hadoop.hbase.replication.TestReplicationStatusAfterLagging
hadoop.hbase.master.procedure.TestTruncateTableProcedure
hadoop.hbase.client.TestSnapshotDFSTemporaryDirectory
hadoop.hbase.client.TestCloneSnapshotFromClientNormal
hadoop.hbase.util.TestFromClientSide3WoUnsafe
hadoop.hbase.replication.TestReplicationSmallTests
hadoop.hbase.replication.TestReplicationChangingPeerRegionservers
SubsystemReport/Notes
DockerClient=18.09.8 Server=18.09.8 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-386/4/artifact/out/Dockerfile
GITHUB PR#386
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux b316fc8ae318 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 GNU/Linux
Build toolmaven
Personality/home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-386/out/precommit/personality/provided.sh
git revisionmaster / c9293b0
Default Java1.8.0_181
compilehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-386/4/artifact/out/patch-compile-hbase-server.txt
javachttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-386/4/artifact/out/patch-compile-hbase-server.txt
checkstylehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-386/4/artifact/out/diff-checkstyle-hbase-server.txt
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-386/4/artifact/out/patch-unit-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-386/4/testReport/
Max. process+thread count5209 (vs. ulimit of 10000)
modulesC: hbase-server U: hbase-server
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-386/4/console
versionsgit=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
Powered byApache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec53Docker mode activated.
_ Prechecks _
+1dupname0No case conflicting files found.
+1hbaseanti0Patch does not have any anti-patterns.
+1@author0The patch does not contain any @author tags.
-0test4tests0The 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.
_ master Compile Tests _
+1mvninstall313master passed
+1compile71master passed
+1checkstyle89master passed
+1shadedjars354branch has no errors when building our shaded downstream artifacts.
+1javadoc42master passed
0spotbugs323Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs322master passed
_ Patch Compile Tests _
+1mvninstall325the patch passed
+1compile73the patch passed
+1javac73the patch passed
+1checkstyle106the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedjars384patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck1116Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1javadoc41the patch passed
+1findbugs336the patch passed
_ Other Tests _
-1unit17178hbase-server in the patch failed.
+1asflicense35The patch does not generate ASF License warnings.
21277
ReasonTests
Failed junit testshadoop.hbase.regionserver.TestRowTooBig
hadoop.hbase.regionserver.TestAtomicOperation
hadoop.hbase.regionserver.TestMultiColumnScannerWithNoneAndNoDataEncoding
hadoop.hbase.regionserver.TestRegionReplicasAreDistributed
hadoop.hbase.wal.TestFSHLogProvider
TEST-null
hadoop.hbase.regionserver.TestHRegionWithInMemoryFlush
hadoop.hbase.regionserver.TestHRegionFileSystem
hadoop.hbase.regionserver.wal.TestLogRollingNoCluster
hadoop.hbase.replication.regionserver.TestWALEntryStream
hadoop.hbase.regionserver.TestRegionServerAbortTimeout
hadoop.hbase.regionserver.wal.TestLogRollPeriod
hadoop.hbase.wal.TestBoundedRegionGroupingStrategy
hadoop.hbase.regionserver.throttle.TestFlushWithThroughputController
hadoop.hbase.regionserver.TestRegionFavoredNodes
hadoop.hbase.TestPartialResultsFromClientSide
hadoop.hbase.regionserver.compactions.TestCompactedHFilesDischarger
hadoop.hbase.regionserver.TestScannerHeartbeatMessages
hadoop.hbase.replication.regionserver.TestReplicator
hadoop.hbase.wal.TestSyncReplicationWALProvider
hadoop.hbase.coprocessor.TestCoprocessorStop
hadoop.hbase.regionserver.TestLogRoller
hadoop.hbase.regionserver.TestTags
hadoop.hbase.regionserver.wal.TestAsyncFSWAL
hadoop.hbase.regionserver.TestCompactionLifeCycleTracker
hadoop.hbase.wal.TestWALOpenAfterDNRollingStart
hadoop.hbase.regionserver.wal.TestAsyncLogRollPeriod
hadoop.hbase.master.procedure.TestSCPWithReplicas
hadoop.hbase.regionserver.wal.TestWALReplayBoundedLogWriterCreation
hadoop.hbase.replication.regionserver.TestSerialReplicationEndpoint
hadoop.hbase.TestClusterBootOrder
hadoop.hbase.regionserver.wal.TestSecureWALReplay
hadoop.hbase.coprocessor.TestMasterCoprocessorExceptionWithAbort
hadoop.hbase.regionserver.throttle.TestCompactionWithThroughputController
hadoop.hbase.replication.regionserver.TestReplicationSource
hadoop.hbase.regionserver.TestRegionReplicasWithRestartScenarios
hadoop.hbase.io.hfile.TestCacheOnWrite
hadoop.hbase.coprocessor.TestRegionObserverBypass
hadoop.hbase.regionserver.wal.TestLogRolling
hadoop.hbase.wal.TestWALRootDir
hadoop.hbase.regionserver.TestNewVersionBehaviorFromClientSide
hadoop.hbase.wal.TestWALSplitCompressed
hadoop.hbase.regionserver.TestDeleteMobTable
hadoop.hbase.regionserver.TestFSErrorsExposed
hadoop.hbase.regionserver.TestMobStoreScanner
hadoop.hbase.regionserver.wal.TestDurability
hadoop.hbase.TestClusterPortAssignment
hadoop.hbase.wal.TestWALSplit
hadoop.hbase.coprocessor.TestAppendTimeRange
hadoop.hbase.regionserver.TestRegionServerNoMaster
hadoop.hbase.regionserver.TestScannerRetriableFailure
SubsystemReport/Notes
DockerClient=18.09.8 Server=18.09.8 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-386/5/artifact/out/Dockerfile
GITHUB PR#386
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux 665146ecde3a 4.4.0-154-generic #181-Ubuntu SMP Tue Jun 25 05:29:03 UTC 2019 x86_64 GNU/Linux
Build toolmaven
Personality/home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-386/out/precommit/personality/provided.sh
git revisionmaster / c9293b0
Default Java1.8.0_181
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-386/5/artifact/out/patch-unit-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-386/5/testReport/
Max. process+thread count4691 (vs. ulimit of 10000)
modulesC: hbase-server U: hbase-server
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-386/5/console
versionsgit=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
Powered byApache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase

Copy link
Copy Markdown

🎊 +1 overall

VoteSubsystemRuntimeComment
0reexec32Docker mode activated.
_ Prechecks _
+1dupname0No case conflicting files found.
+1hbaseanti0Patch does not have any anti-patterns.
+1@author0The patch does not contain any @author tags.
-0test4tests0The 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.
_ master Compile Tests _
+1mvninstall242master passed
+1compile53master passed
+1checkstyle72master passed
+1shadedjars260branch has no errors when building our shaded downstream artifacts.
+1javadoc32master passed
0spotbugs233Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs230master passed
_ Patch Compile Tests _
+1mvninstall230the patch passed
+1compile52the patch passed
+1javac52the patch passed
+1checkstyle74the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedjars257patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck703Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1javadoc32the patch passed
+1findbugs242the patch passed
_ Other Tests _
+1unit8349hbase-server in the patch passed.
+1asflicense21The patch does not generate ASF License warnings.
11178
SubsystemReport/Notes
DockerClient=18.09.8 Server=18.09.8 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-386/6/artifact/out/Dockerfile
GITHUB PR#386
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux 064117f009de 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 GNU/Linux
Build toolmaven
Personality/home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-386/out/precommit/personality/provided.sh
git revisionmaster / aa9679d
Default Java1.8.0_181
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-386/6/testReport/
Max. process+thread count4833 (vs. ulimit of 10000)
modulesC: hbase-server U: hbase-server
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-386/6/console
versionsgit=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
Powered byApache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@Reidddddd
Reidddddd merged commit fe450b5 into apache:masterJul 23, 2019
@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec64Docker mode activated.
_ Prechecks _
+1dupname0No case conflicting files found.
+1hbaseanti0Patch does not have any anti-patterns.
+1@author0The patch does not contain any @author tags.
-0test4tests0The 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.
_ master Compile Tests _
+1mvninstall271master passed
+1compile56master passed
+1checkstyle78master passed
+1shadedjars297branch has no errors when building our shaded downstream artifacts.
+1javadoc34master passed
0spotbugs248Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs244master passed
_ Patch Compile Tests _
+1mvninstall294the patch passed
+1compile58the patch passed
+1javac58the patch passed
+1checkstyle75the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedjars278patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck792Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1javadoc33the patch passed
+1findbugs253the patch passed
_ Other Tests _
-1unit13737hbase-server in the patch failed.
+1asflicense26The patch does not generate ASF License warnings.
16933
SubsystemReport/Notes
DockerClient=19.03.0 Server=19.03.0 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-386/9/artifact/out/Dockerfile
GITHUB PR#386
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux 02c2786b8a6e 4.4.0-137-generic #163-Ubuntu SMP Mon Sep 24 13:14:43 UTC 2018 x86_64 GNU/Linux
Build toolmaven
Personality/home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-386/out/precommit/personality/provided.sh
git revisionmaster / 9615c64
Default Java1.8.0_181
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-386/9/artifact/out/patch-unit-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-386/9/testReport/
Max. process+thread count4655 (vs. ulimit of 10000)
modulesC: hbase-server U: hbase-server
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-386/9/console
versionsgit=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
Powered byApache Yetus 0.10.0 http://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.

3 participants

@murtazahassan123@Reidddddd@Apache-HBase