Re: Hive servers restarting every few hours

2021-11-22 Thread Battula, Brahma Reddy
Thanks sungwoo Park. IMO, we should backport HIVE-21206 to branch-3.1. From: Sungwoo Park Date: Wednesday, 13 October 2021 at 12:28 PM To: user@hive.apache.org Subject: Re: Hive servers restarting every few hours Hi, For 1, Hive 3.1.2 has a bug which leaks Metastore connections. This was

Re: Hive servers restarting every few hours

2021-10-12 Thread Sungwoo Park
Hi, For 1, Hive 3.1.2 has a bug which leaks Metastore connections. This was reported in HIVE-20600: https://issues.apache.org/jira/browse/HIVE-20600 You might reproduce the bug by inserting values into a table and checking the number of connections, e.g.: 0: jdbc:hive2://blue0:9852/> CREATE TABL