You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-issues@hadoop.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/06/09 00:21:00 UTC

[jira] [Work logged] (HDFS-16627) improve BPServiceActor#register Log Add NN Addr

     [ https://issues.apache.org/jira/browse/HDFS-16627?focusedWorklogId=779720&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-779720 ]

ASF GitHub Bot logged work on HDFS-16627:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 09/Jun/22 00:20
            Start Date: 09/Jun/22 00:20
    Worklog Time Spent: 10m 
      Work Description: slfan1989 opened a new pull request, #4419:
URL: https://github.com/apache/hadoop/pull/4419

   JIRA:HDFS-16627. improve BPServiceActor#register Log Add NN Addr.
   
   When I read the log, I think the Addr information of NN should be added to make the log information more complete.
   The log is as follows:
   
   ```
   2022-06-06 06:15:32,715 [BP-1990954485-172.17.0.2-1654496132136 heartbeating to localhost/127.0.0.1:42811] INFO  datanode.DataNode (BPServiceActor.java:register(819)) - Block pool BP-1990954485-172.17.0.2-1654496132136 (Datanode Uuid 7d4b5459-6f2b-4203-bf6f-d31bfb9b6c3f) service to localhost/127.0.0.1:42811 beginning handshake with NN.
   
   2022-06-06 06:15:32,717 [BP-1990954485-172.17.0.2-1654496132136 heartbeating to localhost/127.0.0.1:42811] INFO  datanode.DataNode (BPServiceActor.java:register(847)) - Block pool BP-1990954485-172.17.0.2-1654496132136 (Datanode Uuid 7d4b5459-6f2b-4203-bf6f-d31bfb9b6c3f) service to localhost/127.0.0.1:42811 successfully registered with NN. 
   ```




Issue Time Tracking
-------------------

            Worklog Id:     (was: 779720)
    Remaining Estimate: 0h
            Time Spent: 10m

> improve BPServiceActor#register Log Add NN Addr
> -----------------------------------------------
>
>                 Key: HDFS-16627
>                 URL: https://issues.apache.org/jira/browse/HDFS-16627
>             Project: Hadoop HDFS
>          Issue Type: Improvement
>          Components: hdfs
>    Affects Versions: 3.4.0
>            Reporter: fanshilun
>            Assignee: fanshilun
>            Priority: Minor
>             Fix For: 3.4.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> When I read the log, I think the Addr information of NN should be added to make the log information more complete.
> The log is as follows:
> {code:java}
> 2022-06-06 06:15:32,715 [BP-1990954485-172.17.0.2-1654496132136 heartbeating to localhost/127.0.0.1:42811] INFO  datanode.DataNode (BPServiceActor.java:register(819)) - Block pool BP-1990954485-172.17.0.2-1654496132136 (Datanode Uuid 7d4b5459-6f2b-4203-bf6f-d31bfb9b6c3f) service to localhost/127.0.0.1:42811 beginning handshake with NN.
> 2022-06-06 06:15:32,717 [BP-1990954485-172.17.0.2-1654496132136 heartbeating to localhost/127.0.0.1:42811] INFO  datanode.DataNode (BPServiceActor.java:register(847)) - Block pool BP-1990954485-172.17.0.2-1654496132136 (Datanode Uuid 7d4b5459-6f2b-4203-bf6f-d31bfb9b6c3f) service to localhost/127.0.0.1:42811 successfully registered with NN. {code}



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-help@hadoop.apache.org