[
https://issues.apache.org/jira/browse/HDFS-6763?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14736809#comment-14736809
]
Kihwal Lee commented on HDFS-6763:
----------------------------------
The checkstyle warning is about the file length.
{noformat}
FSNamesystem.java:1: File length is 7,301 lines (max allowed is 2,000)
{noformat}
The failed test cases pass 100% of times when run locally multiple times. The
failures seem indicate issues with the environment.
{noformat}
java.io.IOException: Unable to load OAuth2 connection factory
and
java.lang.NoClassDefFoundError: org/apache/hadoop/fs/XAttr$Builder
{noformat}
> Initialize file system-wide quota once on transitioning to active
> -----------------------------------------------------------------
>
> Key: HDFS-6763
> URL: https://issues.apache.org/jira/browse/HDFS-6763
> Project: Hadoop HDFS
> Issue Type: Bug
> Components: ha, namenode
> Reporter: Daryn Sharp
> Assignee: Kihwal Lee
> Labels: BB2015-05-TBR
> Attachments: HDFS-6763.patch, HDFS-6763.v2.patch, HDFS-6763.v3.patch
>
>
> {{FSImage#loadEdits}} calls {{updateCountForQuota}} to recalculate & verify
> quotas for the entire namespace. A standby NN using shared edits calls this
> method every minute. The standby may appear to "hang" for many seconds.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)