Add issue pointer.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1372316 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Dawid Weiss 2012-08-13 08:41:40 +00:00
parent 95e3213c79
commit d72080551a
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ import org.slf4j.LoggerFactory;
*/
@Slow
@BadApple
@AwaitsFix(bugUrl = "thread leaks")
@AwaitsFix(bugUrl = "SOLR-3727 (leak threads)")
public abstract class AbstractFullDistribZkTestBase extends AbstractDistribZkTestBase {
static Logger log = LoggerFactory.getLogger(AbstractFullDistribZkTestBase.class);