This is an automated email from the ASF dual-hosted git repository.
sorber pushed a change to branch 6.2.x
in repository https://git-dual.apache.org/repos/asf/trafficserver.git.
from eb1d019 TS-4916 Add safety net to avoid H2-infinite-loop deadlock.
adds 4eb26a7 TS-4475: Modified the event handlers in
LogCollationClientSM.cc to handle and ignore the VC_EVENT_INACTIVITY_TIMEOUT
event. Previously, this event was un-handled and would cause a core dump.
adds 2f58b9c TS-4475 : Handle VC_EVENT_INACTIVITY_TIMEOUT in
LogCollationClientSM.cc Based on suggestions from Oknet Xu, we now close the
client connection on the timeout event instead of ignoring it. Also, we set the
net_vc associated with the client connection to have a timeout of one day or
86400 seconds instead of the default value.
adds e5dfa2d TS-4475 : Handle VC_EVENT_INACTIVITY_TIMEOUT in
LogCollationClientSM.cc Based on suggestions from Susan Hinrich, we now also
handle the VC_EVENT_ACTIVE_TIMEOUT event. In addition, we also perform the same
clean-up activities performed for the EOS and ERROR events in addition to
closing the client connection.
adds 3d73ba3 TS-4475: Fix un-handled event crash in
LogCollationClientSM.cc
adds f597608 TS-4475: Fix un-handled time-out event crash in Log
Collation
adds cf79e2d TS-4475: Fix un-handled time-out event crash in Log
Collation
No new revisions were added by this update.
Summary of changes:
doc/admin-guide/files/records.config.en.rst | 18 ++++++++++++++++++
mgmt/RecordsConfig.cc | 4 ++++
proxy/logging/LogCollationClientSM.cc | 20 +++++++++++++++++---
proxy/logging/LogCollationHostSM.cc | 16 ++++++++++++++--
4 files changed, 53 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].