Spring transaction hangs for iptables command
问题 As part of error handling for our processes, we have tried to disable the communication between the process to the database machine listener port using the following iptables command iptables -A INPUT -p tcp --destination-port <database-listener-port> -s <database-host-ip> -j DROP However, this cause the process to get stuck with the following log coming from AbstractPlatformTransactionManager::getTransaction DEBUG: Creating new transaction with name [<Transaction-Name>]: PROPAGATION_REQUIRED