If the ResultSet that is returned by the first query in a transaction is dropped by the application before reading any data, it can lead to a deadlock, as the ResultSet will never process the transaction ID that is returned as part of the metadata of the query.
If the ResultSet that is returned by the first query in a transaction is dropped by the application before reading any data, it can lead to a deadlock, as the ResultSet will never process the transaction ID that is returned as part of the metadata of the query.