[GitHub] [trafficserver] scw00 commented on issue #6674: "Corrupt" range request into last fragment

2020-04-19 Thread GitBox
scw00 commented on issue #6674: URL: https://github.com/apache/trafficserver/issues/6674#issuecomment-616257386 Can you please test with #5929 This is an automated message from the Apache Git Service. To respond to the messa

[GitHub] [trafficserver] vmamidi commented on issue #6674: "Corrupt" range request into last fragment

2020-04-19 Thread GitBox
vmamidi commented on issue #6674: URL: https://github.com/apache/trafficserver/issues/6674#issuecomment-616318181 > Can you please test with #5929 We aren't able to reproduce the problem. We can try #6507 to invalidate the object. We noticed that it is the end bytes that is h

[GitHub] [trafficserver] chn-lee-yumi opened a new issue #6684: Memory

2020-04-20 Thread GitBox
chn-lee-yumi opened a new issue #6684: URL: https://github.com/apache/trafficserver/issues/6684 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

[GitHub] [trafficserver] masaori335 commented on issue #6666: Fix link issue of test_libhttp2 on FreeBSD 12 with --enable-debug

2020-04-20 Thread GitBox
masaori335 commented on issue #: URL: https://github.com/apache/trafficserver/pull/#issuecomment-616367367 I agree with this is an ugly hack:( I still don't know what is root cause, but this looks LLD specific issue with debug build. If I use GNU ld instead of LLD, the issue

[GitHub] [trafficserver] masaori335 edited a comment on issue #6666: Fix link issue of test_libhttp2 on FreeBSD 12 with --enable-debug

2020-04-20 Thread GitBox
masaori335 edited a comment on issue #: URL: https://github.com/apache/trafficserver/pull/#issuecomment-616367367 I agree with this is an ugly hack:( I still don't know what is root cause, but this looks LLD specific issue with debug build. If I use GNU ld instead of LLD, th

[GitHub] [trafficserver] maskit commented on issue #6666: Fix link issue of test_libhttp2 on FreeBSD 12 with --enable-debug

2020-04-20 Thread GitBox
maskit commented on issue #: URL: https://github.com/apache/trafficserver/pull/#issuecomment-616421557 I looked into this too. Here's a couple of findings: - Optimization does some magic. If I add `-O1` to AM_CPPFLAGS on http2/Makefile.am then link succeeds without the LDADD

[GitHub] [trafficserver] traeak commented on issue #6571: Lua plugin number of states configuration and stats printing

2020-04-20 Thread GitBox
traeak commented on issue #6571: URL: https://github.com/apache/trafficserver/pull/6571#issuecomment-616596029 [approve ci autest] This is an automated message from the Apache Git Service. To respond to the message, please lo

[GitHub] [trafficserver] traeak opened a new pull request #6685: cache_range_requests tests: remove last-modified

2020-04-20 Thread GitBox
traeak opened a new pull request #6685: URL: https://github.com/apache/trafficserver/pull/6685 Backport PR to make the autests simpler and more resilient. This is an automated message from the Apache Git Service. To respond t

[GitHub] [trafficserver] shinrich opened a new pull request #6686: Fixes to hostDB to avoid event and memory leaks

2020-04-20 Thread GitBox
shinrich opened a new pull request #6686: URL: https://github.com/apache/trafficserver/pull/6686 @randall found memory leaks in a previous hostDB fix I pushed 153c08166ed3ba83f92064e607b37210fa34c297. I spent quite a bit of time last winter tracking down HostDB events that would tri

[GitHub] [trafficserver] randall commented on a change in pull request #6686: Fixes to hostDB to avoid event and memory leaks

2020-04-20 Thread GitBox
randall commented on a change in pull request #6686: URL: https://github.com/apache/trafficserver/pull/6686#discussion_r411484138 ## File path: iocore/hostdb/HostDB.cc ## @@ -1420,37 +1418,38 @@ HostDBContinuation::dnsEvent(int event, HostEnt *e) return EVENT_CONT;

[GitHub] [trafficserver] duke8253 commented on issue #6602: TSContSchedule API renaming

2020-04-20 Thread GitBox
duke8253 commented on issue #6602: URL: https://github.com/apache/trafficserver/pull/6602#issuecomment-616643314 I'm fine with either, I'll revert back to not changing the names then? This is an automated message from the Apa

[GitHub] [trafficserver] randall commented on issue #6667: Updated docs for guaranteed_{min,max}_lifetime

2020-04-20 Thread GitBox
randall commented on issue #6667: URL: https://github.com/apache/trafficserver/pull/6667#issuecomment-616644622 [approve ci autest] This is an automated message from the Apache Git Service. To respond to the message, please l

