[GitHub] trafficserver pull request #996: TS-4834 Expose bad disk and disk access fai...

2016-12-22 Thread zwoop
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] trafficserver pull request #996: TS-4834 Expose bad disk and disk access fai...

2016-10-28 Thread SolidWallOfCode
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] trafficserver pull request #996: TS-4834 Expose bad disk and disk access fai...

2016-10-28 Thread SolidWallOfCode
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] trafficserver pull request #996: TS-4834 Expose bad disk and disk access fai...

2016-09-11 Thread SolidWallOfCode
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] trafficserver pull request #996: TS-4834 Expose bad disk and disk access fai...

2016-09-08 Thread gtenev
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