Github user zwoop closed the pull request at:
https://github.com/apache/trafficserver/pull/996
---
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 i
Github user SolidWallOfCode commented on a diff in the pull request:
https://github.com/apache/trafficserver/pull/996#discussion_r85598778
--- Diff: iocore/cache/CacheDisk.cc ---
@@ -23,6 +23,35 @@
#include "P_Cache.h"
+void
+CacheDisk::incrErrors(const AIOC
Github user SolidWallOfCode commented on a diff in the pull request:
https://github.com/apache/trafficserver/pull/996#discussion_r85599028
--- Diff: iocore/cache/Cache.cc ---
@@ -2015,6 +2022,16 @@ CacheProcessor::mark_storage_offline(CacheDisk *d
///< Target disk
RecIncrGlo
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
GitHub user gtenev opened a pull request:
https://github.com/apache/trafficserver/pull/996
TS-4834 Expose bad disk and disk access failures
For monitoring purposes expose stats about:
- disk access failure count
- marked bad disk count
You can merge this pull request into a