Skip to content

HBASE-23224 Delete the TODO tag - #768

Closed
q977734161 wants to merge 2 commits into
apache:masterfrom
q977734161:master
Closed

HBASE-23224 Delete the TODO tag#768
q977734161 wants to merge 2 commits into
apache:masterfrom
q977734161:master

Conversation

@q977734161

Copy link
Copy Markdown
Contributor

HBASE-23224 Delete the TODO ("get rid of allocations") tag in the WALProcedureStore class

HBASE-23224 Delete the TODO ("get rid of allocations") tag in the WALProcedureStore class
@Apache-HBase

Copy link
Copy Markdown

🎊 +1 overall

VoteSubsystemRuntimeComment
💙reexec1m 10sDocker 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.
_ master Compile Tests _
💚mvninstall5m 56smaster passed
💚compile0m 18smaster passed
💚checkstyle0m 16smaster passed
💚shadedjars5m 9sbranch has no errors when building our shaded downstream artifacts.
💚javadoc0m 18smaster passed
💙spotbugs0m 47sUsed deprecated FindBugs config; considering switching to SpotBugs.
💚findbugs0m 45smaster passed
_ Patch Compile Tests _
💚mvninstall6m 5sthe patch passed
💚compile0m 21sthe patch passed
💚javac0m 21sthe patch passed
💚checkstyle0m 16sthe patch passed
💚whitespace0m 0sThe patch has no whitespace issues.
💚shadedjars5m 22spatch has no errors when building our shaded downstream artifacts.
💚hadoopcheck17m 33sPatch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
💚javadoc0m 15sthe patch passed
💚findbugs0m 47sthe patch passed
_ Other Tests _
💚unit3m 36shbase-procedure in the patch passed.
💚asflicense0m 12sThe patch does not generate ASF License warnings.
55m 15s
SubsystemReport/Notes
DockerClient=19.03.4 Server=19.03.4 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-768/1/artifact/out/Dockerfile
GITHUB PR#768
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux 9c3d361ce911 4.15.0-66-generic #75-Ubuntu SMP Tue Oct 1 05:24:09 UTC 2019 x86_64 GNU/Linux
Build toolmaven
Personality/home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-768/out/precommit/personality/provided.sh
git revisionmaster / d7deafa
Default Java1.8.0_181
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-768/1/testReport/
Max. process+thread count266 (vs. ulimit of 10000)
modulesC: hbase-procedure U: hbase-procedure
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-768/1/console
versionsgit=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
Powered byApache Yetus 0.11.0 https://yetus.apache.org

This message was automatically generated.

syncMetricsQueueIndex = 0;
}
syncMetrics = syncMetricsQueue.get(syncMetricsQueueIndex);
syncMetricsQueueIndex ++;

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.

should be syncMetricsQueueIndex++; ?

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.

Yes, syncMetricsQueueIndex ++ in order reuse next SyncMetrics Object in syncMetricsQueue.

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

@q977734161@Apache-HBase@xcangCRM