Felix N created HDFS-17632:
------------------------------
Summary: Support listOpenFiles for routers
Key: HDFS-17632
URL: https://issues.apache.org/jira/browse/HDFS-17632
Project: Hadoop HDFS
Issue Type: Improvement
Reporter: Felix N
Assignee: Felix N
{code:java}
@Override
public BatchedEntries<OpenFileEntry> listOpenFiles(long prevId,
EnumSet<OpenFilesIterator.OpenFilesType> openFilesTypes, String path)
throws IOException {
rpcServer.checkOperation(NameNode.OperationCategory.READ, false);
return null;
} {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]