[GitHub] [trafficserver] randall removed a comment on issue #6667: Updated docs for guaranteed_{min,max}_lifetime

2020-04-20 Thread GitBox
randall removed a comment on issue #6667: URL: https://github.com/apache/trafficserver/pull/6667#issuecomment-616644622 [approve ci autest] This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [trafficserver] randall removed a comment on issue #6663: Fixes memory leak during log configuration

2020-04-20 Thread GitBox
randall removed a comment on issue #6663: URL: https://github.com/apache/trafficserver/pull/6663#issuecomment-614150227 [approve ci autest] This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [trafficserver] zwoop commented on issue #6685: 8.1.x backport cache_range_requests autests: remove last-modified

2020-04-20 Thread GitBox
zwoop commented on issue #6685: URL: https://github.com/apache/trafficserver/pull/6685#issuecomment-616660085 Was this cherry-picked with "git cherry-pick -x" ? This is an automated message from the Apache Git Service. To res

[GitHub] [trafficserver] traeak commented on issue #6685: 8.1.x backport cache_range_requests autests: remove last-modified

2020-04-20 Thread GitBox
traeak commented on issue #6685: URL: https://github.com/apache/trafficserver/pull/6685#issuecomment-616665949 No I didn't do it that way at the time for whatever reason. I can redo this PR if desired. This is an automated

[GitHub] [trafficserver] sudheerv commented on issue #6602: TSContSchedule API renaming

2020-04-20 Thread GitBox
sudheerv commented on issue #6602: URL: https://github.com/apache/trafficserver/pull/6602#issuecomment-616670924 > I don't think we should rename TSContScheduleOnPool() to be TSContSchedule(). The function requires a pool and it makes more sense to have the name TSContScheduleOnPool(). I h

[GitHub] [trafficserver] sudheerv edited a comment on issue #6602: TSContSchedule API renaming

2020-04-20 Thread GitBox
sudheerv edited a comment on issue #6602: URL: https://github.com/apache/trafficserver/pull/6602#issuecomment-616670924 > I don't think we should rename TSContScheduleOnPool() to be TSContSchedule(). The function requires a pool and it makes more sense to have the name TSContScheduleOnPool

[GitHub] [trafficserver] sudheerv edited a comment on issue #6602: TSContSchedule API renaming

2020-04-20 Thread GitBox
sudheerv edited a comment on issue #6602: URL: https://github.com/apache/trafficserver/pull/6602#issuecomment-616670924 > I don't think we should rename TSContScheduleOnPool() to be TSContSchedule(). The function requires a pool and it makes more sense to have the name TSContScheduleOnPool

[GitHub] [trafficserver] shinrich commented on issue #6686: Fixes to hostDB to avoid event and memory leaks

2020-04-20 Thread GitBox
shinrich commented on issue #6686: URL: https://github.com/apache/trafficserver/pull/6686#issuecomment-616673451 Updated to address @randall's comments This is an automated message from the Apache Git Service. To respond to t

[GitHub] [trafficserver] SolidWallOfCode commented on issue #6602: TSContSchedule API renaming

2020-04-20 Thread GitBox
SolidWallOfCode commented on issue #6602: URL: https://github.com/apache/trafficserver/pull/6602#issuecomment-616682942 Given what I suggested [a month ago](https://github.com/apache/trafficserver/pull/6577#issuecomment-604720341) I am glad to see @sudheerv and @bryancall have come around

[GitHub] [trafficserver] shukitchan commented on issue #6571: Lua plugin number of states configuration and stats printing

2020-04-20 Thread GitBox
shukitchan commented on issue #6571: URL: https://github.com/apache/trafficserver/pull/6571#issuecomment-616684827 [approve ci autest] This is an automated message from the Apache Git Service. To respond to the message, pleas

[GitHub] [trafficserver] shukitchan commented on a change in pull request #6571: Lua plugin number of states configuration and stats printing

2020-04-20 Thread GitBox
shukitchan commented on a change in pull request #6571: URL: https://github.com/apache/trafficserver/pull/6571#discussion_r411540669 ## File path: plugins/lua/ts_lua.c ## @@ -26,36 +26,311 @@ #define TS_LUA_MAX_STATE_COUNT 256 +#define TS_LUA_STATS_TIMEOUT 1000 // 1s Re

[GitHub] [trafficserver] shinrich commented on a change in pull request #6645: Traffic Dump: Adding an SNI filtering option.

