I'm trying to make concurrent calls to InetAddress.getAllByName in my native image. However, some of them hang forever in WAITING state on java.net.InetAddress.checkLookupTable. I've written minimal ...
We use Spark to store a file to ObjectStore using this connector. This issue occurs when a file/folder has special characters. It is observed for *,$,^,?,+,| but not limited to these. Analysis: The ...