[JENKINS] Lucene-Solr-5.x-Solaris (multiarch/jdk1.7.0) - Build # 132 - Still Failing!

2015-10-17 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Solaris/132/ Java: multiarch/jdk1.7.0 -d64 -XX:+UseCompressedOops -XX:+UseG1GC 1 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.client.solrj.embedded.LargeVolumeBinaryJettyTest Error Message: ObjectTracker found 1 object(s)

[JENKINS-EA] Lucene-Solr-trunk-Linux (64bit/jdk1.9.0-ea-b85) - Build # 14567 - Still Failing!

2015-10-17 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/14567/ Java: 64bit/jdk1.9.0-ea-b85 -XX:+UseCompressedOops -XX:+UseSerialGC 4 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.cloud.SaslZkACLProviderTest Error Message: 5 threads leaked from SUITE scope at

[jira] [Updated] (LUCENE-6276) Add matchCost() api to TwoPhaseDocIdSetIterator

2015-10-17 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Elschot updated LUCENE-6276: - Attachment: LUCENE-6276.patch Patch of 18 Oct 2015. - Calculate the matchCost per

[JENKINS] Lucene-Solr-NightlyTests-5.x - Build # 989 - Still Failing

2015-10-17 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-5.x/989/ 4 tests failed. FAILED: org.apache.solr.cloud.BasicDistributedZk2Test.test Error Message: Server refused connection at: http://127.0.0.1:33348/collection1 Stack Trace: org.apache.solr.client.solrj.SolrServerException:

[jira] [Commented] (SOLR-5944) Support updates of numeric DocValues

2015-10-17 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14962099#comment-14962099 ] Ishan Chattopadhyaya commented on SOLR-5944: Had productive discussions around this at

[jira] [Updated] (SOLR-8162) JmxMonitoredMap#clear triggers a query on all the MBeans thus generating lots of warnings

2015-10-17 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-8162: Attachment: SOLR-8162.patch This patch fixes JmxMonitoredMap.clear to use a

[jira] [Assigned] (SOLR-8162) JmxMonitoredMap#clear triggers a query on all the MBeans thus generating lots of warnings

2015-10-17 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar reassigned SOLR-8162: --- Assignee: Shalin Shekhar Mangar > JmxMonitoredMap#clear triggers a query on

[jira] [Commented] (SOLR-8114) Grouping.java: sort variable names confusion

2015-10-17 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14962179#comment-14962179 ] ASF subversion and git services commented on SOLR-8114: --- Commit 1709230 from

[jira] [Commented] (LUCENE-6821) TermQuery's constructors should clone the incoming term

2015-10-17 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6821?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14961776#comment-14961776 ] Tommaso Teofili commented on LUCENE-6821: - from my perspective we can proceed committing this

[JENKINS-EA] Lucene-Solr-trunk-Linux (32bit/jdk1.9.0-ea-b85) - Build # 14558 - Still Failing!

2015-10-17 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/14558/ Java: 32bit/jdk1.9.0-ea-b85 -client -XX:+UseSerialGC 3 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.cloud.TestSolrCloudWithKerberosAlt Error Message: 5 threads leaked from SUITE scope at

[JENKINS] Lucene-Solr-5.x-Windows (32bit/jdk1.8.0_60) - Build # 5210 - Failure!

2015-10-17 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/5210/ Java: 32bit/jdk1.8.0_60 -client -XX:+UseG1GC 1 tests failed. FAILED: org.apache.solr.cloud.SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection Error Message: Delete action failed! Stack Trace:

[jira] [Comment Edited] (SOLR-7344) Allow Jetty thread pool limits while still avoiding distributed deadlock.

2015-10-17 Thread Ramkumar Aiyengar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14961970#comment-14961970 ] Ramkumar Aiyengar edited comment on SOLR-7344 at 10/17/15 5:10 PM: ---

[jira] [Commented] (SOLR-8166) Introduce possibility to configure ParseContext in ExtractingRequestHandler/ExtractingDocumentLoader

2015-10-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14961998#comment-14961998 ] ASF GitHub Bot commented on SOLR-8166: -- Github user uschindler commented on a diff in the pull

