Ravuri Sushma sree created HDFS-15804: -----------------------------------------
Summary: 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 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: hdfs-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org