From 0451909e0533d357a45dd427226028e095240dac Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Tue, 21 Feb 2017 14:35:52 +0100 Subject: debug/sink: add xlator to aid in resource leak debugging This new xlator does not allocate any resources on init(). This makes it a good option to use for debugging xlator releated resources leaks on fini(). By putting the sink xlator as single xlator in a .vol file, and loading it through gfapi, we can investigate the resource leaks that are happening through gfapi (and the Gluster core). By extending the .vol file with additional xlators, it is possible to analyze resource leaks of single xlators. Change-Id: Idb5faa861b623dd5b2a988b181e669b0d52c2a0e BUG: 1425623 Fixes: #176 Signed-off-by: Niels de Vos Reviewed-on: https://review.gluster.org/16806 NetBSD-regression: NetBSD Build System CentOS-regression: Gluster Build System Smoke: Gluster Build System Reviewed-by: Shyamsundar Ranganathan --- doc/developer-guide/Developers-Index.md | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/developer-guide/Developers-Index.md') diff --git a/doc/developer-guide/Developers-Index.md b/doc/developer-guide/Developers-Index.md index 9bcbcdc4cbe..4c6346e83d4 100644 --- a/doc/developer-guide/Developers-Index.md +++ b/doc/developer-guide/Developers-Index.md @@ -67,6 +67,7 @@ Testing/Debugging Framework](./Using Gluster Test Framework.md) - Step by step instructions for running the Gluster Test Framework - [Coredump Analysis](./coredump-analysis.md) - Steps to analize coredumps generated by regression machines. +- [Identifying Resource Leaks](./identifying-resource-leaks.md) Release Process --------------- -- cgit