JosiahWI commented on code in PR #10786:
URL: https://github.com/apache/trafficserver/pull/10786#discussion_r1394759752


##########
src/iocore/cache/Stripe.cc:
##########
@@ -917,3 +918,23 @@ Stripe::_init_data()
   this->_init_data_internal();
   this->_init_data_internal();
 }
+
+bool
+Stripe::flush_aggregate_write_buffer()
+{
+  Dbg(dbg_ctl_cache_dir_sync, "Dir %s: flushing agg buffer first", 
this->hash_text.get());

Review Comment:
   I looked at the code again and opted to move the message back to 
`sync_cache_dir_on_shutdown`, because the message goes along with the other 
debug messages in that function, and I think it would be good to keep it.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to