2020-04-20 Thread GitBox
shinrich commented on a change in pull request #6645: URL: https://github.com/apache/trafficserver/pull/6645#discussion_r411545401 ## File path: plugins/experimental/traffic_dump/traffic_dump.cc ## @@ -597,9 +601,29 @@ global_ssn_handler(TSCont contp, TSEvent event, void *edat

[GitHub] [trafficserver] zwoop opened a new pull request #6687: Added more of the main sub-trees

2020-04-20 Thread GitBox
zwoop opened a new pull request #6687: URL: https://github.com/apache/trafficserver/pull/6687 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[GitHub] [trafficserver] randall opened a new pull request #6688: Fixes minor memory leak in configure_net

2020-04-20 Thread GitBox
randall opened a new pull request #6688: URL: https://github.com/apache/trafficserver/pull/6688 This was introduced in 58b154bb6f253ac8660bd778dd2bf43cb7b60687 This is an automated message from the Apache Git Service. To resp

[GitHub] [trafficserver] shinrich opened a new pull request #6689: Handle immediate as inactivity timeout

2020-04-20 Thread GitBox
shinrich opened a new pull request #6689: URL: https://github.com/apache/trafficserver/pull/6689 Addresses issue #6300. Details of crash discussed there. We have been running with this patch since January. Forgot to push this once we verified its efficacy.

[GitHub] [trafficserver] shinrich opened a new pull request #6690: Remove tls_versions from host sni policy check

2020-04-20 Thread GitBox
shinrich opened a new pull request #6690: URL: https://github.com/apache/trafficserver/pull/6690 The current logic will apply the host name and SNI name match check of the host name would have triggered a SNI policy for verify_client or tls_versions. After working with this in produc

[GitHub] [trafficserver] zwoop commented on issue #6688: Fixes minor memory leak in configure_net

2020-04-20 Thread GitBox
zwoop commented on issue #6688: URL: https://github.com/apache/trafficserver/pull/6688#issuecomment-616751195 I assume this is an 8.1.x candidate too ? This is an automated message from the Apache Git Service. To respond to t

[GitHub] [trafficserver] randall commented on issue #6688: Fixes minor memory leak in configure_net

2020-04-20 Thread GitBox
randall commented on issue #6688: URL: https://github.com/apache/trafficserver/pull/6688#issuecomment-616753640 > I assume this is an 8.1.x candidate too ? I think so. It applies cleanly. This is an automated message f

[GitHub] [trafficserver] vmamidi commented on issue #6686: Fixes to hostDB to avoid event and memory leaks

2020-04-20 Thread GitBox
vmamidi commented on issue #6686: URL: https://github.com/apache/trafficserver/pull/6686#issuecomment-616753827 If we are trying to fix #5952, I wonder why didn't HttpSM Continuation cancel pending event when it died? If we think HttpSM canceling the pending DNS event is working as expecte

[GitHub] [trafficserver] randall commented on a change in pull request #6675: Add Au test for client communications for a GET request of a large object.

2020-04-20 Thread GitBox
randall commented on a change in pull request #6675: URL: https://github.com/apache/trafficserver/pull/6675#discussion_r411628186 ## File path: tests/gold_tests/bigobj/bigobj.test.py ## @@ -0,0 +1,129 @@ +''' +Test client-side communication when GETting a very large object. +''

[GitHub] [trafficserver] traeak opened a new pull request #6691: Slice plugin: self heal when asset etag/last-modified block mismatches

2020-04-20 Thread GitBox
traeak opened a new pull request #6691: URL: https://github.com/apache/trafficserver/pull/6691 This tries to make the slice plugin smarter when origins do bad things to assets without changing their path including: * etag change * last modified change * content length change

[GitHub] [trafficserver] randall commented on issue #6686: Fixes to hostDB to avoid event and memory leaks

2020-04-20 Thread GitBox
randall commented on issue #6686: URL: https://github.com/apache/trafficserver/pull/6686#issuecomment-616780380 Running under Instruments.app, I no longer see the HostDB continuation leak. I do see an assert hit here: ``` Fatal: HttpSM.cc:2880: failed assertion `event == HTTP_TUNN

[GitHub] [trafficserver] randall commented on issue #6686: Fixes to hostDB to avoid event and memory leaks

2020-04-20 Thread GitBox
randall commented on issue #6686: URL: https://github.com/apache/trafficserver/pull/6686#issuecomment-616780585 @zwoop Can you put this PR on docs and see if the leaks you were seeing go away? This is an automated message f

[GitHub] [trafficserver] zwoop commented on issue #6658: Update TSStatFindName to check that sync callback is set on the stat

2020-04-20 Thread GitBox
zwoop commented on issue #6658: URL: https://github.com/apache/trafficserver/pull/6658#issuecomment-616797897 Cherry-picked to v9.0.x branch. This is an automated message from the Apache Git Service. To respond to the message

