[Bug 68092] Failed to connect database after upgrading to tomcat-8.5.94 in linux

2023-11-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68092 --- Comment #3 from hongying --- Thanks Mark, it does work after upgrading to tomcat-8.5.95. Ignore the file size issue, it's normal now. -- You are receiving this mail because: You are the assignee for the bug. -

[Bug 67927] TLSCertificateReloadListener triggers race condition (?) in OpenSSL code which causes the JVM to die

2023-11-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67927 Matafagafo changed: What|Removed |Added CC||matafag...@yahoo.com -- You are receivin

[Bug 68068] Hotspot in Ast*Nodes: itable method calls

2023-11-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68068 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

(tomcat) branch 8.5.x updated: Fix BZ 68068 - El performance improvement

2023-11-07 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/8.5.x by this push: new 66eadfeb92 Fix BZ 68068 - El performance improvemen

(tomcat) branch 9.0.x updated: Fix BZ 68068 - El performance improvement

2023-11-07 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new eb41f61af5 Fix BZ 68068 - El performance improvemen

(tomcat) branch 10.1.x updated: Fix BZ 68068 - El performance improvement

2023-11-07 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.1.x by this push: new 79217efc47 Fix BZ 68068 - El performance improvem

(tomcat) branch main updated: Fix BZ 68068 - El performance improvement

2023-11-07 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new 02091e783a Fix BZ 68068 - El performance improvement

[Bug 68089] ApplicationHttpRequest.getSpecial() and removeSpecial() use linear scans

2023-11-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68089 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

(tomcat) branch 8.5.x updated: Fix back-port for test

2023-11-07 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/8.5.x by this push: new 79aa67546b Fix back-port for test 79aa67546b is des

(tomcat) branch 10.1.x updated: Fix back-port for test

2023-11-07 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.1.x by this push: new 52a495a161 Fix back-port for test 52a495a161 is d

(tomcat) branch 9.0.x updated: Fix back-port for test

2023-11-07 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new 1e27a54a54 Fix back-port for test 1e27a54a54 is des

(tomcat) branch 8.5.x updated: Align with ApplicationHttpRequest

2023-11-07 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/8.5.x by this push: new 44a080b86f Align with ApplicationHttpRequest 44a080

(tomcat) branch 8.5.x updated: Fix BZ 68089 - performance improvement

2023-11-07 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/8.5.x by this push: new 7e1f26980d Fix BZ 68089 - performance improvement 7

(tomcat) branch 9.0.x updated: Fix BZ 68089 - performance improvement

2023-11-07 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new 71d8889afd Fix BZ 68089 - performance improvement 7

(tomcat) branch 10.1.x updated: Fix BZ 68089 - performance improvement

2023-11-07 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.1.x by this push: new 4201defbea Fix BZ 68089 - performance improvement

(tomcat) branch main updated: Fix BZ 68089 - performance improvement

2023-11-07 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new 71879aef1c Fix BZ 68089 - performance improvement 718

[Bug 68089] ApplicationHttpRequest.getSpecial() and removeSpecial() use linear scans

2023-11-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68089 --- Comment #3 from John Engebretson --- Good idea to measure ApplicationHttpRequest.getAttribute()! Our production environment shows 0.27% cpu spent in that method, of which 0.1% cpu is spent in method-local time (including the inlined array

(tomcat) branch 8.5.x updated: Javadoc and comments cleanup

2023-11-07 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/8.5.x by this push: new 60f1769a08 Javadoc and comments cleanup 60f1769a08 i

(tomcat) branch 9.0.x updated: Javadoc and comments cleanup

2023-11-07 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new ffe348b279 Javadoc and comments cleanup ffe348b279 i

(tomcat) branch 10.1.x updated: Javadoc and comments cleanup

2023-11-07 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.1.x by this push: new bf9074ff8d Javadoc and comments cleanup bf9074ff8d

(tomcat) branch main updated: Javadoc and comments cleanup

2023-11-07 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new bfb7e88406 Javadoc and comments cleanup bfb7e88406 is

(tomcat) branch 8.5.x updated: Reduce code duplication

2023-11-07 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/8.5.x by this push: new 847d9d83a5 Reduce code duplication 847d9d83a5 is de

(tomcat) branch 10.1.x updated: Reduce code duplication

