[
https://issues.apache.org/jira/browse/HBASE-27099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17556642#comment-17556642
]
Hudson commented on HBASE-27099:
--------------------------------
Results for branch branch-2
[build #572 on
builds.a.o|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2/572/]:
(/) *{color:green}+1 overall{color}*
----
details (if available):
(/) {color:green}+1 general checks{color}
-- For more information [see general
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2/572/General_20Nightly_20Build_20Report/]
(/) {color:green}+1 jdk8 hadoop2 checks{color}
-- For more information [see jdk8 (hadoop2)
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2/572/JDK8_20Nightly_20Build_20Report_20_28Hadoop2_29/]
(/) {color:green}+1 jdk8 hadoop3 checks{color}
-- For more information [see jdk8 (hadoop3)
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2/572/JDK8_20Nightly_20Build_20Report_20_28Hadoop3_29/]
(/) {color:green}+1 jdk11 hadoop3 checks{color}
-- For more information [see jdk11
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2/572/JDK11_20Nightly_20Build_20Report_20_28Hadoop3_29/]
(/) {color:green}+1 source release artifact{color}
-- See build output for details.
(/) {color:green}+1 client integration test{color}
> In the HFileBlock class, the log printing fspread/fsread cost time unit
> should be milliseconds
> ----------------------------------------------------------------------------------------------
>
> Key: HBASE-27099
> URL: https://issues.apache.org/jira/browse/HBASE-27099
> Project: HBase
> Issue Type: Bug
> Components: HFile
> Affects Versions: 3.0.0-alpha-2, 2.3.7, 2.4.12, 2.5.1
> Reporter: Xiao Zhang
> Assignee: Xiao Zhang
> Priority: Minor
> Fix For: 2.5.0, 2.4.13, 3.0.0-alpha-4
>
>
> In the HFileBlock class
>
> {code:java}
> protected HFileBlock readBlockDataInternal(FSDataInputStream is, long offset,
> long onDiskSizeWithHeaderL, boolean pread, boolean verifyChecksum, boolean
> updateMetrics, boolean intoHeap) throws IOException {
> ...
> long startTime = EnvironmentEdgeManager.currentTime();
> ...
> long duration = EnvironmentEdgeManager.currentTime() - startTime;
> if (updateMetrics) {
> HFile.updateReadLatency(duration, pread);
> }
> ...
> LOG.trace("Read {} in {} ns", hFileBlock, duration);
> ...
> }{code}
> But Environment EdgeManager.currentTime returns milliseconds.
>
>
--
This message was sent by Atlassian Jira
(v8.20.7#820007)