AZhui0426 commented on issue #13418: URL: https://github.com/apache/druid/issues/13418#issuecomment-1502754116
Hi, I ran into the same problem as you today. I solved it now. I am a Chinese programmer, my English is not good, so the following content is translated by Google, I hope it will not cause trouble to you. My environment is as follows: druid 24.0.0 or 25.0.0 jdk1.8.0_141. The jdk version is similar to yours When I created an Ingestion, the status of the task of Ingestion was failed, and a task with the same status would appear every five seconds. When I upgraded jdk1.8.0_141 to 11.0.18, this problem doesn't happen anymore. And the status of Ingestion's task is RUNNING, everything is fine. When I was looking for information and reading official documents today, I seem to have seen a sentence, to the effect that version 24.0.0 has fully supported jdk11. I can't find the original text for you now, but this sentence makes me think that druid after 24.0.0 no longer supports 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]