[GitHub] [trafficserver] zwoop commented on issue #6688: Fixes minor memory leak in configure_net

2020-04-20 Thread GitBox
zwoop commented on issue #6688: URL: https://github.com/apache/trafficserver/pull/6688#issuecomment-616798389 Cherry-picked to v9.0.x branch. This is an automated message from the Apache Git Service. To respond to the message

[GitHub] [trafficserver] zwoop commented on issue #6688: Fixes minor memory leak in configure_net

2020-04-20 Thread GitBox
zwoop commented on issue #6688: URL: https://github.com/apache/trafficserver/pull/6688#issuecomment-616798655 Cherry-picked to 8.1.x This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [trafficserver] zwoop commented on issue #6671: ATS 8.0.x leaks HTTP/2 connections

2020-04-20 Thread GitBox
zwoop commented on issue #6671: URL: https://github.com/apache/trafficserver/issues/6671#issuecomment-616828607 is this still an issue with 8.1.x or 9.0.x ? This is an automated message from the Apache Git Service. To respond

[GitHub] [trafficserver] mlibbey commented on issue #6674: "Corrupt" range request into last fragment

2020-04-20 Thread GitBox
mlibbey commented on issue #6674: URL: https://github.com/apache/trafficserver/issues/6674#issuecomment-616865474 Should have noted (thanks @SolidWallOfCode ) in the original description that range requests that are before the magic offset against good and bad copies have the same good md5

[GitHub] [trafficserver] shinrich commented on issue #6686: Fixes to hostDB to avoid event and memory leaks

2020-04-20 Thread GitBox
shinrich commented on issue #6686: URL: https://github.com/apache/trafficserver/pull/6686#issuecomment-616874375 @randall can you tell what event was delivered to the HttpTunnel that caused the assert? This is an automated

[GitHub] [trafficserver] shinrich commented on issue #6686: Fixes to hostDB to avoid event and memory leaks

2020-04-20 Thread GitBox
shinrich commented on issue #6686: URL: https://github.com/apache/trafficserver/pull/6686#issuecomment-616874877 @vmamidi The problem isn't that HttpSM died. Rather that multiple events were created for the HostDBContinutation, and the original logic was not correctly tracking those event

[GitHub] [trafficserver] masaori335 commented on issue #6666: Fix link issue of test_libhttp2 on FreeBSD 12 with --enable-debug

2020-04-20 Thread GitBox
masaori335 commented on issue #: URL: https://github.com/apache/trafficserver/pull/#issuecomment-616881628 Thanks for looking. > Optimization does some magic. If I add -O1 to AM_CPPFLAGS on http2/Makefile.am then link succeeds without the LDADD change, but not -O0. Th

[GitHub] [trafficserver] masaori335 commented on issue #6666: Fix link issue of test_libhttp2 on FreeBSD 12 with --enable-debug

2020-04-20 Thread GitBox
masaori335 commented on issue #: URL: https://github.com/apache/trafficserver/pull/#issuecomment-616890728 I pushed new commit which satisfies both of GNU ld & LLD without duplicated lines. This is an automated messa

[GitHub] [trafficserver] maskit commented on issue #6666: Fix link issue of test_libhttp2 on FreeBSD 12 with --enable-debug

2020-04-20 Thread GitBox
maskit commented on issue #: URL: https://github.com/apache/trafficserver/pull/#issuecomment-616900020 > I tried another order, moving libinkevent.a between libhttp2.a and libhdrs.a. It also works. This is interesting. You may already have tried this, but adding only a dup l

[GitHub] [trafficserver] masaori335 commented on issue #6666: Fix link issue of test_libhttp2 on FreeBSD 12 with --enable-debug

2020-04-20 Thread GitBox
masaori335 commented on issue #: URL: https://github.com/apache/trafficserver/pull/#issuecomment-616931987 [approve ci centos] This is an automated message from the Apache Git Service. To respond to the message, pleas

[GitHub] [trafficserver] masaori335 opened a new pull request #6692: Fix deprecated-copy warning in cache tool

2020-04-20 Thread GitBox
masaori335 opened a new pull request #6692: URL: https://github.com/apache/trafficserver/pull/6692 I saw below `-Wdeprecated-copy` warning with llvm-10 on macOS. ``` CXX traffic_cache_tool/traffic_cache_tool-CacheTool.o traffic_cache_tool/CacheTool.cc:259:5: error: definition

[GitHub] [trafficserver] masaori335 commented on issue #6692: Fix deprecated-copy warning in cache tool

