[
https://issues.apache.org/jira/browse/HDFS-13657?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Wei-Chiu Chuang reassigned HDFS-13657:
--------------------------------------
Assignee: Wang XL
> INodeId's LAST_RESERVED_ID may not as expected and the comment is misleading
> -----------------------------------------------------------------------------
>
> Key: HDFS-13657
> URL: https://issues.apache.org/jira/browse/HDFS-13657
> Project: Hadoop HDFS
> Issue Type: Bug
> Components: namenode
> Affects Versions: 3.1.0, 2.7.7
> Reporter: Wang XL
> Assignee: Wang XL
> Priority: Trivial
> Attachments: HDFS-13657-trunk.001.patch
>
>
> The comment of class INodeId is misleading. In the comment, Id 1 to 1000 are
> reserved for potential future usage, but code\{{public static final long
> LAST_RESERVED_ID = 2 << 14 - 1}} will result 1 to 16384 are reserved. At the
> same time , operator '-' priority is higher than '<<', {{2 << 14 - 1}} is not
> equal to {{(2 <<14) - 1}}.
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]