[GUMP@vmgump]: Project tomcat-native-make (in module tomcat-native) failed

2014-12-21 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-native-make has an issue affecting its community integration. This

[Bug 52651] JKSHMFile size limitation

2014-12-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52651 Rainer Jung changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1647189 - in /tomcat/jk/trunk/native: apache-1.3/mod_jk.c apache-2.0/mod_jk.c common/jk_shm.h

2014-12-21 Thread rjung
Author: rjung Date: Sun Dec 21 19:10:32 2014 New Revision: 1647189 URL: http://svn.apache.org/r1647189 Log: Choosse names for constants that reflect more correctly their meaning. The original names only made sense when we did not have automatic shm size calculation many releases ago. Modified:

svn commit: r1647190 - /tomcat/jk/trunk/native/common/jk_worker.c

2014-12-21 Thread rjung
Author: rjung Date: Sun Dec 21 19:10:53 2014 New Revision: 1647190 URL: http://svn.apache.org/r1647190 Log: Add another error message. Modified: tomcat/jk/trunk/native/common/jk_worker.c Modified: tomcat/jk/trunk/native/common/jk_worker.c URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/na

[Bug 56733] High memory demand when JkOption +FlushPackets is enabled and Apache 2.2 is used

2014-12-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56733 Rainer Jung changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 56733] High memory demand when JkOption +FlushPackets is enabled and Apache 2.2 is used

2014-12-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56733 Rainer Jung changed: What|Removed |Added Summary|Memory leak when JkOption |High memory demand when

[Bug 56770] Add worker name to logging entries

2014-12-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56770 Rainer Jung changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1647159 - in /tomcat/jk/trunk: native/common/jk_ajp_common.c xdocs/miscellaneous/changelog.xml

2014-12-21 Thread rjung
Author: rjung Date: Sun Dec 21 15:47:26 2014 New Revision: 1647159 URL: http://svn.apache.org/r1647159 Log: PR 56770: AJP: Add worker name to all log messages. Patch contributed by Martin Knoblauch. Modified: tomcat/jk/trunk/native/common/jk_ajp_common.c tomcat/jk/trunk/xdocs/miscellaneou

[Bug 56869] Add code to collect the maximum number of backend connections

2014-12-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56869 Rainer Jung changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 56869] Add code to collect the maximum number of backend connections

2014-12-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56869 --- Comment #2 from Rainer Jung --- Thanks for your contribution. I have applied this patch with very minor changes in r1647150, it will be part of mod_jk 1.2.41. A change to JK_SHM_SLOT_SIZE was not needed, there was still enough space l

svn commit: r1647150 - in /tomcat/jk/trunk: native/common/jk_ajp_common.c native/common/jk_shm.h native/common/jk_status.c xdocs/miscellaneous/changelog.xml

2014-12-21 Thread rjung
Author: rjung Date: Sun Dec 21 15:05:55 2014 New Revision: 1647150 URL: http://svn.apache.org/r1647150 Log: PR 56869: Status: Add maximum number of open backend connections to status worker. Patch contributed by Martin Knoblauch. Modified: tomcat/jk/trunk/native/common/jk_ajp_common.c tom

svn commit: r1647149 - in /tomcat/jk/trunk: native/common/jk_ajp_common.c native/common/jk_lb_worker.c native/common/jk_shm.c native/common/jk_shm.h xdocs/miscellaneous/changelog.xml

2014-12-21 Thread rjung
Author: rjung Date: Sun Dec 21 15:01:13 2014 New Revision: 1647149 URL: http://svn.apache.org/r1647149 Log: Add more checks for shared memory allocation. Modified: tomcat/jk/trunk/native/common/jk_ajp_common.c tomcat/jk/trunk/native/common/jk_lb_worker.c tomcat/jk/trunk/native/common/

svn commit: r1647142 - in /tomcat/jk/trunk/native/common: jk_shm.c jk_shm.h

2014-12-21 Thread rjung
Author: rjung Date: Sun Dec 21 13:46:04 2014 New Revision: 1647142 URL: http://svn.apache.org/r1647142 Log: Remove unused code. Modified: tomcat/jk/trunk/native/common/jk_shm.c tomcat/jk/trunk/native/common/jk_shm.h Modified: tomcat/jk/trunk/native/common/jk_shm.c URL: http://svn.apache

svn commit: r1647141 - /tomcat/jk/trunk/native/common/jk_shm.h

2014-12-21 Thread rjung
Author: rjung Date: Sun Dec 21 13:27:40 2014 New Revision: 1647141 URL: http://svn.apache.org/r1647141 Log: Remove unused constant. Modified: tomcat/jk/trunk/native/common/jk_shm.h Modified: tomcat/jk/trunk/native/common/jk_shm.h URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/native/comm

svn commit: r1647139 - /tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml

2014-12-21 Thread rjung
Author: rjung Date: Sun Dec 21 13:07:41 2014 New Revision: 1647139 URL: http://svn.apache.org/r1647139 Log: Fix typo in changelog. Modified: tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml Modified: tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml URL: http://svn.apache.org/viewvc/tomcat

svn commit: r1647136 - /tomcat/jk/trunk/native/iis/jk_isapi_plugin.c

2014-12-21 Thread rjung
Author: rjung Date: Sun Dec 21 12:54:59 2014 New Revision: 1647136 URL: http://svn.apache.org/r1647136 Log: Use correct constants for new collapse_slashes options for IIS. Modified: tomcat/jk/trunk/native/iis/jk_isapi_plugin.c Modified: tomcat/jk/trunk/native/iis/jk_isapi_plugin.c URL: http

svn commit: r1647134 - in /tomcat/jk/trunk/xdocs: reference/apache.xml webserver_howto/apache.xml

2014-12-21 Thread rjung
Author: rjung Date: Sun Dec 21 12:51:24 2014 New Revision: 1647134 URL: http://svn.apache.org/r1647134 Log: Add boring examples for new JkOptions, because we have them everywhere. Modified: tomcat/jk/trunk/xdocs/reference/apache.xml tomcat/jk/trunk/xdocs/webserver_howto/apache.xml Modifi

svn commit: r1647133 - in /tomcat/jk/trunk/native: apache-1.3/mod_jk.c apache-2.0/mod_jk.c

2014-12-21 Thread rjung
Author: rjung Date: Sun Dec 21 12:48:42 2014 New Revision: 1647133 URL: http://svn.apache.org/r1647133 Log: Fix Apache config handling for new JkOptions controlling collapsing of adjacent slashes. This is now tested and should work as documented. Modified: tomcat/jk/trunk/native/apache-1.3/m