2020-04-20 Thread GitBox
masaori335 commented on issue #6692: URL: https://github.com/apache/trafficserver/pull/6692#issuecomment-616989592 [approve ci autest] This is an automated message from the Apache Git Service. To respond to the message, pleas

[GitHub] [trafficserver] masaori335 removed a comment on issue #6692: Fix deprecated-copy warning in cache tool

2020-04-20 Thread GitBox
masaori335 removed a comment on issue #6692: URL: https://github.com/apache/trafficserver/pull/6692#issuecomment-616989592 [approve ci autest] This is an automated message from the Apache Git Service. To respond to the messag

[GitHub] [trafficserver] ema commented on a change in pull request #6667: Updated docs for guaranteed_{min,max}_lifetime

2020-04-21 Thread GitBox
ema commented on a change in pull request #6667: URL: https://github.com/apache/trafficserver/pull/6667#discussion_r411995855 ## File path: doc/admin-guide/files/records.config.en.rst ## @@ -2050,6 +2050,27 @@ Cache Control The maximum age allowed for a stale response bef

[GitHub] [trafficserver] SolidWallOfCode commented on issue #6674: "Corrupt" range request into last fragment

2020-04-21 Thread GitBox
SolidWallOfCode commented on issue #6674: URL: https://github.com/apache/trafficserver/issues/6674#issuecomment-617134005 After that long discussion, my view is the fragment data is not corrupt, it is too short. Essentially the last fragment is not in the table at all and seeks that start

[GitHub] [trafficserver] scw00 commented on issue #6674: "Corrupt" range request into last fragment

2020-04-21 Thread GitBox
scw00 commented on issue #6674: URL: https://github.com/apache/trafficserver/issues/6674#issuecomment-617140375 AFAICT. The cache updated case will use the old fragment table other than the newest one which I try to fix in #5929 . So the seek request can not get correct offsets from fragme

[GitHub] [trafficserver] scw00 edited a comment on issue #6674: "Corrupt" range request into last fragment

2020-04-21 Thread GitBox
scw00 edited a comment on issue #6674: URL: https://github.com/apache/trafficserver/issues/6674#issuecomment-617140375 AFAICT. The cache updated case will use the old fragment table other than the newest one, This is what I try to fix in #5929 . So the seek request can not get correct offs

[GitHub] [trafficserver] randall commented on issue #6692: Fix deprecated-copy warning in cache tool

2020-04-21 Thread GitBox
randall commented on issue #6692: URL: https://github.com/apache/trafficserver/pull/6692#issuecomment-617215454 [approve ci autest] This is an automated message from the Apache Git Service. To respond to the message, please l

[GitHub] [trafficserver] ywkaras commented on a change in pull request #6692: Fix deprecated-copy warning in cache tool

2020-04-21 Thread GitBox
ywkaras commented on a change in pull request #6692: URL: https://github.com/apache/trafficserver/pull/6692#discussion_r412242666 ## File path: src/traffic_cache_tool/CacheTool.cc ## @@ -255,6 +255,8 @@ class VolumeAllocator : _config(config), _size(size), _deficit(defic

[GitHub] [trafficserver] a-canary commented on a change in pull request #6650: Extendible asan simple

2020-04-21 Thread GitBox
a-canary commented on a change in pull request #6650: URL: https://github.com/apache/trafficserver/pull/6650#discussion_r412260462 ## File path: doc/developer-guide/internal-libraries/Extendible.en.rst ## @@ -80,18 +80,19 @@ the type's constructor, destructor, and serializer. A

[GitHub] [trafficserver] a-canary commented on a change in pull request #6650: Extendible asan simple

2020-04-21 Thread GitBox
a-canary commented on a change in pull request #6650: URL: https://github.com/apache/trafficserver/pull/6650#discussion_r412270168 ## File path: include/tscore/Extendible.h ## @@ -575,6 +584,17 @@ sizeOf(size_t size = sizeof(Derived_t)) template Extendible::Extendible() {

[GitHub] [trafficserver] randall commented on issue #6686: Fixes to hostDB to avoid event and memory leaks

2020-04-21 Thread GitBox
randall commented on issue #6686: URL: https://github.com/apache/trafficserver/pull/6686#issuecomment-617243024 @shinrich It's 104 (`VC_EVENT_EOS` ?) This is an automated message from the Apache Git Service. To respond to the

[GitHub] [trafficserver] zwoop commented on issue #6643: Bug fixes to h2 buffering

2020-04-21 Thread GitBox
zwoop commented on issue #6643: URL: https://github.com/apache/trafficserver/pull/6643#issuecomment-617247564 Cherry-picked to 8.1.x This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [trafficserver] zwoop commented on issue #5387: Fixes typos in various documentation files

