[ 
https://issues.apache.org/jira/browse/DRILL-7497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17002917#comment-17002917
 ] 

ASF GitHub Bot commented on DRILL-7497:
---------------------------------------

vvysotskyi commented on pull request #1939: DRILL-7497: Fix warnings when 
starting Drill on Windows using Java 11
URL: https://github.com/apache/drill/pull/1939
 
 
   Jira - [DRILL-7497](https://issues.apache.org/jira/browse/DRILL-7497).
   
   `%DRILL_SHELL_JAVA_OPTS%` is expanded when if block is parsed, so as a 
result, every nex line of the if block will override the value set in the 
previous one.
   Replaced it with `!DRILL_SHELL_JAVA_OPTS!` for delayed expansion.
   Revised the script for similar issues, but other places are fine.
 
----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


> Fix warnings when starting Drill on Windows using Java 11
> ---------------------------------------------------------
>
>                 Key: DRILL-7497
>                 URL: https://issues.apache.org/jira/browse/DRILL-7497
>             Project: Apache Drill
>          Issue Type: Bug
>    Affects Versions: 1.16.0
>            Reporter: Arina Ielchiieva
>            Assignee: Vova Vysotskyi
>            Priority: Major
>             Fix For: 1.18.0
>
>
> Warnings are displayed in SqlLine when starting Drill in embedded mode on 
> Windows using Java 11:
> {noformat}
> WARNING: An illegal reflective access operation has occurred
> WARNING: Illegal reflective access by javassist.util.proxy.SecurityActions 
> (file:/C:/drill_1_17/apache-drill-1.17.0/apache-drill-1.17.0/jars/3rdparty/javassist-3.26.0-GA.jar)
>  to method 
> java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
> WARNING: Please consider reporting this to the maintainers of 
> javassist.util.proxy.SecurityActions
> WARNING: Use --illegal-access=warn to enable warnings of further illegal 
> reflective access operations
> WARNING: All illegal access operations will be denied in a future release
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to