You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@trafficserver.apache.org by Evan Zelkowitz <ez...@apache.org> on 2021/06/23 18:22:37 UTC

[VOTE] Release Apache Traffic server 8.1.2 (RC0)

Ive prepared a release for 8.1.2 (RC0), which is a bug fix release. For a
list of all PRs, see

        https://github.com/apache/trafficserver/milestone/47?closed=1
<https://github.com/apache/trafficserver/milestone/48?closed=1>


or for a brief ChangeLog (also attached below):

        https://github.com/apache/trafficserver/blob/8.1.x/CHANGELOG-8.1.2
<https://github.com/apache/trafficserver/blob/9.0.x/CHANGELOG-9.0.2>


This release of v8.1.2 is backwards compatible with all v8.1.x releases

The artifacts are available for download at:

        http://people.apache.org/~eze/releases/8.1.2-rc0/
<http://people.apache.org/~zwoop/rel-candidates/9.0.2-rc0/>


SHA512 checksum:
e99bac1b82923240a9ac050fd916d0f1b57fbf96369f00f0698ef7237bb03fbf7f6fb44a6bf48641dee77842f235e73da247531de311fe6443c0cd42f58bf686
*trafficserver-8.1.2-rc0.tar.bz2


This corresponds to git refs:

        Hash: 9317d7a975f35db3c4311563175defba9c4a6cf7
        Tag: 8.1.2-rc0


Which can be verified with the following command:

        $ git tag -v 8.1.2-rc0


All code signing keys are available here:

        https://dist.apache.org/repos/dist/dev/trafficserver/KEYS


Make sure you refresh from a key server to get all relevant signatures. The
vote will be called tomorrow, Thursday June 24th.

Cheers,

— Evan

Changes with Apache Traffic Server 8.1.2
  #7352 - Clear call_sm on tunnel reset
  #7371 - Set thread mutex to the DNSHandler mutex of SplitDNS (#7321)
  #7401 - Fix unnecessary addition of Expires header
  #7462 - Update to the new MicroServer 1.0.6 release
  #7609 - Remove UnixNetVConnection::startEvent - not actually called.
  #7649 - Fixing DNS local_ipv* config option (#7507)
  #7650 - Add a check for compress response for 304
  #7652 - CacheRead: clear dir entry if doc is found to be truncated
  #7654 - Updating documentation for negative_revalidating_lifetime
  #7655 - Remove inline for detail::cache::CacheData::idAddr
  #7658 - Update server_response_body_bytes when background fill worked
