You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2016/09/14 23:43:54 UTC

[Bug 60139] New: Incorrect javadoc on PoolConfiguration.setValidationInterval

https://bz.apache.org/bugzilla/show_bug.cgi?id=60139

            Bug ID: 60139
           Summary: Incorrect javadoc on
                    PoolConfiguration.setValidationInterval
           Product: Tomcat 8
           Version: 8.5.x-trunk
          Hardware: PC
                OS: Mac OS X 10.1
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Documentation
          Assignee: dev@tomcat.apache.org
          Reporter: pwebb@pivotal.io

Issue https://bz.apache.org/bugzilla/show_bug.cgi?id=59923 updated the default
validationInterval, however, the Javadoc on PoolConfiguration was not updated:


    /**
     * avoid excess validation, only run validation at most at this frequency -
time in milliseconds.
     * If a connection is due for validation, but has been validated previously
     * within this interval, it will not be validated again.
     * The default value is 30000 (30 seconds).
     * @param validationInterval the validation interval in milliseconds
     */
    public void setValidationInterval(long validationInterval);

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 60139] Incorrect javadoc on PoolConfiguration.setValidationInterval

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=60139

Keiichi Fujino <kf...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #1 from Keiichi Fujino <kf...@apache.org> ---
Thanks for the report.
The fix will be in :
- 9.0.x for 9.0.0.M11 onwards
- 8.5.x for 8.5.6 onwards
- 8.0.x for 8.0.38 onwards
- 7.0.x for 7.0.73 onwards

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 60139] Incorrect javadoc on PoolConfiguration.setValidationInterval

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=60139

Violeta Georgieva <vi...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |awilkinson@pivotal.io

--- Comment #2 from Violeta Georgieva <vi...@apache.org> ---
*** Bug 60132 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org