JosiahWI commented on code in PR #10786:
URL: https://github.com/apache/trafficserver/pull/10786#discussion_r1393490216
##########
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 wonder whether this debug message should be updated now that the context
has changed.
--
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]