(#7621)
  #7659 - Do not provide a stale negative cache (#7422)
  #7660 - Fix out of bounds access error in jtest (#7526)
  #7698 - Do NOT kill tunnel if it has any consumer besides HT_HTTP_CLIENT
(#7641)
  #7715 - 8.1.x timeout fixes
  #7738 - Increase the maximum slice block size from 32MB to 128MB (#7709)
  #7759 - create a new cache status RWW_HIT (#7670)
  #7763 - API to retrieve NoStore set by plugins (#7439)
  #7764 - Experimental Cache fill plugin (#7470)
  #7781 - doc: header_rewrite random function not inclusive (backport #7760)
  #7810 - Adjust connection timeout for TLS
  #7857 - Update bootstrap autest version to match the rest of autest
  #7881 - slice: add in throttle by default code which includes a serious
bug t…
  #7906 - Add thread yeield to avoid busy waiting in
LogObject::_checkout_write(). (#7576)
  #7908 - Fix the final consumer write size from unchunked to chunked tunnel
  #7971 - Fixes
  #7975 - Revert "Adjust connection timeout for TLS"
  #7977 - Revert "8.1.x timeout fixes"

Re: [VOTE] Release Apache Traffic server 8.1.2 (RC0)

Posted by Evan Zelkowitz <ev...@gmail.com>.
+1, we've been running with the majority of these for a while now

On Wed, Jun 23, 2021 at 12:27 PM Evan Zelkowitz <ev...@gmail.com>
wrote:

> Updated links inline (they still pointed to the 9.0.2 links
>
> On Wed, Jun 23, 2021 at 12:22 PM Evan Zelkowitz <ez...@apache.org> wrote:
>
>> Ive prepared a release for 8.1.2 (RC0), which is a bug fix release. For a
>> list of all PRs, see
>>
>>   https://github.com/apache/trafficserver/milestone/47?closed=1
>
>>
>> or for a brief ChangeLog (also attached below):
>>
>>   https://github.com/apache/trafficserver/blob/8.1.x/CHANGELOG-8.1.2
>
>>
>>
>> This release of v8.1.2 is backwards compatible with all v8.1.x releases
>>
>> The artifacts are available for download at:
>>
>> http://people.apache.org/~eze/releases/8.1.2-rc0/
>
>>
>>
>> SHA512 checksum:
>> e99bac1b82923240a9ac050fd916d0f1b57fbf96369f00f0698ef7237bb03fbf7f6fb44a6bf48641dee77842f235e73da247531de311fe6443c0cd42f58bf686
>> *trafficserver-8.1.2-rc0.tar.bz2
>>
>>
>> This corresponds to git refs:
>>
>>         Hash: 9317d7a975f35db3c4311563175defba9c4a6cf7
>>         Tag: 8.1.2-rc0
>>
>>
>> Which can be verified with the following command:
>>
>>         $ git tag -v 8.1.2-rc0
>>
>>
>> All code signing keys are available here:
>>
>>         https://dist.apache.org/repos/dist/dev/trafficserver/KEYS
>>
>>
>> Make sure you refresh from a key server to get all relevant signatures.
>> The vote will be called tomorrow, Thursday June 24th.
>>
>> Cheers,
>>
>> — Evan
>>
>> Changes with Apache Traffic Server 8.1.2
>>   #7352 - Clear call_sm on tunnel reset
>>   #7371 - Set thread mutex to the DNSHandler mutex of SplitDNS (#7321)
>>   #7401 - Fix unnecessary addition of Expires header
>>   #7462 - Update to the new MicroServer 1.0.6 release
>>   #7609 - Remove UnixNetVConnection::startEvent - not actually called.
>>   #7649 - Fixing DNS local_ipv* config option (#7507)
>>   #7650 - Add a check for compress response for 304
>>   #7652 - CacheRead: clear dir entry if doc is found to be truncated
>>   #7654 - Updating documentation for negative_revalidating_lifetime
>>   #7655 - Remove inline for detail::cache::CacheData::idAddr
>>   #7658 - Update server_response_body_bytes when background fill worked
>> (#7621)
>>   #7659 - Do not provide a stale negative cache (#7422)
>>   #7660 - Fix out of bounds access error in jtest (#7526)
>>   #7698 - Do NOT kill tunnel if it has any consumer besides
>> HT_HTTP_CLIENT (#7641)
>>   #7715 - 8.1.x timeout fixes
>>   #7738 - Increase the maximum slice block size from 32MB to 128MB (#7709)
>>   #7759 - create a new cache status RWW_HIT (#7670)
>>   #7763 - API to retrieve NoStore set by plugins (#7439)
>>   #7764 - Experimental Cache fill plugin (#7470)
>>   #7781 - doc: header_rewrite random function not inclusive (backport
>> #7760)
>>   #7810 - Adjust connection timeout for TLS
>>   #7857 - Update bootstrap autest version to match the rest of autest
>>   #7881 - slice: add in throttle by default code which includes a serious
>> bug t…
>>   #7906 - Add thread yeield to avoid busy waiting in
>> LogObject::_checkout_write(). (#7576)
>>   #7908 - Fix the final consumer write size from unchunked to chunked
>> tunnel
>>   #7971 - Fixes
>>   #7975 - Revert "Adjust connection timeout for TLS"
>>   #7977 - Revert "8.1.x timeout fixes"
>>
>>

Re: [VOTE] Release Apache Traffic server 8.1.2 (RC0)

Posted by Evan Zelkowitz <ev...@gmail.com>.
+1, we've been running with the majority of these for a while now

On Wed, Jun 23, 2021 at 12:27 PM Evan Zelkowitz <ev...@gmail.com>
wrote:

> Updated links inline (they still pointed to the 9.0.2 links
>
> On Wed, Jun 23, 2021 at 12:22 PM Evan Zelkowitz <ez...@apache.org> wrote:
>
>> Ive prepared a release for 8.1.2 (RC0), which is a bug fix release. For a
>> list of all PRs, see
>>
>>   https://github.com/apache/trafficserver/milestone/47?closed=1
>
>>
>> or for a brief ChangeLog (also attached below):
>>
>>   https://github.com/apache/trafficserver/blob/8.1.x/CHANGELOG-8.1.2
>
>>
>>
>> This release of v8.1.2 is backwards compatible with all v8.1.x releases
>>
>> The artifacts are available for download at:
>>
>> http://people.apache.org/~eze/releases/8.1.2-rc0/
>
>>
>>
>> SHA512 checksum:
>> e99bac1b82923240a9ac050fd916d0f1b57fbf96369f00f0698ef7237bb03fbf7f6fb44a6bf48641dee77842f235e73da247531de311fe6443c0cd42f58bf686
>> *trafficserver-8.1.2-rc0.tar.bz2
>>
>>
>> This corresponds to git refs:
>>
>>         Hash: 9317d7a975f35db3c4311563175defba9c4a6cf7
>>         Tag: 8.1.2-rc0
>>
>>
>> Which can be verified with the following command:
>>
>>         $ git tag -v 8.1.2-rc0
>>
>>
>> All code signing keys are available here:
>>
>>         https://dist.apache.org/repos/dist/dev/trafficserver/KEYS
>>
>>
>> Make sure you refresh from a key server to get all relevant signatures.
>> The vote will be called tomorrow, Thursday June 24th.
>>
>> Cheers,
>>
>> — Evan
>>
>> Changes with Apache Traffic Server 8.1.2
>>   #7352 - Clear call_sm on tunnel reset
>>   #7371 - Set thread mutex to the DNSHandler mutex of SplitDNS (#7321)
>>   #7401 - Fix unnecessary addition of Expires header
>>   #7462 - Update to the new MicroServer 1.0.6 release
>>   #7609 - Remove UnixNetVConnection::startEvent - not actually called.
>>   #7649 - Fixing DNS local_ipv* config option (#7507)
>>   #7650 - Add a check for compress response for 304
>>   #7652 - CacheRead: clear dir entry if doc is found to be truncated
>>   #7654 - Updating documentation for negative_revalidating_lifetime
>>   #7655 - Remove inline for detail::cache::CacheData::idAddr
>>   #7658 - Update server_response_body_bytes when background fill worked
>> (#7621)
>>   #7659 - Do not provide a stale negative cache (#7422)
>>   #7660 - Fix out of bounds access error in jtest (#7526)
>>   #7698 - Do NOT kill tunnel if it has any consumer besides
>> HT_HTTP_CLIENT (#7641)
>>   #7715 - 8.1.x timeout fixes
>>   #7738 - Increase the maximum slice block size from 32MB to 128MB (#7709)
>>   #7759 - create a new cache status RWW_HIT (#7670)
>>   #7763 - API to retrieve NoStore set by plugins (#7439)
>>   #7764 - Experimental Cache fill plugin (#7470)
>>   #7781 - doc: header_rewrite random function not inclusive (backport
>> #7760)
>>   #7810 - Adjust connection timeout for TLS
>>   #7857 - Update bootstrap autest version to match the rest of autest
>>   #7881 - slice: add in throttle by default code which includes a serious
>> bug t…
>>   #7906 - Add thread yeield to avoid busy waiting in
>> LogObject::_checkout_write(). (#7576)
>>   #7908 - Fix the final consumer write size from unchunked to chunked
>> tunnel
>>   #7971 - Fixes
>>   #7975 - Revert "Adjust connection timeout for TLS"
>>   #7977 - Revert "8.1.x timeout fixes"
>>
>>

Re: [VOTE] Release Apache Traffic server 8.1.2 (RC0)

Posted by Evan Zelkowitz <ev...@gmail.com>.
Updated links inline (they still pointed to the 9.0.2 links

On Wed, Jun 23, 2021 at 12:22 PM Evan Zelkowitz <ez...@apache.org> wrote:

> Ive prepared a release for 8.1.2 (RC0), which is a bug fix release. For a
> list of all PRs, see
>
>   https://github.com/apache/trafficserver/milestone/47?closed=1

>
> or for a brief ChangeLog (also attached below):
>
>   https://github.com/apache/trafficserver/blob/8.1.x/CHANGELOG-8.1.2

>
>
> This release of v8.1.2 is backwards compatible with all v8.1.x releases
>
> The artifacts are available for download at:
>
> http://people.apache.org/~eze/releases/8.1.2-rc0/

>
>
> SHA512 checksum:
> e99bac1b82923240a9ac050fd916d0f1b57fbf96369f00f0698ef7237bb03fbf7f6fb44a6bf48641dee77842f235e73da247531de311fe6443c0cd42f58bf686
> *trafficserver-8.1.2-rc0.tar.bz2
>
>
> This corresponds to git refs:
>
>         Hash: 9317d7a975f35db3c4311563175defba9c4a6cf7
>         Tag: 8.1.2-rc0
>
>
> Which can be verified with the following command:
>
>         $ git tag -v 8.1.2-rc0
>
>
> All code signing keys are available here:
>
>         https://dist.apache.org/repos/dist/dev/trafficserver/KEYS
>
>
> Make sure you refresh from a key server to get all relevant signatures.
> The vote will be called tomorrow, Thursday June 24th.
>
> Cheers,
>
> — Evan
>
> Changes with Apache Traffic Server 8.1.2
>   #7352 - Clear call_sm on tunnel reset
>   #7371 - Set thread mutex to the DNSHandler mutex of SplitDNS (#7321)
>   #7401 - Fix unnecessary addition of Expires header
>   #7462 - Update to the new MicroServer 1.0.6 release
>   #7609 - Remove UnixNetVConnection::startEvent - not actually called.
>   #7649 - Fixing DNS local_ipv* config option (#7507)
>   #7650 - Add a check for compress response for 304
>   #7652 - CacheRead: clear dir entry if doc is found to be truncated
>   #7654 - Updating documentation for negative_revalidating_lifetime
>   #7655 - Remove inline for detail::cache::CacheData::idAddr
>   #7658 - Update server_response_body_bytes when background fill worked
> (#7621)
>   #7659 - Do not provide a stale negative cache (#7422)
>   #7660 - Fix out of bounds access error in jtest (#7526)
>   #7698 - Do NOT kill tunnel if it has any consumer besides HT_HTTP_CLIENT
> (#7641)
>   #7715 - 8.1.x timeout fixes
>   #7738 - Increase the maximum slice block size from 32MB to 128MB (#7709)
>   #7759 - create a new cache status RWW_HIT (#7670)
>   #7763 - API to retrieve NoStore set by plugins (#7439)
>   #7764 - Experimental Cache fill plugin (#7470)
>   #7781 - doc: header_rewrite random function not inclusive (backport
> #7760)
>   #7810 - Adjust connection timeout for TLS
>   #7857 - Update bootstrap autest version to match the rest of autest
>   #7881 - slice: add in throttle by default code which includes a serious
> bug t…
>   #7906 - Add thread yeield to avoid busy waiting in
> LogObject::_checkout_write(). (#7576)
>   #7908 - Fix the final consumer write size from unchunked to chunked
> tunnel
>   #7971 - Fixes
>   #7975 - Revert "Adjust connection timeout for TLS"
>   #7977 - Revert "8.1.x timeout fixes"
>
>

Re: [VOTE] Release Apache Traffic server 8.1.2 (RC0)

Posted by Bryan Call <bc...@apache.org>.
+1 - built and tested on Fedora 34.

-Bryan


> On Jun 23, 2021, at 11:22 AM, Evan Zelkowitz <ez...@apache.org> wrote:
> 
> Ive prepared a release for 8.1.2 (RC0), which is a bug fix release. For a
> list of all PRs, see
> 
>        https://github.com/apache/trafficserver/milestone/47?closed=1
> <https://github.com/apache/trafficserver/milestone/48?closed=1>
> 
> 
> or for a brief ChangeLog (also attached below):
> 
>        https://github.com/apache/trafficserver/blob/8.1.x/CHANGELOG-8.1.2
> <https://github.com/apache/trafficserver/blob/9.0.x/CHANGELOG-9.0.2>
> 
> 
> This release of v8.1.2 is backwards compatible with all v8.1.x releases
> 
> The artifacts are available for download at:
> 
>        http://people.apache.org/~eze/releases/8.1.2-rc0/
> <http://people.apache.org/~zwoop/rel-candidates/9.0.2-rc0/>
> 
> 
> SHA512 checksum:
> e99bac1b82923240a9ac050fd916d0f1b57fbf96369f00f0698ef7237bb03fbf7f6fb44a6bf48641dee77842f235e73da247531de311fe6443c0cd42f58bf686
> *trafficserver-8.1.2-rc0.tar.bz2
> 
> 
> This corresponds to git refs:
> 
>        Hash: 9317d7a975f35db3c4311563175defba9c4a6cf7
>        Tag: 8.1.2-rc0
> 
> 
> Which can be verified with the following command:
> 
>        $ git tag -v 8.1.2-rc0
> 
> 
> All code signing keys are available here:
> 
>        https://dist.apache.org/repos/dist/dev/trafficserver/KEYS
> 
> 
> Make sure you refresh from a key server to get all relevant signatures. The
> vote will be called tomorrow, Thursday June 24th.
> 
> Cheers,
> 
> — Evan
> 
> Changes with Apache Traffic Server 8.1.2
>  #7352 - Clear call_sm on tunnel reset
>  #7371 - Set thread mutex to the DNSHandler mutex of SplitDNS (#7321)
>  #7401 - Fix unnecessary addition of Expires header
>  #7462 - Update to the new MicroServer 1.0.6 release
>  #7609 - Remove UnixNetVConnection::startEvent - not actually called.
>  #7649 - Fixing DNS local_ipv* config option (#7507)
>  #7650 - Add a check for compress response for 304
>  #7652 - CacheRead: clear dir entry if doc is found to be truncated
>  #7654 - Updating documentation for negative_revalidating_lifetime
>  #7655 - Remove inline for detail::cache::CacheData::idAddr
>  #7658 - Update server_response_body_bytes when background fill worked
> (#7621)
>  #7659 - Do not provide a stale negative cache (#7422)
>  #7660 - Fix out of bounds access error in jtest (#7526)
>  #7698 - Do NOT kill tunnel if it has any consumer besides HT_HTTP_CLIENT
> (#7641)
>  #7715 - 8.1.x timeout fixes
>  #7738 - Increase the maximum slice block size from 32MB to 128MB (#7709)
>  #7759 - create a new cache status RWW_HIT (#7670)
>  #7763 - API to retrieve NoStore set by plugins (#7439)
>  #7764 - Experimental Cache fill plugin (#7470)
>  #7781 - doc: header_rewrite random function not inclusive (backport #7760)
>  #7810 - Adjust connection timeout for TLS
>  #7857 - Update bootstrap autest version to match the rest of autest
>  #7881 - slice: add in throttle by default code which includes a serious
> bug t…
>  #7906 - Add thread yeield to avoid busy waiting in
> LogObject::_checkout_write(). (#7576)
>  #7908 - Fix the final consumer write size from unchunked to chunked tunnel
>  #7971 - Fixes
>  #7975 - Revert "Adjust connection timeout for TLS"
>  #7977 - Revert "8.1.x timeout fixes"


Re: [VOTE] Release Apache Traffic server 8.1.2 (RC0)

Posted by Evan Zelkowitz <ev...@gmail.com>.
Updated links inline (they still pointed to the 9.0.2 links

On Wed, Jun 23, 2021 at 12:22 PM Evan Zelkowitz <ez...@apache.org> wrote:

> Ive prepared a release for 8.1.2 (RC0), which is a bug fix release. For a
> list of all PRs, see
>
>   https://github.com/apache/trafficserver/milestone/47?closed=1

>
> or for a brief ChangeLog (also attached below):
>
>   https://github.com/apache/trafficserver/blob/8.1.x/CHANGELOG-8.1.2

>
>
> This release of v8.1.2 is backwards compatible with all v8.1.x releases
>
> The artifacts are available for download at:
>
> http://people.apache.org/~eze/releases/8.1.2-rc0/

>
>
> SHA512 checksum:
> e99bac1b82923240a9ac050fd916d0f1b57fbf96369f00f0698ef7237bb03fbf7f6fb44a6bf48641dee77842f235e73da247531de311fe6443c0cd42f58bf686
> *trafficserver-8.1.2-rc0.tar.bz2
>
>
> This corresponds to git refs:
>
>         Hash: 9317d7a975f35db3c4311563175defba9c4a6cf7
>         Tag: 8.1.2-rc0
>
>
> Which can be verified with the following command:
>
>         $ git tag -v 8.1.2-rc0
>
>
> All code signing keys are available here:
>
>         https://dist.apache.org/repos/dist/dev/trafficserver/KEYS
>
>
> Make sure you refresh from a key server to get all relevant signatures.
> The vote will be called tomorrow, Thursday June 24th.
>
> Cheers,
>
> — Evan
>
> Changes with Apache Traffic Server 8.1.2
>   #7352 - Clear call_sm on tunnel reset
>   #7371 - Set thread mutex to the DNSHandler mutex of SplitDNS (#7321)
>   #7401 - Fix unnecessary addition of Expires header
>   #7462 - Update to the new MicroServer 1.0.6 release
>   #7609 - Remove UnixNetVConnection::startEvent - not actually called.
>   #7649 - Fixing DNS local_ipv* config option (#7507)
>   #7650 - Add a check for compress response for 304
>   #7652 - CacheRead: clear dir entry if doc is found to be truncated
>   #7654 - Updating documentation for negative_revalidating_lifetime
>   #7655 - Remove inline for detail::cache::CacheData::idAddr
>   #7658 - Update server_response_body_bytes when background fill worked
> (#7621)
>   #7659 - Do not provide a stale negative cache (#7422)
>   #7660 - Fix out of bounds access error in jtest (#7526)
>   #7698 - Do NOT kill tunnel if it has any consumer besides HT_HTTP_CLIENT
> (#7641)
>   #7715 - 8.1.x timeout fixes
>   #7738 - Increase the maximum slice block size from 32MB to 128MB (#7709)
>   #7759 - create a new cache status RWW_HIT (#7670)
>   #7763 - API to retrieve NoStore set by plugins (#7439)
>   #7764 - Experimental Cache fill plugin (#7470)
>   #7781 - doc: header_rewrite random function not inclusive (backport
> #7760)
>   #7810 - Adjust connection timeout for TLS
>   #7857 - Update bootstrap autest version to match the rest of autest
>   #7881 - slice: add in throttle by default code which includes a serious
> bug t…
>   #7906 - Add thread yeield to avoid busy waiting in
> LogObject::_checkout_write(). (#7576)
>   #7908 - Fix the final consumer write size from unchunked to chunked
> tunnel
>   #7971 - Fixes
>   #7975 - Revert "Adjust connection timeout for TLS"
>   #7977 - Revert "8.1.x timeout fixes"
>
>

Re: [VOTE] Release Apache Traffic server 8.1.2 (RC0)

Posted by Randall Meyer <ra...@yahoo.com.INVALID>.
 
+1     On Wednesday, June 23, 2021, 11:22:55 AM PDT, Evan Zelkowitz <ez...@apache.org> wrote:  
 
 Ive prepared a release for 8.1.2 (RC0), which is a bug fix release. For a list of all PRs, see

        https://github.com/apache/trafficserver/milestone/47?closed=1


or for a brief ChangeLog (also attached below):

        https://github.com/apache/trafficserver/blob/8.1.x/CHANGELOG-8.1.2


This release of v8.1.2 is backwards compatible with all v8.1.x releases

The artifacts are available for download at:

        http://people.apache.org/~eze/releases/8.1.2-rc0/


SHA512 checksum: e99bac1b82923240a9ac050fd916d0f1b57fbf96369f00f0698ef7237bb03fbf7f6fb44a6bf48641dee77842f235e73da247531de311fe6443c0cd42f58bf686 *trafficserver-8.1.2-rc0.tar.bz2


This corresponds to git refs:

        Hash: 9317d7a975f35db3c4311563175defba9c4a6cf7
        Tag: 8.1.2-rc0


Which can be verified with the following command:

        $ git tag -v 8.1.2-rc0


All code signing keys are available here:

        https://dist.apache.org/repos/dist/dev/trafficserver/KEYS


Make sure you refresh from a key server to get all relevant signatures. The vote will be called tomorrow, Thursday June 24th.

Cheers,

— Evan

Changes with Apache Traffic Server 8.1.2
  #7352 - Clear call_sm on tunnel reset
  #7371 - Set thread mutex to the DNSHandler mutex of SplitDNS (#7321)
  #7401 - Fix unnecessary addition of Expires header
  #7462 - Update to the new MicroServer 1.0.6 release
  #7609 - Remove UnixNetVConnection::startEvent - not actually called.
  #7649 - Fixing DNS local_ipv* config option (#7507)
  #7650 - Add a check for compress response for 304
  #7652 - CacheRead: clear dir entry if doc is found to be truncated
  #7654 - Updating documentation for negative_revalidating_lifetime
  #7655 - Remove inline for detail::cache::CacheData::idAddr
  #7658 - Update server_response_body_bytes when background fill worked (#7621)
  #7659 - Do not provide a stale negative cache (#7422)
  #7660 - Fix out of bounds access error in jtest (#7526)
  #7698 - Do NOT kill tunnel if it has any consumer besides HT_HTTP_CLIENT (#7641)
  #7715 - 8.1.x timeout fixes
  #7738 - Increase the maximum slice block size from 32MB to 128MB (#7709)
  #7759 - create a new cache status RWW_HIT (#7670)
  #7763 - API to retrieve NoStore set by plugins (#7439)
  #7764 - Experimental Cache fill plugin (#7470)
  #7781 - doc: header_rewrite random function not inclusive (backport #7760)
  #7810 - Adjust connection timeout for TLS
  #7857 - Update bootstrap autest version to match the rest of autest
  #7881 - slice: add in throttle by default code which includes a serious bug t…
  #7906 - Add thread yeield to avoid busy waiting in LogObject::_checkout_write(). (#7576)
  #7908 - Fix the final consumer write size from unchunked to chunked tunnel
  #7971 - Fixes
  #7975 - Revert "Adjust connection timeout for TLS"
  #7977 - Revert "8.1.x timeout fixes"
  

Re: [VOTE] Release Apache Traffic server 8.1.2 (RC0)

Posted by Leif Hedstrom <zw...@apache.org>.
+1

— Leif


> On Jun 23, 2021, at 12:22 PM, Evan Zelkowitz <ez...@apache.org> wrote:
> 
> Ive prepared a release for 8.1.2 (RC0), which is a bug fix release. For a
> list of all PRs, see
> 
>        https://github.com/apache/trafficserver/milestone/47?closed=1
> <https://github.com/apache/trafficserver/milestone/48?closed=1>
> 
> 
> or for a brief ChangeLog (also attached below):
> 
>        https://github.com/apache/trafficserver/blob/8.1.x/CHANGELOG-8.1.2
> <https://github.com/apache/trafficserver/blob/9.0.x/CHANGELOG-9.0.2>
> 
> 
> This release of v8.1.2 is backwards compatible with all v8.1.x releases
> 
> The artifacts are available for download at:
> 
>        http://people.apache.org/~eze/releases/8.1.2-rc0/
> <http://people.apache.org/~zwoop/rel-candidates/9.0.2-rc0/>
> 
> 
> SHA512 checksum:
> e99bac1b82923240a9ac050fd916d0f1b57fbf96369f00f0698ef7237bb03fbf7f6fb44a6bf48641dee77842f235e73da247531de311fe6443c0cd42f58bf686
> *trafficserver-8.1.2-rc0.tar.bz2
> 
> 
> This corresponds to git refs:
> 
>        Hash: 9317d7a975f35db3c4311563175defba9c4a6cf7
>        Tag: 8.1.2-rc0
> 
> 
> Which can be verified with the following command:
> 
>        $ git tag -v 8.1.2-rc0
> 
> 
> All code signing keys are available here:
> 
>        https://dist.apache.org/repos/dist/dev/trafficserver/KEYS
> 
> 
> Make sure you refresh from a key server to get all relevant signatures. The
> vote will be called tomorrow, Thursday June 24th.
> 
> Cheers,
> 
> — Evan
> 
> Changes with Apache Traffic Server 8.1.2
>  #7352 - Clear call_sm on tunnel reset
>  #7371 - Set thread mutex to the DNSHandler mutex of SplitDNS (#7321)
>  #7401 - Fix unnecessary addition of Expires header
>  #7462 - Update to the new MicroServer 1.0.6 release
>  #7609 - Remove UnixNetVConnection::startEvent - not actually called.
>  #7649 - Fixing DNS local_ipv* config option (#7507)
>  #7650 - Add a check for compress response for 304
>  #7652 - CacheRead: clear dir entry if doc is found to be truncated
>  #7654 - Updating documentation for negative_revalidating_lifetime
>  #7655 - Remove inline for detail::cache::CacheData::idAddr
>  #7658 - Update server_response_body_bytes when background fill worked
> (#7621)
>  #7659 - Do not provide a stale negative cache (#7422)
>  #7660 - Fix out of bounds access error in jtest (#7526)
>  #7698 - Do NOT kill tunnel if it has any consumer besides HT_HTTP_CLIENT
> (#7641)
>  #7715 - 8.1.x timeout fixes
>  #7738 - Increase the maximum slice block size from 32MB to 128MB (#7709)
>  #7759 - create a new cache status RWW_HIT (#7670)
>  #7763 - API to retrieve NoStore set by plugins (#7439)
>  #7764 - Experimental Cache fill plugin (#7470)
>  #7781 - doc: header_rewrite random function not inclusive (backport #7760)
>  #7810 - Adjust connection timeout for TLS
>  #7857 - Update bootstrap autest version to match the rest of autest
>  #7881 - slice: add in throttle by default code which includes a serious
> bug t…
>  #7906 - Add thread yeield to avoid busy waiting in
> LogObject::_checkout_write(). (#7576)
>  #7908 - Fix the final consumer write size from unchunked to chunked tunnel
>  #7971 - Fixes
>  #7975 - Revert "Adjust connection timeout for TLS"
>  #7977 - Revert "8.1.x timeout fixes"


Re: [VOTE] Release Apache Traffic server 8.1.2 (RC0)

Posted by Bryan Call <bc...@apache.org>.
+1 - built and tested on Fedora 34.

-Bryan


> On Jun 23, 2021, at 11:22 AM, Evan Zelkowitz <ez...@apache.org> wrote:
> 
> Ive prepared a release for 8.1.2 (RC0), which is a bug fix release. For a
> list of all PRs, see
> 
>        https://github.com/apache/trafficserver/milestone/47?closed=1
> <https://github.com/apache/trafficserver/milestone/48?closed=1>
> 
> 
> or for a brief ChangeLog (also attached below):
> 
>        https://github.com/apache/trafficserver/blob/8.1.x/CHANGELOG-8.1.2
> <https://github.com/apache/trafficserver/blob/9.0.x/CHANGELOG-9.0.2>
> 
> 
> This release of v8.1.2 is backwards compatible with all v8.1.x releases
> 
> The artifacts are available for download at:
> 
>        http://people.apache.org/~eze/releases/8.1.2-rc0/
> <http://people.apache.org/~zwoop/rel-candidates/9.0.2-rc0/>
> 
> 
> SHA512 checksum:
> e99bac1b82923240a9ac050fd916d0f1b57fbf96369f00f0698ef7237bb03fbf7f6fb44a6bf48641dee77842f235e73da247531de311fe6443c0cd42f58bf686
> *trafficserver-8.1.2-rc0.tar.bz2
> 
> 
> This corresponds to git refs:
> 
>        Hash: 9317d7a975f35db3c4311563175defba9c4a6cf7
>        Tag: 8.1.2-rc0
> 
> 
> Which can be verified with the following command:
> 
>        $ git tag -v 8.1.2-rc0
> 
> 
> All code signing keys are available here:
> 
>        https://dist.apache.org/repos/dist/dev/trafficserver/KEYS
> 
> 
> Make sure you refresh from a key server to get all relevant signatures. The
> vote will be called tomorrow, Thursday June 24th.
> 
> Cheers,
> 
> — Evan
> 
> Changes with Apache Traffic Server 8.1.2
>  #7352 - Clear call_sm on tunnel reset
>  #7371 - Set thread mutex to the DNSHandler mutex of SplitDNS (#7321)
>  #7401 - Fix unnecessary addition of Expires header
>  #7462 - Update to the new MicroServer 1.0.6 release
>  #7609 - Remove UnixNetVConnection::startEvent - not actually called.
>  #7649 - Fixing DNS local_ipv* config option (#7507)
>  #7650 - Add a check for compress response for 304
>  #7652 - CacheRead: clear dir entry if doc is found to be truncated
>  #7654 - Updating documentation for negative_revalidating_lifetime
>  #7655 - Remove inline for detail::cache::CacheData::idAddr
>  #7658 - Update server_response_body_bytes when background fill worked
> (#7621)
>  #7659 - Do not provide a stale negative cache (#7422)
>  #7660 - Fix out of bounds access error in jtest (#7526)
>  #7698 - Do NOT kill tunnel if it has any consumer besides HT_HTTP_CLIENT
> (#7641)
>  #7715 - 8.1.x timeout fixes
>  #7738 - Increase the maximum slice block size from 32MB to 128MB (#7709)
>  #7759 - create a new cache status RWW_HIT (#7670)
>  #7763 - API to retrieve NoStore set by plugins (#7439)
>  #7764 - Experimental Cache fill plugin (#7470)
>  #7781 - doc: header_rewrite random function not inclusive (backport #7760)
>  #7810 - Adjust connection timeout for TLS
>  #7857 - Update bootstrap autest version to match the rest of autest
>  #7881 - slice: add in throttle by default code which includes a serious
> bug t…
>  #7906 - Add thread yeield to avoid busy waiting in
> LogObject::_checkout_write(). (#7576)
>  #7908 - Fix the final consumer write size from unchunked to chunked tunnel
>  #7971 - Fixes
>  #7975 - Revert "Adjust connection timeout for TLS"
>  #7977 - Revert "8.1.x timeout fixes"


Re: [VOTE] Release Apache Traffic server 8.1.2 (RC0)

Posted by Randall Meyer <ra...@yahoo.com>.
 
+1     On Wednesday, June 23, 2021, 11:22:55 AM PDT, Evan Zelkowitz <ez...@apache.org> wrote:  
 
 Ive prepared a release for 8.1.2 (RC0), which is a bug fix release. For a list of all PRs, see

        https://github.com/apache/trafficserver/milestone/47?closed=1


or for a brief ChangeLog (also attached below):

        https://github.com/apache/trafficserver/blob/8.1.x/CHANGELOG-8.1.2


This release of v8.1.2 is backwards compatible with all v8.1.x releases

The artifacts are available for download at:

        http://people.apache.org/~eze/releases/8.1.2-rc0/


SHA512 checksum: e99bac1b82923240a9ac050fd916d0f1b57fbf96369f00f0698ef7237bb03fbf7f6fb44a6bf48641dee77842f235e73da247531de311fe6443c0cd42f58bf686 *trafficserver-8.1.2-rc0.tar.bz2


This corresponds to git refs:

        Hash: 9317d7a975f35db3c4311563175defba9c4a6cf7
        Tag: 8.1.2-rc0


Which can be verified with the following command:

        $ git tag -v 8.1.2-rc0


All code signing keys are available here:

        https://dist.apache.org/repos/dist/dev/trafficserver/KEYS


Make sure you refresh from a key server to get all relevant signatures. The vote will be called tomorrow, Thursday June 24th.

Cheers,

— Evan

Changes with Apache Traffic Server 8.1.2
  #7352 - Clear call_sm on tunnel reset
  #7371 - Set thread mutex to the DNSHandler mutex of SplitDNS (#7321)
  #7401 - Fix unnecessary addition of Expires header
  #7462 - Update to the new MicroServer 1.0.6 release
  #7609 - Remove UnixNetVConnection::startEvent - not actually called.
  #7649 - Fixing DNS local_ipv* config option (#7507)
  #7650 - Add a check for compress response for 304
  #7652 - CacheRead: clear dir entry if doc is found to be truncated
  #7654 - Updating documentation for negative_revalidating_lifetime
  #7655 - Remove inline for detail::cache::CacheData::idAddr
  #7658 - Update server_response_body_bytes when background fill worked (#7621)
  #7659 - Do not provide a stale negative cache (#7422)
  #7660 - Fix out of bounds access error in jtest (#7526)
  #7698 - Do NOT kill tunnel if it has any consumer besides HT_HTTP_CLIENT (#7641)
  #7715 - 8.1.x timeout fixes
  #7738 - Increase the maximum slice block size from 32MB to 128MB (#7709)
  #7759 - create a new cache status RWW_HIT (#7670)
  #7763 - API to retrieve NoStore set by plugins (#7439)
  #7764 - Experimental Cache fill plugin (#7470)
  #7781 - doc: header_rewrite random function not inclusive (backport #7760)
  #7810 - Adjust connection timeout for TLS
  #7857 - Update bootstrap autest version to match the rest of autest
  #7881 - slice: add in throttle by default code which includes a serious bug t…
  #7906 - Add thread yeield to avoid busy waiting in LogObject::_checkout_write(). (#7576)
  #7908 - Fix the final consumer write size from unchunked to chunked tunnel
  #7971 - Fixes
  #7975 - Revert "Adjust connection timeout for TLS"
  #7977 - Revert "8.1.x timeout fixes"
  

Re: [VOTE] Release Apache Traffic server 8.1.2 (RC0)

Posted by Leif Hedstrom <zw...@apache.org>.
+1

— Leif


> On Jun 23, 2021, at 12:22 PM, Evan Zelkowitz <ez...@apache.org> wrote:
> 
> Ive prepared a release for 8.1.2 (RC0), which is a bug fix release. For a
> list of all PRs, see
> 
>        https://github.com/apache/trafficserver/milestone/47?closed=1
> <https://github.com/apache/trafficserver/milestone/48?closed=1>
> 
> 
> or for a brief ChangeLog (also attached below):
> 
>        https://github.com/apache/trafficserver/blob/8.1.x/CHANGELOG-8.1.2
> <https://github.com/apache/trafficserver/blob/9.0.x/CHANGELOG-9.0.2>
> 
> 
> This release of v8.1.2 is backwards compatible with all v8.1.x releases
> 
> The artifacts are available for download at:
> 
>        http://people.apache.org/~eze/releases/8.1.2-rc0/
> <http://people.apache.org/~zwoop/rel-candidates/9.0.2-rc0/>
> 
> 
> SHA512 checksum:
> e99bac1b82923240a9ac050fd916d0f1b57fbf96369f00f0698ef7237bb03fbf7f6fb44a6bf48641dee77842f235e73da247531de311fe6443c0cd42f58bf686
> *trafficserver-8.1.2-rc0.tar.bz2
> 
> 
> This corresponds to git refs:
> 
>        Hash: 9317d7a975f35db3c4311563175defba9c4a6cf7
>        Tag: 8.1.2-rc0
> 
> 
> Which can be verified with the following command:
> 
>        $ git tag -v 8.1.2-rc0
> 
> 
> All code signing keys are available here:
> 
>        https://dist.apache.org/repos/dist/dev/trafficserver/KEYS
> 
> 
> Make sure you refresh from a key server to get all relevant signatures. The
> vote will be called tomorrow, Thursday June 24th.
> 
> Cheers,
> 
> — Evan
> 
> Changes with Apache Traffic Server 8.1.2
>  #7352 - Clear call_sm on tunnel reset
>  #7371 - Set thread mutex to the DNSHandler mutex of SplitDNS (#7321)
>  #7401 - Fix unnecessary addition of Expires header
>  #7462 - Update to the new MicroServer 1.0.6 release
>  #7609 - Remove UnixNetVConnection::startEvent - not actually called.
>  #7649 - Fixing DNS local_ipv* config option (#7507)
>  #7650 - Add a check for compress response for 304
>  #7652 - CacheRead: clear dir entry if doc is found to be truncated
>  #7654 - Updating documentation for negative_revalidating_lifetime
>  #7655 - Remove inline for detail::cache::CacheData::idAddr
>  #7658 - Update server_response_body_bytes when background fill worked
> (#7621)
>  #7659 - Do not provide a stale negative cache (#7422)
>  #7660 - Fix out of bounds access error in jtest (#7526)
>  #7698 - Do NOT kill tunnel if it has any consumer besides HT_HTTP_CLIENT
> (#7641)
>  #7715 - 8.1.x timeout fixes
>  #7738 - Increase the maximum slice block size from 32MB to 128MB (#7709)
>  #7759 - create a new cache status RWW_HIT (#7670)
>  #7763 - API to retrieve NoStore set by plugins (#7439)
>  #7764 - Experimental Cache fill plugin (#7470)
>  #7781 - doc: header_rewrite random function not inclusive (backport #7760)
>  #7810 - Adjust connection timeout for TLS
>  #7857 - Update bootstrap autest version to match the rest of autest
>  #7881 - slice: add in throttle by default code which includes a serious
> bug t…
>  #7906 - Add thread yeield to avoid busy waiting in
> LogObject::_checkout_write(). (#7576)
>  #7908 - Fix the final consumer write size from unchunked to chunked tunnel
>  #7971 - Fixes
>  #7975 - Revert "Adjust connection timeout for TLS"
>  #7977 - Revert "8.1.x timeout fixes"


Re: [VOTE] Release Apache Traffic server 8.1.2 (RC0)

Posted by Bryan Call <bc...@apache.org>.
Calling this vote with 4 +1’s and no -1’s.  Files are up on the Apache download mirrors.  I will be updating our downloads page and sending out and announcement shortly.

Thanks everyone for voting!

-Bryan


> On Jun 23, 2021, at 11:22 AM, Evan Zelkowitz <ez...@apache.org> wrote:
> 
> Ive prepared a release for 8.1.2 (RC0), which is a bug fix release. For a
> list of all PRs, see
> 
>        https://github.com/apache/trafficserver/milestone/47?closed=1
> <https://github.com/apache/trafficserver/milestone/48?closed=1>
> 
> 
> or for a brief ChangeLog (also attached below):
> 
>        https://github.com/apache/trafficserver/blob/8.1.x/CHANGELOG-8.1.2
> <https://github.com/apache/trafficserver/blob/9.0.x/CHANGELOG-9.0.2>
> 
> 
> This release of v8.1.2 is backwards compatible with all v8.1.x releases
> 
> The artifacts are available for download at:
> 
>        http://people.apache.org/~eze/releases/8.1.2-rc0/
> <http://people.apache.org/~zwoop/rel-candidates/9.0.2-rc0/>
> 
> 
> SHA512 checksum:
> e99bac1b82923240a9ac050fd916d0f1b57fbf96369f00f0698ef7237bb03fbf7f6fb44a6bf48641dee77842f235e73da247531de311fe6443c0cd42f58bf686
> *trafficserver-8.1.2-rc0.tar.bz2
> 
> 
> This corresponds to git refs:
> 
>        Hash: 9317d7a975f35db3c4311563175defba9c4a6cf7
>        Tag: 8.1.2-rc0
> 
> 
> Which can be verified with the following command:
> 
>        $ git tag -v 8.1.2-rc0
> 
> 
> All code signing keys are available here:
> 
>        https://dist.apache.org/repos/dist/dev/trafficserver/KEYS
> 
> 
> Make sure you refresh from a key server to get all relevant signatures. The
> vote will be called tomorrow, Thursday June 24th.
> 
> Cheers,
> 
> — Evan
> 
> Changes with Apache Traffic Server 8.1.2
>  #7352 - Clear call_sm on tunnel reset
>  #7371 - Set thread mutex to the DNSHandler mutex of SplitDNS (#7321)
>  #7401 - Fix unnecessary addition of Expires header
>  #7462 - Update to the new MicroServer 1.0.6 release
>  #7609 - Remove UnixNetVConnection::startEvent - not actually called.
>  #7649 - Fixing DNS local_ipv* config option (#7507)
>  #7650 - Add a check for compress response for 304
>  #7652 - CacheRead: clear dir entry if doc is found to be truncated
>  #7654 - Updating documentation for negative_revalidating_lifetime
>  #7655 - Remove inline for detail::cache::CacheData::idAddr
>  #7658 - Update server_response_body_bytes when background fill worked
> (#7621)
>  #7659 - Do not provide a stale negative cache (#7422)
>  #7660 - Fix out of bounds access error in jtest (#7526)
>  #7698 - Do NOT kill tunnel if it has any consumer besides HT_HTTP_CLIENT
> (#7641)
>  #7715 - 8.1.x timeout fixes
>  #7738 - Increase the maximum slice block size from 32MB to 128MB (#7709)
>  #7759 - create a new cache status RWW_HIT (#7670)
>  #7763 - API to retrieve NoStore set by plugins (#7439)
>  #7764 - Experimental Cache fill plugin (#7470)
>  #7781 - doc: header_rewrite random function not inclusive (backport #7760)
>  #7810 - Adjust connection timeout for TLS
>  #7857 - Update bootstrap autest version to match the rest of autest
>  #7881 - slice: add in throttle by default code which includes a serious
> bug t…
>  #7906 - Add thread yeield to avoid busy waiting in
> LogObject::_checkout_write(). (#7576)
>  #7908 - Fix the final consumer write size from unchunked to chunked tunnel
>  #7971 - Fixes
>  #7975 - Revert "Adjust connection timeout for TLS"
>  #7977 - Revert "8.1.x timeout fixes"


Re: [VOTE] Release Apache Traffic server 8.1.2 (RC0)

Posted by Bryan Call <bc...@apache.org>.
Calling this vote with 4 +1’s and no -1’s.  Files are up on the Apache download mirrors.  I will be updating our downloads page and sending out and announcement shortly.

Thanks everyone for voting!

-Bryan


> On Jun 23, 2021, at 11:22 AM, Evan Zelkowitz <ez...@apache.org> wrote:
> 
> Ive prepared a release for 8.1.2 (RC0), which is a bug fix release. For a
> list of all PRs, see
> 
>        https://github.com/apache/trafficserver/milestone/47?closed=1
> <https://github.com/apache/trafficserver/milestone/48?closed=1>
> 
> 
> or for a brief ChangeLog (also attached below):
> 
>        https://github.com/apache/trafficserver/blob/8.1.x/CHANGELOG-8.1.2
> <https://github.com/apache/trafficserver/blob/9.0.x/CHANGELOG-9.0.2>
> 
> 
> This release of v8.1.2 is backwards compatible with all v8.1.x releases
> 
> The artifacts are available for download at:
> 
>        http://people.apache.org/~eze/releases/8.1.2-rc0/
> <http://people.apache.org/~zwoop/rel-candidates/9.0.2-rc0/>
> 
> 
> SHA512 checksum:
> e99bac1b82923240a9ac050fd916d0f1b57fbf96369f00f0698ef7237bb03fbf7f6fb44a6bf48641dee77842f235e73da247531de311fe6443c0cd42f58bf686
> *trafficserver-8.1.2-rc0.tar.bz2
> 
> 
> This corresponds to git refs:
> 
>        Hash: 9317d7a975f35db3c4311563175defba9c4a6cf7
>        Tag: 8.1.2-rc0
> 
> 
> Which can be verified with the following command:
> 
>        $ git tag -v 8.1.2-rc0
> 
> 
> All code signing keys are available here:
> 
>        https://dist.apache.org/repos/dist/dev/trafficserver/KEYS
> 
> 
> Make sure you refresh from a key server to get all relevant signatures. The
> vote will be called tomorrow, Thursday June 24th.
> 
> Cheers,
> 
> — Evan
> 
> Changes with Apache Traffic Server 8.1.2
>  #7352 - Clear call_sm on tunnel reset
>  #7371 - Set thread mutex to the DNSHandler mutex of SplitDNS (#7321)
>  #7401 - Fix unnecessary addition of Expires header
>  #7462 - Update to the new MicroServer 1.0.6 release
>  #7609 - Remove UnixNetVConnection::startEvent - not actually called.
>  #7649 - Fixing DNS local_ipv* config option (#7507)
>  #7650 - Add a check for compress response for 304
>  #7652 - CacheRead: clear dir entry if doc is found to be truncated
>  #7654 - Updating documentation for negative_revalidating_lifetime
>  #7655 - Remove inline for detail::cache::CacheData::idAddr
>  #7658 - Update server_response_body_bytes when background fill worked
> (#7621)
>  #7659 - Do not provide a stale negative cache (#7422)
>  #7660 - Fix out of bounds access error in jtest (#7526)
>  #7698 - Do NOT kill tunnel if it has any consumer besides HT_HTTP_CLIENT
> (#7641)
>  #7715 - 8.1.x timeout fixes
>  #7738 - Increase the maximum slice block size from 32MB to 128MB (#7709)
>  #7759 - create a new cache status RWW_HIT (#7670)
>  #7763 - API to retrieve NoStore set by plugins (#7439)
>  #7764 - Experimental Cache fill plugin (#7470)
>  #7781 - doc: header_rewrite random function not inclusive (backport #7760)
>  #7810 - Adjust connection timeout for TLS
>  #7857 - Update bootstrap autest version to match the rest of autest
>  #7881 - slice: add in throttle by default code which includes a serious
> bug t…
>  #7906 - Add thread yeield to avoid busy waiting in
> LogObject::_checkout_write(). (#7576)
>  #7908 - Fix the final consumer write size from unchunked to chunked tunnel
>  #7971 - Fixes
>  #7975 - Revert "Adjust connection timeout for TLS"
>  #7977 - Revert "8.1.x timeout fixes"