[
https://issues.apache.org/jira/browse/HDFS-15804?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17276531#comment-17276531
]
Íñigo Goiri commented on HDFS-15804:
------------------------------------
Yep, it would make sense to add it.
The test might be a little heavy but it should be doable with the current infra.
> Support listOpenFiles API in Router
> -----------------------------------
>
> Key: HDFS-15804
> URL: https://issues.apache.org/jira/browse/HDFS-15804
> Project: Hadoop HDFS
> Issue Type: Bug
> Reporter: Ravuri Sushma sree
> Assignee: Ravuri Sushma sree
> Priority: Major
>
> Currently Router does not support listOpenFiles API and returns null
> @Override
> public BatchedEntries<OpenFileEntry> listOpenFiles(long prevId,
> EnumSet<OpenFilesIterator.OpenFilesType> openFilesTypes, String path)
> throws IOException {
> rpcServer.checkOperation(NameNode.OperationCategory.READ, false);
> return null;
> }
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]