[ https://issues.apache.org/jira/browse/DRILL-8521?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17948829#comment-17948829 ]
ASF GitHub Bot commented on DRILL-8521: --------------------------------------- jnturton commented on PR #2986: URL: https://github.com/apache/drill/pull/2986#issuecomment-2846684463 On Java versions, it looks like about 13% of Drill downloads are the Hadoop 2 build. Add to that the unknown fraction of people who are running the Hadoop 3 build on Java 8 and you do end up with a noticeable fraction of users. However, us bumping our JVM build target to 11 doesn't leave these users with nothing: they can still download the source code, set the target JVM to 8 and run their own build. They'll have to hope that people haven't been adding code that targets Java 11+ language features of course. I agree that supporting the last three LTS releases of Java is reasonable, and we can stop building for Java 8. > Change session cookie name to avoid conflicts > --------------------------------------------- > > Key: DRILL-8521 > URL: https://issues.apache.org/jira/browse/DRILL-8521 > Project: Apache Drill > Issue Type: Improvement > Affects Versions: 1.21.2 > Reporter: Maksym Rymar > Assignee: Maksym Rymar > Priority: Major > Fix For: 1.22.0 > > > Drill uses Jetty's default cookie name, {{{}JSESSIONID{}}}, to store the user > session ID. > > Because {{JSESSIONID}} is a generic name, multiple web services running on > the same host can conflict if they use the same cookie name. -- This message was sent by Atlassian Jira (v8.20.10#820010)