Github user SolidWallOfCode commented on a diff in the pull request:
https://github.com/apache/trafficserver/pull/996#discussion_r78302115
--- Diff: iocore/cache/Cache.cc ---
@@ -2070,6 +2070,16 @@ AIO_Callback_handler::handle_disk_failure(int /*
event ATS_UNUSED */, void *data
for (; disk_no < gndisks; disk_no++) {
CacheDisk *d = gdisks[disk_no];
+ /* find the Vol instance needed for updating per-volume stats by
CACHE_INCREMENT_DYN_STAT */
+ Vol *vol;
--- End diff --
If there are multiple volumes for the same physical disk / file descriptor,
does this just find the first one?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---