2020-04-21 Thread GitBox
zwoop commented on issue #5387: URL: https://github.com/apache/trafficserver/pull/5387#issuecomment-617248882 Moving out from 8.1.x, unless someone cares very strongly here and makes a PR for the 8.1.x branch (this doesn't cherry-pick cleanly).

[GitHub] [trafficserver] vmamidi commented on issue #6686: Fixes to hostDB to avoid event and memory leaks

2020-04-21 Thread GitBox
vmamidi commented on issue #6686: URL: https://github.com/apache/trafficserver/pull/6686#issuecomment-617252588 > @vmamidi The problem isn't that HttpSM died. Rather that multiple events were created for the HostDBContinutation, and the original logic was not correctly tracking those event

[GitHub] [trafficserver] zwoop commented on issue #6666: Fix link issue of test_libhttp2 on FreeBSD 12 with --enable-debug

2020-04-21 Thread GitBox
zwoop commented on issue #: URL: https://github.com/apache/trafficserver/pull/#issuecomment-617273848 Cherry-picked to 8.1.x Cherry-picked to v9.0.x branch. This is an automated message from the Apache Git Service.

[GitHub] [trafficserver] shinrich opened a new issue #6693: Need more tests to exercise FetchSM

2020-04-21 Thread GitBox
shinrich opened a new issue #6693: URL: https://github.com/apache/trafficserver/issues/6693 While reviewing code coverage on master after running unit tests, regression tests, and autests, it looks like only the most basic aspects of FetchSM are exercised. The header manipulation and chun

[GitHub] [trafficserver] ywkaras commented on a change in pull request #6675: Add Au test for client communications for a GET request of a large object.

2020-04-21 Thread GitBox
ywkaras commented on a change in pull request #6675: URL: https://github.com/apache/trafficserver/pull/6675#discussion_r412387670 ## File path: tests/gold_tests/bigobj/bigobj.test.py ## @@ -0,0 +1,129 @@ +''' +Test client-side communication when GETting a very large object. +''

[GitHub] [trafficserver] zwoop commented on issue #6686: Fixes to hostDB to avoid event and memory leaks

2020-04-21 Thread GitBox
zwoop commented on issue #6686: URL: https://github.com/apache/trafficserver/pull/6686#issuecomment-617362114 Running on Docs now (hence the OnDocs labe :-). This is an automated message from the Apache Git Service. To respon

[GitHub] [trafficserver] zwoop edited a comment on issue #6686: Fixes to hostDB to avoid event and memory leaks

2020-04-21 Thread GitBox
zwoop edited a comment on issue #6686: URL: https://github.com/apache/trafficserver/pull/6686#issuecomment-617362114 Running on Docs now (hence the OnDocs label :-). This is an automated message from the Apache Git Service. T

[GitHub] [trafficserver] zwoop commented on issue #6586: traffic_dump: don't dump cookies from the wire

2020-04-21 Thread GitBox
zwoop commented on issue #6586: URL: https://github.com/apache/trafficserver/pull/6586#issuecomment-617363302 Cherry-picked to v9.0.x branch. This is an automated message from the Apache Git Service. To respond to the message

[GitHub] [trafficserver] zwoop commented on issue #6645: Traffic Dump: Adding an SNI filtering option.

2020-04-21 Thread GitBox
zwoop commented on issue #6645: URL: https://github.com/apache/trafficserver/pull/6645#issuecomment-617363172 This also needs 4d7aeb09f83e447b2d3112d23bb0a98ba32ca51d. This is an automated message from the Apache Git Service.

[GitHub] [trafficserver] zwoop commented on issue #6645: Traffic Dump: Adding an SNI filtering option.

2020-04-21 Thread GitBox
zwoop commented on issue #6645: URL: https://github.com/apache/trafficserver/pull/6645#issuecomment-617363535 Cherry-picked to v9.0.x branch. This is an automated message from the Apache Git Service. To respond to the message

[GitHub] [trafficserver] zwoop commented on issue #6663: Fixes memory leak during log configuration

2020-04-21 Thread GitBox
zwoop commented on issue #6663: URL: https://github.com/apache/trafficserver/pull/6663#issuecomment-617363790 Cherry-picked to v9.0.x branch. This is an automated message from the Apache Git Service. To respond to the message

[GitHub] [trafficserver] randall opened a new pull request #6694: Normalizes function names to match hook names in intercept plugins

2020-04-21 Thread GitBox
randall opened a new pull request #6694: URL: https://github.com/apache/trafficserver/pull/6694 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

