You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Istvan Toth (Jira)" <ji...@apache.org> on 2021/09/17 06:59:00 UTC

[jira] [Created] (PHOENIX-6549) Connection leak checks sometiles fail in tests

Istvan Toth created PHOENIX-6549:
------------------------------------

             Summary: Connection leak checks sometiles fail in tests
                 Key: PHOENIX-6549
                 URL: https://issues.apache.org/jira/browse/PHOENIX-6549
             Project: Phoenix
          Issue Type: Bug
          Components: core
    Affects Versions: 5.2.0
            Reporter: Istvan Toth
         Attachments: org.apache.phoenix.end2end.UpsertSelectIT.txt.gz

In rare cases we see 
{code:java}
GLOBAL_OPEN_PHOENIX_CONNECTIONS.getMetric().getValue()
{code}
returning 1 instead of 0, even thugh the test class uses try-with-resources blocks to handle the Phoenix Connections.

I'm attaching the output from a recent test run on ASF Jenkins



--
This message was sent by Atlassian Jira
(v8.3.4#803005)