1 Reply Latest reply on Jan 20, 2015 11:14 AM by kchen007

    Teiid Admin API file handler leak

    kchen007

      when we tried to get list of Teiid Models, we will create a Teiid org.teiid.adminapi.Admin instance, using AdminFactory.createAdmin(String host, int port, String username, char[]password), in the method when it execute

        List<String> nodeTypes = Util.getNodeTypes(newClient, new DefaultOperationRequestAddress());

      the file handler count will jump by 58 and never release.

       

      This cause problem for us, if we call this a couple of time, it will run out of file handlers on Linux and all the VDB will get un-deployed.

       

      We are using Teiid 8.7 runtime.

       

      thanks

      Kevin