scw00 commented on a change in pull request #6961:
URL: https://github.com/apache/trafficserver/pull/6961#discussion_r446735694
##########
File path: iocore/cache/CacheWrite.cc
##########
@@ -617,7 +617,6 @@ Vol::evacuateDocReadDone(int event, Event *e)
if (doc->magic != DOC_MAGIC) {
Debug("cache_evac", "DOC magic: %X %d",
(int)dir_tag(&doc_evacuator->overwrite_dir),
Review comment:
I think `ink_abort` is critical error that ATS can not serve anymore.
But in this case, it only influence one Object (truncated object), so
`ink_assert` is enough .
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]