[
https://issues.apache.org/jira/browse/HDFS-16125?focusedWorklogId=621768&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-621768
]
ASF GitHub Bot logged work on HDFS-16125:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 13/Jul/21 00:39
Start Date: 13/Jul/21 00:39
Worklog Time Spent: 10m
Work Description: xinglin opened a new pull request #3197:
URL: https://github.com/apache/hadoop/pull/3197
fixed the issue that iterator will visit the first partition twice.
also fixed a typo in readTopdUnlock and removed the unused rootDir Inode in
PartitionedGSet constructor.
added TestPartitionedGSet.java.
`mvn test -Dtest=TestPartitionedGSet ` passed.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 621768)
Remaining Estimate: 0h
Time Spent: 10m
> fix the iterator for PartitionedGSet
> -------------------------------------
>
> Key: HDFS-16125
> URL: https://issues.apache.org/jira/browse/HDFS-16125
> Project: Hadoop HDFS
> Issue Type: Bug
> Components: hdfs, namenode
> Reporter: Xing Lin
> Priority: Minor
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Iterator in PartitionedGSet would visit the first partition twice, since we
> did not set the keyIterator to move to the first key during initialization.
>
> This is related to fgl: https://issues.apache.org/jira/browse/HDFS-14703
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]