[GitHub] lucene-solr pull request: SOLR-8166 provide config for tika's Pars...

2015-10-17 Thread uschindler
Github user uschindler commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/206#discussion_r42311681 --- Diff: solr/contrib/extraction/src/java/org/apache/solr/handler/extraction/ExtractingRequestHandler.java --- @@ -79,6 +81,20 @@ public void

[jira] [Commented] (SOLR-8166) Introduce possibility to configure ParseContext in ExtractingRequestHandler/ExtractingDocumentLoader

2015-10-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14961999#comment-14961999 ] ASF GitHub Bot commented on SOLR-8166: -- Github user uschindler commented on a diff in the pull

[GitHub] lucene-solr pull request: SOLR-8166 provide config for tika's Pars...

2015-10-17 Thread uschindler
Github user uschindler commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/206#discussion_r42311704 --- Diff: solr/contrib/extraction/src/java/org/apache/solr/handler/extraction/ParseContextConfig.java --- @@ -0,0 +1,113 @@ +package

[GitHub] lucene-solr pull request: SOLR-8166 provide config for tika's Pars...

2015-10-17 Thread uschindler
Github user uschindler commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/206#discussion_r42311693 --- Diff: solr/contrib/extraction/src/java/org/apache/solr/handler/extraction/ExtractingRequestHandler.java --- @@ -79,6 +81,20 @@ public void

[jira] [Commented] (SOLR-8166) Introduce possibility to configure ParseContext in ExtractingRequestHandler/ExtractingDocumentLoader

2015-10-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14962000#comment-14962000 ] ASF GitHub Bot commented on SOLR-8166: -- Github user uschindler commented on a diff in the pull

[jira] [Commented] (SOLR-8166) Introduce possibility to configure ParseContext in ExtractingRequestHandler/ExtractingDocumentLoader

2015-10-17 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14962002#comment-14962002 ] Uwe Schindler commented on SOLR-8166: - I left some comments on the pull request. > Introduce

[jira] [Assigned] (SOLR-8166) Introduce possibility to configure ParseContext in ExtractingRequestHandler/ExtractingDocumentLoader

2015-10-17 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8166?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler reassigned SOLR-8166: --- Assignee: Uwe Schindler > Introduce possibility to configure ParseContext in >

[jira] [Commented] (SOLR-8166) Introduce possibility to configure ParseContext in ExtractingRequestHandler/ExtractingDocumentLoader

2015-10-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14962003#comment-14962003 ] ASF GitHub Bot commented on SOLR-8166: -- Github user uschindler commented on a diff in the pull

[GitHub] lucene-solr pull request: SOLR-8166 provide config for tika's Pars...

2015-10-17 Thread uschindler
Github user uschindler commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/206#discussion_r42311723 --- Diff: solr/contrib/extraction/src/test-files/log4j.properties --- @@ -0,0 +1,31 @@ +# Logging level --- End diff -- Please

[jira] [Commented] (SOLR-8166) Introduce possibility to configure ParseContext in ExtractingRequestHandler/ExtractingDocumentLoader

2015-10-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14962005#comment-14962005 ] ASF GitHub Bot commented on SOLR-8166: -- Github user uschindler commented on a diff in the pull

[jira] [Commented] (SOLR-8166) Introduce possibility to configure ParseContext in ExtractingRequestHandler/ExtractingDocumentLoader

2015-10-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14962004#comment-14962004 ] ASF GitHub Bot commented on SOLR-8166: -- Github user uschindler commented on a diff in the pull

[GitHub] lucene-solr pull request: SOLR-8166 provide config for tika's Pars...

2015-10-17 Thread uschindler
Github user uschindler commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/206#discussion_r42311743 --- Diff: solr/contrib/extraction/src/test/org/apache/solr/handler/extraction/ParseContextConfigTest.java --- @@ -0,0 +1,54 @@ +package

[GitHub] lucene-solr pull request: SOLR-8166 provide config for tika's Pars...