[GitHub] [trafficserver] djcarlin opened a new issue #6695: proxy.config.net.max_connections_active_in not documented

2020-04-21 Thread GitBox
djcarlin opened a new issue #6695: URL: https://github.com/apache/trafficserver/issues/6695 proxy.config.net.max_connections_active_in isn't documented, has a default value in ATS 9.x of 1 according to traffic_ctl config describe ---

[GitHub] [trafficserver] shinrich commented on issue #6686: Fixes to hostDB to avoid event and memory leaks

2020-04-21 Thread GitBox
shinrich commented on issue #6686: URL: https://github.com/apache/trafficserver/pull/6686#issuecomment-617441629 The events are against the HostDBContinuations. The stale event cases were against the deleted and possibly reallocated HostDBContiunations. So if the HostDBContinuation can k

[GitHub] [trafficserver] bryancall opened a new pull request #6696: Fixed memory leak in unit test

2020-04-21 Thread GitBox
bryancall opened a new pull request #6696: URL: https://github.com/apache/trafficserver/pull/6696 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

[GitHub] [trafficserver] shinrich opened a new pull request #6697: Increase the default max_record_entries to match the original value

2020-04-21 Thread GitBox
shinrich opened a new pull request #6697: URL: https://github.com/apache/trafficserver/pull/6697 Addresses issue #6472. We've updated our /etc/sysconfig/trafficserver to pass in the 2500 (the previous compiled in value). But if you start traffic_server without that value in our environme

[GitHub] [trafficserver] masaori335 commented on a change in pull request #6692: Fix deprecated-copy warning in cache tool

2020-04-21 Thread GitBox
masaori335 commented on a change in pull request #6692: URL: https://github.com/apache/trafficserver/pull/6692#discussion_r412563078 ## File path: src/traffic_cache_tool/CacheTool.cc ## @@ -255,6 +255,8 @@ class VolumeAllocator : _config(config), _size(size), _deficit(de

[GitHub] [trafficserver] masaori335 commented on a change in pull request #6692: Fix deprecated-copy warning in cache tool

2020-04-21 Thread GitBox
masaori335 commented on a change in pull request #6692: URL: https://github.com/apache/trafficserver/pull/6692#discussion_r412563078 ## File path: src/traffic_cache_tool/CacheTool.cc ## @@ -255,6 +255,8 @@ class VolumeAllocator : _config(config), _size(size), _deficit(de

[GitHub] [trafficserver] bryancall opened a new pull request #6698: Added Apache notifications file

2020-04-21 Thread GitBox
bryancall opened a new pull request #6698: URL: https://github.com/apache/trafficserver/pull/6698 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

[GitHub] [trafficserver-ingress-controller] shukitchan opened a new pull request #1: Initial Checkin

2020-04-29 Thread GitBox
shukitchan opened a new pull request #1: URL: https://github.com/apache/trafficserver-ingress-controller/pull/1 Initial Code and Document Checkin This is an automated message from the Apache Git Service. To respond to the mes

[GitHub] [trafficserver-ingress-controller] shukitchan opened a new pull request #2: Update snippet example

2020-05-09 Thread GitBox
shukitchan opened a new pull request #2: URL: https://github.com/apache/trafficserver-ingress-controller/pull/2 to redirect http redirect to https This is an automated message from the Apache Git Service. To respond to the me

[GitHub] [trafficserver-ingress-controller] rishabhc opened a new pull request #3: K8s version update

2020-06-05 Thread GitBox
rishabhc opened a new pull request #3: URL: https://github.com/apache/trafficserver-ingress-controller/pull/3 1. Updates app-deployment.yaml to work correctly with the newer versions of K8s 2. Updates ats-deployment.yaml to work correctly with the newer versions of K8s ---

[GitHub] [trafficserver-ingress-controller] shukitchan commented on pull request #3: K8s version update

2020-06-06 Thread GitBox
shukitchan commented on pull request #3: URL: https://github.com/apache/trafficserver-ingress-controller/pull/3#issuecomment-640124126 thanks for the patch This is an automated message from the Apache Git Service. To respond

[GitHub] [trafficserver-ingress-controller] shukitchan merged pull request #3: K8s version update

2020-06-06 Thread GitBox
shukitchan merged pull request #3: URL: https://github.com/apache/trafficserver-ingress-controller/pull/3 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

[GitHub] [trafficserver-ingress-controller] rishabhc opened a new pull request #4: Updated README to remove deprecated command

2020-06-09 Thread GitBox
rishabhc opened a new pull request #4: URL: https://github.com/apache/trafficserver-ingress-controller/pull/4 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

