[
https://issues.apache.org/jira/browse/TS-4618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bryan Call reassigned TS-4618:
------------------------------
Assignee: Bryan Call
> Still in priority queue after closing the stream
> ------------------------------------------------
>
> Key: TS-4618
> URL: https://issues.apache.org/jira/browse/TS-4618
> Project: Traffic Server
> Issue Type: Bug
> Components: HTTP/2
> Affects Versions: 6.2.0
> Reporter: Bryan Call
> Assignee: Bryan Call
> Fix For: 7.0.0
>
>
> After the stream is closed it is still in the priority queue
> {code}
> (gdb) bt
> #0 Mutex_lock (this=0x2b6c005a5858, stream=0x2b6c0cd773c0,
> payload_length=@0x2b6b873cdd38) at
> ../../../trafficserver/iocore/eventsystem/I_Lock.h:381
> #1 MutexLock (this=0x2b6c005a5858, stream=0x2b6c0cd773c0,
> payload_length=@0x2b6b873cdd38) at
> ../../../trafficserver/iocore/eventsystem/I_Lock.h:449
> #2 Http2ConnectionState::send_a_data_frame (this=0x2b6c005a5858,
> stream=0x2b6c0cd773c0, payload_length=@0x2b6b873cdd38)
> at ../../../trafficserver/proxy/http2/Http2ConnectionState.cc:1037
> #3 0x00000000005f69b9 in
> Http2ConnectionState::send_data_frames_depends_on_priority
> (this=0x2b6c005a5858) at
> ../../../trafficserver/proxy/http2/Http2ConnectionState.cc:1000
> #4 0x00000000005f6f1c in Http2ConnectionState::main_event_handler
> (this=0x2b6c005a5858, event=<value optimized out>, edata=<value optimized
> out>)
> at ../../../trafficserver/proxy/http2/Http2ConnectionState.cc:803
> #5 0x000000000075408d in handleEvent (this=0x2b6b85bb7010, e=0x2b6bc41cf360,
> calling_code=2254) at
> ../../../trafficserver/iocore/eventsystem/I_Continuation.h:153
> #6 EThread::process_event (this=0x2b6b85bb7010, e=0x2b6bc41cf360,
> calling_code=2254) at
> ../../../trafficserver/iocore/eventsystem/UnixEThread.cc:148
> #7 0x0000000000754b6b in EThread::execute (this=0x2b6b85bb7010) at
> ../../../trafficserver/iocore/eventsystem/UnixEThread.cc:202
> #8 0x00000000007534ca in spawn_thread_internal (a=0x21f3280) at
> ../../../trafficserver/iocore/eventsystem/Thread.cc:86
> #9 0x00002b6b83dccaa1 in start_thread () from /lib64/libpthread.so.0
> #10 0x00000038180e893d in clone () from /lib64/libc.so.6
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)