2023-11-07 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.1.x by this push: new 44be4e67fa Reduce code duplication 44be4e67fa is

(tomcat) branch 9.0.x updated: Clean-up - no functional change

2023-11-07 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new be1c0abdfc Clean-up - no functional change be1c0abd

(tomcat) branch 9.0.x updated: Reduce code duplication

2023-11-07 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new bbb6db065c Reduce code duplication bbb6db065c is de

(tomcat) branch 8.5.x updated: Clean-up - no functional change

2023-11-07 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/8.5.x by this push: new 3dfc7aa5d8 Clean-up - no functional change 3dfc7aa5

(tomcat) branch 10.1.x updated: Clean-up - no functional change

2023-11-07 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.1.x by this push: new d589f7189f Clean-up - no functional change d589f7

(tomcat) 02/02: Reduce code duplication

2023-11-07 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git commit a10a458b81449df3869756f8ddafe2b2ca5c4fdb Author: Mark Thomas AuthorDate: Tue Nov 7 14:11:36 2023 + Reduce code dup

(tomcat) 01/02: Clean-up - no functional change

2023-11-07 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 3bb5881cf432b81c858f84969a801f9681681e33 Author: Mark Thomas AuthorDate: Tue Nov 7 14:10:30 2023 + Clean-up - no f

(tomcat) branch main updated (ea660de4f2 -> a10a458b81)

2023-11-07 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git from ea660de4f2 Fix BZ 68035 - allow deployment from appBase or xmlBase new 3bb5881cf4 Clean-up - no functional change

[Bug 68068] Hotspot in Ast*Nodes: itable method calls

2023-11-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68068 --- Comment #3 from John Engebretson --- Yes, that's perfect, thanks! -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: dev-

[Bug 68089] ApplicationHttpRequest.getSpecial() and removeSpecial() use linear scans

2023-11-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68089 Mark Thomas changed: What|Removed |Added Status|NEEDINFO|NEW --- Comment #2 from Mark Thomas ---

[Bug 68068] Hotspot in Ast*Nodes: itable method calls

2023-11-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68068 --- Comment #2 from Mark Thomas --- Created attachment 39353 --> https://bz.apache.org/bugzilla/attachment.cgi?id=39353&action=edit Proposed patch - Tomcat 11 - v1 This is complicated by Node being generated code. Since there isn't a test t

[Bug 68037] Async Servlet implementation doesn't allow setting a response status

2023-11-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68037 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 68092] Failed to connect database after upgrading to tomcat-8.5.94 in linux

2023-11-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68092 Mark Thomas changed: What|Removed |Added Resolution|--- |INVALID Status|NEW

[Bug 68089] ApplicationHttpRequest.getSpecial() and removeSpecial() use linear scans

2023-11-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68089 Remy Maucherat changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #1 from Remy Mau

[Bug 68092] Failed to connect database after upgrading to tomcat-8.5.94 in linux

2023-11-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68092 Mark Thomas changed: What|Removed |Added Product|Tomcat 8|Tomcat Modules Component|Connec

[Bug 68092] Failed to connect database after upgrading to tomcat-8.5.94 in linux

2023-11-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68092 --- Comment #1 from Remy Maucherat --- Can you try 8.5.95 ? Otherwise this change could cause it (but it looks ok to me though): https://github.com/apache/tomcat/commit/d54915ea205659f76108d4cd11808a9f31892ca3 -- You are receiving this mail b

Re: [PR] Added support for JDBC 4.3 beginRequest and endRequest methods. [tomcat]

2023-11-07 Thread via GitHub
fmeheust commented on code in PR #677: URL: https://github.com/apache/tomcat/pull/677#discussion_r1384572235 ## modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ConnectionPool.java: ## @@ -812,6 +829,28 @@ protected PooledConnection createConnection(long now, PooledC

Re: [PR] Added support for JDBC 4.3 beginRequest and endRequest methods. [tomcat]

2023-11-07 Thread via GitHub
fmeheust commented on code in PR #677: URL: https://github.com/apache/tomcat/pull/677#discussion_r1384567373 ## modules/jdbc-pool/src/test/java/org/apache/tomcat/jdbc/test/ConnectionBoundariesTest.java: ## @@ -0,0 +1,53 @@ +/* + * Licensed to the Apache Software Foundation (ASF)