I've already asked the same question in this thread - http://apache-phoenix-user-list.1124778.n5.nabble.com/Statements-caching-td4674.html
> On 18 Oct 2018, at 19:44, Jean-Marc Spaggiari <jean-m...@spaggiari.org> wrote: > > Hi, > > Is this statement in the FAQ still valid? > > "If Phoenix Connections are reused, it is possible that the underlying HBase > connection is not always left in a healthy state by the previous user. It is > better to create new Phoenix Connections to ensure that you avoid any > potential issues." > https://phoenix.apache.org/faq.html#Should_I_pool_Phoenix_JDBC_Connections > <https://www.google.com/url?q=https://phoenix.apache.org/faq.html%23Should_I_pool_Phoenix_JDBC_Connections&sa=D&source=hangouts&ust=1539951968896000&usg=AFQjCNFvuOw8CmnpCcpOimhpw_DKBPH7WQ> > > Thanks, > > JMS