Details
Description
We don't verify the validation of param path in listOpenFiles(). The admin might accidentally passe a path with schema and find there is no open files while there actually are open files under the path.
I think we can throw an InvalidPathException to remind the caller.