I call a subreport with following properties:
(Subreport has a different data source / data connection as main report).
Actually I have the problem, that the connection to ES Server will not be closed after report creation is done.
Is there some workaround or fix, that the connection will be closed?
Please can somebody help me? Thank you
additional foundings:
I analyzed the traffic (tcp connections) with wireshark. per subreport call, there will be opened around 15 tcp connection (with high ports up to arround 30) - only with one, the query will be send to ES. this connection will be closed but some connection (and threads) will stay and all 5 seconds they made a request to the ES "action = cluster/state". not more...
Is there a way (config) to limit the open threads and tcp connection?
In my productive environment, there are ~15000 tcp connection opened permanently.
Thank you
I call a subreport with following properties:
(Subreport has a different data source / data connection as main report).
Actually I have the problem, that the connection to ES Server will not be closed after report creation is done.
Is there some workaround or fix, that the connection will be closed?
Please can somebody help me? Thank you
additional foundings:
I analyzed the traffic (tcp connections) with wireshark. per subreport call, there will be opened around 15 tcp connection (with high ports up to arround 30) - only with one, the query will be send to ES. this connection will be closed but some connection (and threads) will stay and all 5 seconds they made a request to the ES "action = cluster/state". not more...
Is there a way (config) to limit the open threads and tcp connection?
In my productive environment, there are ~15000 tcp connection opened permanently.
Thank you