You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by GitBox <gi...@apache.org> on 2023/01/04 22:26:01 UTC

[GitHub] [trafficserver] bdgranger commented on issue #9274: Read-while-writer readers time out and "bail" even while writer continues to write

bdgranger commented on issue #9274:
URL: https://github.com/apache/trafficserver/issues/9274#issuecomment-1371500839

   I need to correct the previous statement. We have now seen the issue reproduce even with dir_probe.* and dir_insert tags enabled, it just happens a lot less often and generates huge logs. Unfortunately, it still doesn't show why the problem is happening.  It almost seems like sometimes the openReadReadDone function has some of the Directory memory structure cached and doesn't detect when the linked list has been changed after the new fragment is inserted.  Is this possible? Is there some sort of flush that sometimes happens to force the Dir structure to update in memory that might be missing?


-- 
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-unsubscribe@trafficserver.apache.org

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