Yang Yu
Yang Yu
Resources are exhausted due to the threads and processes not released when a connection is not alive
Here is my code: ``` python # ... if masquerade_address is not None: handler.masquerade_address = masquerade_address handler.passive_ports = passive_ports server = FTPServer(("0.0.0.0", port), handler) try: server.serve_forever() finally: server.close_all() # ......
Resources are exhausted due to the threads and processes not released when a connection is not alive
I am using version 1.5.3
okay,感谢反馈。我们内部验证修正一下。
> 能否和 hadoop 一样,在同一个级别下不允许创建同名的文件和目录。 或者是提供其他办法来判断是否是文件还是目录,而不是使用 listStatus 方法来判断。 如果方便的话,也欢迎提修复 PR。