2015-10-17 Thread uschindler
Github user uschindler commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/206#discussion_r42311748 --- Diff: solr/contrib/extraction/src/java/org/apache/solr/handler/extraction/ParseContextConfig.java --- @@ -0,0 +1,113 @@ +package

[JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.8.0_60) - Build # 14564 - Failure!

2015-10-17 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/14564/ Java: 64bit/jdk1.8.0_60 -XX:-UseCompressedOops -XX:+UseParallelGC 1 tests failed. FAILED: org.apache.solr.cloud.CdcrReplicationHandlerTest.doTest Error Message: Captured an uncaught exception in thread: Thread[id=8351,

[JENKINS] Lucene-Solr-Tests-trunk-Java8 - Build # 496 - Still Failing

2015-10-17 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-trunk-Java8/496/ 1 tests failed. FAILED: org.apache.solr.cloud.SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection Error Message: Delete action failed! Stack Trace: java.lang.AssertionError: Delete action failed! at

[jira] [Commented] (LUCENE-6835) Directory.deleteFile should "own" retrying deletions on Windows

2015-10-17 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6835?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14961826#comment-14961826 ] Michael McCandless commented on LUCENE-6835: bq. I think it needs a way to check that the

[JENKINS-EA] Lucene-Solr-5.x-Linux (32bit/jdk1.9.0-ea-b85) - Build # 14269 - Failure!

2015-10-17 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/14269/ Java: 32bit/jdk1.9.0-ea-b85 -server -XX:+UseParallelGC 1 tests failed. FAILED: org.apache.solr.cloud.SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection Error Message: Delete action failed! Stack Trace:

RE: build failing suddenly

2015-10-17 Thread Uwe Schindler
The runtime is also available on Maven Central: http://repo1.maven.org/maven2/org/antlr/antlr4-runtime/4.5.1-1/ - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de From: Uwe Schindler

[JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.8.0_60) - Build # 14560 - Still Failing!

2015-10-17 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/14560/ Java: 32bit/jdk1.8.0_60 -server -XX:+UseConcMarkSweepGC 3 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.cloud.HttpPartitionTest Error Message: 2 threads leaked from SUITE scope at

RE: build failing suddenly

2015-10-17 Thread Uwe Schindler
The Lucene Expressions module updated the Antlr4 runtime to 4.5.1-1. Not sure why your Ivy does not download it, it is definitely available on Maven Central: http://repo1.maven.org/maven2/org/antlr/antlr4/4.5.1-1/ Maybe nuke your Ivy Cache (rm –rf in ~/.ivy/cache). Otherwise: Could it be

[jira] [Commented] (LUCENE-6821) TermQuery's constructors should clone the incoming term

2015-10-17 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6821?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14961845#comment-14961845 ] Paul Elschot commented on LUCENE-6821: -- The patch of 14 October LGTM, and tests pass here. >

[JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.8.0_60) - Build # 14559 - Still Failing!

2015-10-17 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/14559/ Java: 64bit/jdk1.8.0_60 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC 1 tests failed. FAILED: org.apache.solr.cloud.SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection Error Message: Delete action failed! Stack

[JENKINS] Lucene-Solr-NightlyTests-trunk - Build # 824 - Still Failing

2015-10-17 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-trunk/824/ 1 tests failed. FAILED: org.apache.lucene.codecs.lucene50.TestLucene50NormsFormat.testAllZeros Error Message: Stack Trace: java.lang.NullPointerException at

[jira] [Commented] (SOLR-8135) SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection reproducible failure

2015-10-17 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14961867#comment-14961867 ] ASF subversion and git services commented on SOLR-8135: --- Commit 1709142 from

[jira] [Commented] (SOLR-8135) SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection reproducible failure

2015-10-17 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14961868#comment-14961868 ] ASF subversion and git services commented on SOLR-8135: --- Commit 1709143 from

[JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.8.0_60) - Build # 14561 - Still Failing!

2015-10-17 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/14561/ Java: 64bit/jdk1.8.0_60 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC 1 tests failed. FAILED: org.apache.solr.cloud.SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection Error Message: Delete action failed! Stack

[jira] [Commented] (SOLR-8135) SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection reproducible failure

2015-10-17 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14961877#comment-14961877 ] Uwe Schindler commented on SOLR-8135: - failed also on almost any build on Jenkins (2 of 3 builds

[JENKINS] Lucene-Solr-5.x-Solaris (64bit/jdk1.8.0) - Build # 131 - Failure!

2015-10-17 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Solaris/131/ Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC 1 tests failed. FAILED: org.apache.solr.schema.TestCloudManagedSchemaConcurrent.test Error Message: QUERY FAILED:

Re: [JENKINS-EA] Lucene-Solr-5.x-Linux (32bit/jdk1.9.0-ea-b85) - Build # 14269 - Failure!

2015-10-17 Thread Shalin Shekhar Mangar
I have disabled this test for the time being. It is being tracked in SOLR-8135 On Sat, Oct 17, 2015 at 2:25 PM, Policeman Jenkins Server wrote: > Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/14269/ > Java: 32bit/jdk1.9.0-ea-b85 -server -XX:+UseParallelGC > > 1

[JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.8.0_60) - Build # 5341 - Failure!

2015-10-17 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/5341/ Java: 32bit/jdk1.8.0_60 -client -XX:+UseConcMarkSweepGC 3 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.core.TestLazyCores Error Message: ERROR: SolrIndexSearcher opens=51 closes=50 Stack Trace:

[jira] [Commented] (SOLR-7683) Introduce support to identify Solr internal request types

2015-10-17 Thread Hrishikesh Gadre (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14962070#comment-14962070 ] Hrishikesh Gadre commented on SOLR-7683: [~andyetitmoves] Sure. I would like to add a unit test

[jira] [Commented] (SOLR-7683) Introduce support to identify Solr internal request types

2015-10-17 Thread Hrishikesh Gadre (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14962072#comment-14962072 ] Hrishikesh Gadre commented on SOLR-7683: [~gchanan] >>are you worried about being able to extend

[jira] [Updated] (LUCENE-6780) GeoPointDistanceQuery doesn't work with a large radius?

2015-10-17 Thread Nicholas Knize (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6780?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicholas Knize updated LUCENE-6780: --- Attachment: LUCENE-6780.patch Next WIP patch... This patch includes the following: 1.

[jira] [Commented] (SOLR-7344) Allow Jetty thread pool limits while still avoiding distributed deadlock.

2015-10-17 Thread Ramkumar Aiyengar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14961970#comment-14961970 ] Ramkumar Aiyengar commented on SOLR-7344: - [~ysee...@gmail.com], [~markrmil...@gmail.com] and me

[jira] [Assigned] (SOLR-7683) Introduce support to identify Solr internal request types

2015-10-17 Thread Ramkumar Aiyengar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ramkumar Aiyengar reassigned SOLR-7683: --- Assignee: Ramkumar Aiyengar > Introduce support to identify Solr internal request

[jira] [Updated] (SOLR-7683) Introduce support to identify Solr internal request types

2015-10-17 Thread Ramkumar Aiyengar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ramkumar Aiyengar updated SOLR-7683: Assignee: (was: Ramkumar Aiyengar) > Introduce support to identify Solr internal request

[jira] [Assigned] (SOLR-7683) Introduce support to identify Solr internal request types

2015-10-17 Thread Ramkumar Aiyengar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ramkumar Aiyengar reassigned SOLR-7683: --- Assignee: Ramkumar Aiyengar > Introduce support to identify Solr internal request

[jira] [Commented] (SOLR-7683) Introduce support to identify Solr internal request types

2015-10-17 Thread Ramkumar Aiyengar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14961974#comment-14961974 ] Ramkumar Aiyengar commented on SOLR-7683: - [~hgadre], I am happy to pick this up, could you please

[JENKINS-EA] Lucene-Solr-trunk-Linux (64bit/jdk1.9.0-ea-b85) - Build # 14566 - Failure!

2015-10-17 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/14566/ Java: 64bit/jdk1.9.0-ea-b85 -XX:+UseCompressedOops -XX:+UseParallelGC 4 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.cloud.SaslZkACLProviderTest Error Message: 5 threads leaked from SUITE scope at