Re: So many SQL ROLLBACK commands on the Hive PostgreSQL table

2019-10-10 Thread Antunes, Fernando De Souza
Very helpful. Observing the code and the Hive metastore DEBUG level log : 1) Going to execute query 2019-10-10T11:50:00,121 DEBUG [pool-4-thread-6]: pool.ProxyConnection (ProxyConnection.java:close(235)) - HikariPool-3 - Executed rollback on connection org.postgresql.jdbc.PgConnection@40a18

Re: So many SQL ROLLBACK commands on the Hive PostgreSQL table

2019-10-10 Thread Peter Vary
Hi Fernando, My guess is that this is the query: https://github.com/apache/hive/blob/master/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/txn/TxnHandler.java#L5015