AZhui0426 commented on issue #13418: URL: https://github.com/apache/druid/issues/13418#issuecomment-1502753964
你好,今天我碰到了和你一样的问题。我现在解决了。 我是一个名中国程序员,我的英语不好,所以以下内容为使用谷歌翻译过的,希望不会对你造成困扰。 我的环境如下: druid 24.0.0 or 25.0.0 jdk1.8.0_141. jdk版本与你的相近 在我创建 Ingestion 时,the task of Ingestion 的status为failed,并且每五秒会出现一个相同status的task。 当我把jdk1.8.0_141升级为11.0.18的时候,这个问题不再发生。并且 Ingestion的task的status为RUNNING,一切都好了起来。 我今天在查找资料和阅读官方文档的时候,貌似看到过一句话,大意是24.0.0版本开始支持了完全的对jdk11的支持。我现在无法给你找到原文,但是这句话让我认为24.0.0之后的druid不再支持jdk8. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
