yihua commented on issue #7590: URL: https://github.com/apache/hudi/issues/7590#issuecomment-1370358130
Hi @koochiswathiTR Thanks for raising the issue. Could you share the Hudi write configs for this job? It looks like that the timeline server failed to start due to the underlying Javalin server: `java.lang.RuntimeException: java.io .IOException: Too many open files at io.javalin.Javalin.start(Javalin.java:189 )`. This might be a Javalin issue which cannot start the server with a port. Retrying the same job should get around this. Removing the complained commit file, in this case, may lead to uncommitted data served by queries, as such data has to be rolled back first. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
