[I] `Cache_vol` regression test intermittently fails with large storage settings . [trafficserver]

2023-10-18 Thread via GitHub


masaori335 opened a new issue, #10648:
URL: https://github.com/apache/trafficserver/issues/10648

   With the default value (256M), I haven't seen failure, but increasing the 
size, it fails intermittently.
   
   - `storage.config`
   ```
   var/trafficserver 1G
   ```
   
   ```
   ยป /opt/ats-asf-master/bin/traffic_server -R 3 -r Cache_vol
   Traffic Server 10.0.0-0 Oct 19 2023 08:21:06 Masaoris-MacBook-Pro-16.local
   traffic_server: using root directory '/opt/ats-asf-master'
   [Oct 19 13:55:46.501]  NOTE: records parsing completed.
   [Oct 19 13:55:46.501]  NOTE: 
/opt/ats-asf-master/etc/trafficserver/records.yaml finished loading
   [Oct 19 13:55:46.567] [TS_MAIN] NOTE: Traffic Server is running 
unprivileged, not switching to user 'nobody'
   REGRESSION_TEST initialization begun
   REGRESSION TEST Cache_vol started
   RPRINT Cache_vol: 7 128 Megabyte Volumes
   [Oct 19 13:55:47.575] [ET_NET 9] NOTE: Clearing Disk: 
/opt/ats-asf-master/var/trafficserver/cache.db
   RPRINT Cache_vol: Not enough space for 10 volume
   RPRINT Cache_vol: Random Volumes after clearing the disks
   RPRINT Cache_vol: volume=1 scheme=http size=384
   RPRINT Cache_vol: volume=3 scheme=http size=256
   RPRINT Cache_vol: Random Volumes without clearing the disks
   RPRINT Cache_vol: volume=1 scheme=http size=512
   RPRINT Cache_vol: volume=2 scheme=http size=384
   RPRINT Cache_vol: Configuration and Actual volumes don't match
   REGRESSION_RESULT Cache_vol:FAILED
   REGRESSION_TEST DONE: FAILED
   ```
   
   
https://github.com/apache/trafficserver/blob/e084750c6943920cae0fe611d9ebf416c09d2c97/src/iocore/cache/CacheHosting.cc#L1004


-- 
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 go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@trafficserver.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] CRC code can be incorrect on 9.2 for IMS_MISS [trafficserver]

2023-10-18 Thread via GitHub


ezelkow1 closed issue #9128: CRC code can be incorrect on 9.2 for IMS_MISS
URL: https://github.com/apache/trafficserver/issues/9128


-- 
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 go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] HTTP/3 memory leaks [trafficserver]

2023-10-18 Thread via GitHub


duke8253 commented on issue #10091:
URL: 
https://github.com/apache/trafficserver/issues/10091#issuecomment-1769198048

   [2.pdf](https://github.com/apache/trafficserver/files/13033027/2.pdf)
   @bryancall could you collect a memory profile on your setup? This is what I 
got from running `h2load -n 1 -c 100 -m 100 -t 10 --npn-list=h3 
https://127.0.0.1:9090/cache/1024`, looks very different from your previous 
graph.  


-- 
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 go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] H3 request causing crash [trafficserver]

2023-10-18 Thread via GitHub


maskit closed issue #10636: H3 request causing crash
URL: https://github.com/apache/trafficserver/issues/10636


-- 
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 go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] cmake: need an enable for hardening compilation [trafficserver]

2023-10-18 Thread via GitHub


cmcfarlen closed issue #10608: cmake: need an enable for hardening compilation
URL: https://github.com/apache/trafficserver/issues/10608


-- 
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 go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[I] H3 request causing crash [trafficserver]

2023-10-18 Thread via GitHub


duke8253 opened a new issue, #10636:
URL: https://github.com/apache/trafficserver/issues/10636

   This crash started happening #10596 
   
   Running ats with generator plugin. The command I used for the request: 
   `curl https://127.0.0.1:9090/cache/1024 -v -k --proxy-insecure --http3-only` 
   
   ```
   #0  0x75db5acf in raise () from /lib64/libc.so.6
   #1  0x75d88ea5 in abort () from /lib64/libc.so.6
   #2  0x772e6114 in CRYPTO_set_ex_data (ad=, index=-1, 
val=) at /tmp/tmp.ZhfxSaVmaB/boringssl/crypto/ex_data.c:178
   #3  0x00879962 in QUICPacketHandlerIn::_recv_packet (this=, event=, udp_packet=0x7fffe4ce5f50) at 
../../../iocore/net/QUICPacketHandler_quiche.cc:304
   #4  0x008783bf in QUICPacketHandlerIn::acceptEvent 
(this=0x75925300, event=, data=0x7fffe5afd610) at 
../../../iocore/net/QUICPacketHandler_quiche.cc:148
   #5  0x00860df2 in Continuation::handleEvent (data=0x7fffe5afd610, 
event=210, this=0x75925300) at 
/home/feid/git/duke-ats/_build/../iocore/eventsystem/I_Continuation.h:228
   #6  Continuation::handleEvent (data=0x7fffe5afd610, event=210, 
this=0x75925300) at 
/home/feid/git/duke-ats/_build/../iocore/eventsystem/I_Continuation.h:224
   #7  UnixUDPConnection::callbackHandler (this=this@entry=0x7fffe4bc4000, 
event=event@entry=0, data=data@entry=0x0) at 
../../../iocore/net/UnixUDPConnection.cc:96
   #8  0x0086a6a4 in UDPNetProcessorInternal::udp_callback 
(this=0xbd43c0 , nh=0x7fffe96ff9b0, thread=0x7fffe96fde00, 
xuc=0x7fffe4bc4000) at ../../../iocore/net/UnixUDPNet.cc:676
   #9  UDPNetHandler::waitForActivity (this=0x7fffe96ff9b0, timeout=) at ../../../iocore/net/UnixUDPNet.cc:1809
   #10 0x00966d95 in EThread::execute_regular 
(this=this@entry=0x7fffe96fde00) at 
../../../iocore/eventsystem/UnixEThread.cc:285
   #11 0x00966f71 in EThread::execute (this=0x7fffe96fde00) at 
../../../iocore/eventsystem/UnixEThread.cc:334
   #12 EThread::execute (this=0x7fffe96fde00) at 
../../../iocore/eventsystem/UnixEThread.cc:312
   #13 0x009648b2 in spawn_thread_internal (a=0x75900240) at 
../../../iocore/eventsystem/Thread.cc:78
   #14 0x76d931ca in start_thread () from /lib64/libpthread.so.0
   #15 0x75da0e73 in clone () from /lib64/libc.so.6
   ```


-- 
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 go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@trafficserver.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org