With-winds opened a new issue, #6407: URL: https://github.com/apache/hudi/issues/6407
**_Tips before filing an issue_** - Have you gone through our [FAQs](https://hudi.apache.org/learn/faq/)? - Join the mailing list to engage in conversations and get faster support at [email protected]. - If you have triaged this as a bug, then file an [issue](https://issues.apache.org/jira/projects/HUDI/issues) directly. **Describe the problem you faced** The job runs normally and the data can be written in, but there will be exceptions. Will this have any impact? TableType: COW Submit command: flink run-application -t yarn-application ... -c org.apache.hudi.streamer.HoodieFlinkStreamer hudi-flink1.14-bundle_2.11-0.11.0.jar ... **To Reproduce** **Expected behavior** A clear and concise description of what you expected to happen. **Environment Description** * Hudi version : 0.11.0 * Flink version : 1.14.4 * Hive version : 1.2.1 * Hadoop version : 2.7.5 * Storage (HDFS/S3/GCS..) : HDFS * Running on Docker? (yes/no) : no **Additional context** **Stacktrace** ``` 2022-08-16 14:26:18,607 ERROR org.apache.hudi.timeline.service.RequestHandler [] - Got runtime exception servicing request basepath=%2Fapps%2Fhive%2Fwarehouse%2Fods_rt.db%2Fdemo&lastinstantts=20220816142041870&timelinehash=a130f3fba8052cc4c1ca32194348645fd8cb6fbf21529b173617f0703db5bc60 java.lang.NullPointerException: null at org.apache.hudi.common.table.view.HoodieTableFileSystemView.fetchPendingCompactionOperations(HoodieTableFileSystemView.java:275) ~[hudi-flink1.14-bundle_2.11-0.11.0.jar:0.11.0] at org.apache.hudi.common.table.view.AbstractTableFileSystemView.getPendingCompactionOperations(AbstractTableFileSystemView.java:467) ~[hudi-flink1.14-bundle_2.11-0.11.0.jar:0.11.0] at org.apache.hudi.timeline.service.handlers.FileSliceHandler.getPendingCompactionOperations(FileSliceHandler.java:86) ~[hudi-flink1.14-bundle_2.11-0.11.0.jar:0.11.0] at org.apache.hudi.timeline.service.RequestHandler.lambda$registerFileSlicesAPI$17(RequestHandler.java:374) ~[hudi-flink1.14-bundle_2.11-0.11.0.jar:0.11.0] at org.apache.hudi.timeline.service.RequestHandler$ViewHandler.handle(RequestHandler.java:501) ~[hudi-flink1.14-bundle_2.11-0.11.0.jar:0.11.0] at io.javalin.security.SecurityUtil.noopAccessManager(SecurityUtil.kt:22) ~[hudi-flink1.14-bundle_2.11-0.11.0.jar:0.11.0] at io.javalin.Javalin.lambda$addHandler$0(Javalin.java:606) ~[hudi-flink1.14-bundle_2.11-0.11.0.jar:0.11.0] at io.javalin.core.JavalinServlet$service$2$1.invoke(JavalinServlet.kt:46) [hudi-flink1.14-bundle_2.11-0.11.0.jar:0.11.0] at io.javalin.core.JavalinServlet$service$2$1.invoke(JavalinServlet.kt:17) [hudi-flink1.14-bundle_2.11-0.11.0.jar:0.11.0] at io.javalin.core.JavalinServlet$service$1.invoke(JavalinServlet.kt:143) [hudi-flink1.14-bundle_2.11-0.11.0.jar:0.11.0] at io.javalin.core.JavalinServlet$service$2.invoke(JavalinServlet.kt:41) [hudi-flink1.14-bundle_2.11-0.11.0.jar:0.11.0] at io.javalin.core.JavalinServlet.service(JavalinServlet.kt:107) [hudi-flink1.14-bundle_2.11-0.11.0.jar:0.11.0] at io.javalin.core.util.JettyServerUtil$initialize$httpHandler$1.doHandle(JettyServerUtil.kt:72) [hudi-flink1.14-bundle_2.11-0.11.0.jar:0.11.0] at org.apache.hudi.org.apache.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203) [hudi-flink1.14-bundle_2.11-0.11.0.jar:0.11.0] at org.apache.hudi.org.apache.jetty.servlet.ServletHandler.doScope(ServletHandler.java:480) [hudi-flink1.14-bundle_2.11-0.11.0.jar:0.11.0] at org.apache.hudi.org.apache.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1668) [hudi-flink1.14-bundle_2.11-0.11.0.jar:0.11.0] at org.apache.hudi.org.apache.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201) [hudi-flink1.14-bundle_2.11-0.11.0.jar:0.11.0] at org.apache.hudi.org.apache.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1247) [hudi-flink1.14-bundle_2.11-0.11.0.jar:0.11.0] at org.apache.hudi.org.apache.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144) [hudi-flink1.14-bundle_2.11-0.11.0.jar:0.11.0] at org.apache.hudi.org.apache.jetty.server.handler.HandlerList.handle(HandlerList.java:61) [hudi-flink1.14-bundle_2.11-0.11.0.jar:0.11.0] at org.apache.hudi.org.apache.jetty.server.handler.StatisticsHandler.handle(StatisticsHandler.java:174) [hudi-flink1.14-bundle_2.11-0.11.0.jar:0.11.0] at org.apache.hudi.org.apache.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132) [hudi-flink1.14-bundle_2.11-0.11.0.jar:0.11.0] at org.apache.hudi.org.apache.jetty.server.Server.handle(Server.java:502) [hudi-flink1.14-bundle_2.11-0.11.0.jar:0.11.0] at org.apache.hudi.org.apache.jetty.server.HttpChannel.handle(HttpChannel.java:370) [hudi-flink1.14-bundle_2.11-0.11.0.jar:0.11.0] at org.apache.hudi.org.apache.jetty.server.HttpConnection.onFillable(HttpConnection.java:267) [hudi-flink1.14-bundle_2.11-0.11.0.jar:0.11.0] at org.apache.hudi.org.apache.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305) [hudi-flink1.14-bundle_2.11-0.11.0.jar:0.11.0] at org.apache.hudi.org.apache.jetty.io.FillInterest.fillable(FillInterest.java:103) [hudi-flink1.14-bundle_2.11-0.11.0.jar:0.11.0] at org.apache.hudi.org.apache.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117) [hudi-flink1.14-bundle_2.11-0.11.0.jar:0.11.0] at org.apache.hudi.org.apache.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333) [hudi-flink1.14-bundle_2.11-0.11.0.jar:0.11.0] at org.apache.hudi.org.apache.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310) [hudi-flink1.14-bundle_2.11-0.11.0.jar:0.11.0] at org.apache.hudi.org.apache.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168) [hudi-flink1.14-bundle_2.11-0.11.0.jar:0.11.0] at org.apache.hudi.org.apache.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126) [hudi-flink1.14-bundle_2.11-0.11.0.jar:0.11.0] at org.apache.hudi.org.apache.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366) [hudi-flink1.14-bundle_2.11-0.11.0.jar:0.11.0] at org.apache.hudi.org.apache.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765) [hudi-flink1.14-bundle_2.11-0.11.0.jar:0.11.0] at org.apache.hudi.org.apache.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683) [hudi-flink1.14-bundle_2.11-0.11.0.jar:0.11.0] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_112] ``` -- 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]
