You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by "Arpit Agarwal (Jira)" <ji...@apache.org> on 2020/06/04 19:40:00 UTC

[jira] [Resolved] (HDDS-3607) Lot of warnings at DN startup

     [ https://issues.apache.org/jira/browse/HDDS-3607?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Arpit Agarwal resolved HDDS-3607.
---------------------------------
    Resolution: Fixed

> Lot of warnings at DN startup
> -----------------------------
>
>                 Key: HDDS-3607
>                 URL: https://issues.apache.org/jira/browse/HDDS-3607
>             Project: Hadoop Distributed Data Store
>          Issue Type: Improvement
>            Reporter: Istvan Fajth
>            Assignee: Istvan Fajth
>            Priority: Minor
>              Labels: Triaged, pull-request-available
>
> During DataNode startup, when we replay the edits to the StateMachine, a lot of warnings are emitted to the log depending on the amount of replayed transactions, one warning for each. The warning states the edit is ignored at this point in the org.apache.hadoop.ozone.container.keyvalue.impl.BlockManagerImpl class:
> {code}
> WARN org.apache.hadoop.ozone.container.keyvalue.impl.BlockManagerImpl: blockCommitSequenceId 1128422 in the Container Db is greater than the supplied value 1120656. Ignoring it
> {code}
> I think as this does not show any problem, and there can be an awful lot from this message just spamming the log at startup, we should move this to DEBUG level instead of WARN.
> Attaching a PR with the change.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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