Skip to content

HBASE-23668 Master log start filling with "Flush journal status" messages - #1015

Closed
saintstack wants to merge 1 commit into
apache:branch-2from
saintstack:HBASE-23668.3
Closed

HBASE-23668 Master log start filling with "Flush journal status" messages#1015
saintstack wants to merge 1 commit into
apache:branch-2from
saintstack:HBASE-23668.3

Conversation

@saintstack

Copy link
Copy Markdown
Contributor

…ages"

This reverts commit fb9fa04.
i.e. reapplication of patch that was preamaturely applied.

@Apache-HBase

Copy link
Copy Markdown

🎊 +1 overall

VoteSubsystemRuntimeComment
+0 🆗reexec1m 9sDocker mode activated.
_ Prechecks _
+1 💚dupname0m 0sNo case conflicting files found.
+1 💚hbaseanti0m 0sPatch does not have any anti-patterns.
+1 💚@author0m 0sThe patch does not contain any @author tags.
-0 ⚠️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-2 Compile Tests _
+1 💚mvninstall5m 46sbranch-2 passed
+1 💚compile0m 55sbranch-2 passed
+1 💚checkstyle1m 36sbranch-2 passed
+1 💚shadedjars4m 39sbranch has no errors when building our shaded downstream artifacts.
+1 💚javadoc0m 36sbranch-2 passed
+0 🆗spotbugs3m 45sUsed deprecated FindBugs config; considering switching to SpotBugs.
+1 💚findbugs3m 43sbranch-2 passed
_ Patch Compile Tests _
+1 💚mvninstall5m 23sthe patch passed
+1 💚compile0m 59sthe patch passed
+1 💚javac0m 59sthe patch passed
+1 💚checkstyle1m 31sthe patch passed
+1 💚whitespace0m 0sThe patch has no whitespace issues.
+1 💚shadedjars4m 34spatch has no errors when building our shaded downstream artifacts.
+1 💚hadoopcheck16m 59sPatch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1 💚javadoc0m 36sthe patch passed
+1 💚findbugs3m 56sthe patch passed
_ Other Tests _
+1 💚unit155m 2shbase-server in the patch passed.
+1 💚asflicense0m 28sThe patch does not generate ASF License warnings.
214m 41s
SubsystemReport/Notes
DockerClient=19.03.5 Server=19.03.5 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-1015/1/artifact/out/Dockerfile
GITHUB PR#1015
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux 8fd55380d56b 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/Base-PreCommit-GitHub-PR_PR-1015/out/precommit/personality/provided.sh
git revisionbranch-2 / 1217d57
Default Java1.8.0_181
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-1015/1/testReport/
Max. process+thread count4131 (vs. ulimit of 10000)
modulesC: hbase-server U: hbase-server
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-1015/1/console
versionsgit=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
Powered byApache Yetus 0.11.1 https://yetus.apache.org

This message was automatically generated.

@Apache9Apache9 left a comment

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.

I think I can add a UT for this.

You can apply your patch first after changing the minor nits, I will open a new issue to upload the UT.

conf.set(HRegion.WAL_HSYNC_CONF_KEY, conf.get(USE_HSYNC_KEY));
}
conf.setInt(AbstractFSWAL.RING_BUFFER_SLOT_COUNT, IntMath.ceilingPowerOfTwo(16 * numThreads));
conf.setInt(AbstractFSWAL.RING_BUFFER_SLOT_COUNT,

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.

emmmm, why this format change? What is the max line width in your formatter config?

changes > flushPerChanges;
if (flush && LOG.isTraceEnabled()) {
LOG.trace("shouldFlush memStoreSize={}, flushSize={}, changes={}, flushPerChanges={}",
region.getMemStoreHeapSize() + region.getMemStoreOffHeapSize(), flushSize, changes,

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.

These values could change between calls, so I think we'd better store them in a local variable and then log them.

…ages"
This reverts commit fb9fa04.
i.e. reapplication of patch that was preamaturely applied.
@saintstack

Copy link
Copy Markdown
ContributorAuthor

Address @Apache9 nits.

@Apache-HBase

Copy link
Copy Markdown

🎊 +1 overall

VoteSubsystemRuntimeComment
+0 🆗reexec1m 14sDocker mode activated.
_ Prechecks _
+1 💚dupname0m 0sNo case conflicting files found.
+1 💚hbaseanti0m 0sPatch does not have any anti-patterns.
+1 💚@author0m 0sThe patch does not contain any @author tags.
-0 ⚠️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-2 Compile Tests _
+1 💚mvninstall5m 52sbranch-2 passed
+1 💚compile0m 58sbranch-2 passed
+1 💚checkstyle1m 34sbranch-2 passed
+1 💚shadedjars4m 35sbranch has no errors when building our shaded downstream artifacts.
+1 💚javadoc0m 37sbranch-2 passed
+0 🆗spotbugs3m 51sUsed deprecated FindBugs config; considering switching to SpotBugs.
+1 💚findbugs3m 50sbranch-2 passed
_ Patch Compile Tests _
+1 💚mvninstall5m 35sthe patch passed
+1 💚compile1m 1sthe patch passed
+1 💚javac1m 1sthe patch passed
+1 💚checkstyle1m 33sthe patch passed
+1 💚whitespace0m 0sThe patch has no whitespace issues.
+1 💚shadedjars4m 38spatch has no errors when building our shaded downstream artifacts.
+1 💚hadoopcheck16m 57sPatch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1 💚javadoc0m 35sthe patch passed
+1 💚findbugs3m 57sthe patch passed
_ Other Tests _
+1 💚unit155m 55shbase-server in the patch passed.
+1 💚asflicense0m 28sThe patch does not generate ASF License warnings.
216m 10s
SubsystemReport/Notes
DockerClient=19.03.5 Server=19.03.5 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-1015/2/artifact/out/Dockerfile
GITHUB PR#1015
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux d222a57dc4c4 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/Base-PreCommit-GitHub-PR_PR-1015/out/precommit/personality/provided.sh
git revisionbranch-2 / 1217d57
Default Java1.8.0_181
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-1015/2/testReport/
Max. process+thread count4606 (vs. ulimit of 10000)
modulesC: hbase-server U: hbase-server
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-1015/2/console
versionsgit=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
Powered byApache Yetus 0.11.1 https://yetus.apache.org

This message was automatically generated.

@saintstack

Copy link
Copy Markdown
ContributorAuthor

Manually merged to branch-2 and master.

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

@saintstack@Apache-HBase@Apache9