Selvaganesan Govindarajan created TRAFODION-1448:
----------------------------------------------------
Summary: Leak in HTableClient objects when batch get operation is
attempted
Key: TRAFODION-1448
URL: https://issues.apache.org/jira/browse/TRAFODION-1448
Project: Apache Trafodion
Issue Type: Bug
Components: sql-exe
Affects Versions: 1.0 (pre-incubation)
Reporter: Selvaganesan Govindarajan
Fix For: 2.0-incubating
When a query involving a nested join plan is prepared and executed many times,
there is a leak in HTableClient object on the java side. Currently, the
KEY_ROWSET_SELECT operator expects EOD at the end of query to release the
HTableClient. But, it may not see EOD when query ends. Hence, HTableClient
object in java is leaked.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)