You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2022/10/26 03:37:57 UTC

[GitHub] [doris] adonis0147 commented on issue #13674: [Bug] Failed to build FE by JDK 11 on Linux x86_64

adonis0147 commented on issue #13674:
URL: https://github.com/apache/doris/issues/13674#issuecomment-1291453008

   It seems that the PR #13416 triggers the bug of JDK 11. (See [JDK-8222754](https://bugs.openjdk.org/browse/JDK-8222754), [JDK-8210483](https://bugs.openjdk.org/browse/JDK-8210483)).
   
   Solution:
   Upgrade the JDK 11 (>= 11.0.4).
   ```shell
   curl -L https://cfdownload.adobe.com/pub/adobe/coldfusion/java/java11/java11017/jdk-11.0.17_linux-x64_bin.tar.gz -o jdk-11.0.17_linux-x64_bin.tar.gz
   ```


-- 
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: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org