[GitHub] [trafficserver-ingress-controller] shukitchan merged pull request #4: Updated README to remove deprecated command

2020-06-09 Thread GitBox
shukitchan merged pull request #4: URL: https://github.com/apache/trafficserver-ingress-controller/pull/4 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

[GitHub] [trafficserver-ingress-controller] rishabhc opened a new pull request #5: Removes kubernetes for docker in README and replaces it with Minikube…

2020-06-10 Thread GitBox
rishabhc opened a new pull request #5: URL: https://github.com/apache/trafficserver-ingress-controller/pull/5 … setup guide This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [trafficserver-ingress-controller] shukitchan merged pull request #5: Removes kubernetes for docker in README and replaces it with Minikube…

2020-06-11 Thread GitBox
shukitchan merged pull request #5: URL: https://github.com/apache/trafficserver-ingress-controller/pull/5 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

[GitHub] [trafficserver-ingress-controller] shukitchan merged pull request #5: Removes kubernetes for docker in README and replaces it with Minikube…

2020-06-11 Thread GitBox
shukitchan merged pull request #5: URL: https://github.com/apache/trafficserver-ingress-controller/pull/5 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [trafficserver-ingress-controller] rishabhc opened a new pull request #6: Integrate fluentd, prometheus and grafana

2020-06-16 Thread GitBox
rishabhc opened a new pull request #6: URL: https://github.com/apache/trafficserver-ingress-controller/pull/6 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

[GitHub] [trafficserver-ingress-controller] shukitchan commented on a change in pull request #6: Integrate fluentd, prometheus and grafana

2020-06-16 Thread GitBox
shukitchan commented on a change in pull request #6: URL: https://github.com/apache/trafficserver-ingress-controller/pull/6#discussion_r441206067 ## File path: Dockerfile ## @@ -36,6 +36,7 @@ RUN curl -L https://www-us.apache.org/dist/trafficserver/trafficserver-8.0.7.tar CO

[GitHub] [trafficserver-ingress-controller] shukitchan commented on pull request #6: Integrate fluentd, prometheus and grafana

2020-06-16 Thread GitBox
shukitchan commented on pull request #6: URL: https://github.com/apache/trafficserver-ingress-controller/pull/6#issuecomment-645071984 1. I don't think we should include the exporter this way. Rather we should perhaps use "submodule" ? 2. Can the prometheus/grafana live in its own name

[GitHub] [trafficserver-ingress-controller] rishabhc commented on pull request #6: Integrate fluentd, prometheus and grafana

2020-06-17 Thread GitBox
rishabhc commented on pull request #6: URL: https://github.com/apache/trafficserver-ingress-controller/pull/6#issuecomment-645550432 Changes in the recent commits: 1. Removed all the files of ATS exporter and included it as a submodule in the repo 2. Grafana and prometheus now will

[GitHub] [trafficserver-ingress-controller] shukitchan merged pull request #6: Integrate fluentd, prometheus and grafana

2020-06-19 Thread GitBox
shukitchan merged pull request #6: URL: https://github.com/apache/trafficserver-ingress-controller/pull/6 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

[GitHub] [trafficserver-ingress-controller] rishabhc opened a new pull request #7: Updates ATS to version 8.0.8

2020-06-25 Thread GitBox
rishabhc opened a new pull request #7: URL: https://github.com/apache/trafficserver-ingress-controller/pull/7 ATS has been updated to version 8.0.8 in the Dockerfile. Various functionalities have been tested, everything seems to be running fine. --

[GitHub] [trafficserver-ingress-controller] bryancall opened a new pull request #8: Updated the mailing list information for the repo

2020-06-25 Thread GitBox
bryancall opened a new pull request #8: URL: https://github.com/apache/trafficserver-ingress-controller/pull/8 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [trafficserver-ingress-controller] shukitchan commented on pull request #8: Updated the mailing list information for the repo

2020-06-25 Thread GitBox
shukitchan commented on pull request #8: URL: https://github.com/apache/trafficserver-ingress-controller/pull/8#issuecomment-649679293 👍 This is an automated message from the Apache Git Service. To respond to the message, p

[GitHub] [trafficserver-site] masaori335 opened a new pull request #1: Replace HTTP/2.0 with HTTP/2

2020-12-02 Thread GitBox
masaori335 opened a new pull request #1: URL: https://github.com/apache/trafficserver-site/pull/1 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

[GitHub] [trafficserver-site] bryancall merged pull request #1: Replace HTTP/2.0 with HTTP/2

2020-12-03 Thread GitBox
bryancall merged pull request #1: URL: https://github.com/apache/trafficserver-site/pull/1 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to