長いトランザクションがあり、例外が発生しても Web アプリケーションは引き続き動作しますが、データベース (REST によるリモート) を含むいくつかのアクションを呼び出すと、アクションが失敗するまでに時間がかかります。
INFO [org.springframework.data.neo4j.config.Neo4jConfiguration] Intercepted exception
ERROR [org.springframework.transaction.interceptor.TransactionInterceptor] Application exception overridden by rollback exception
ロールバックを実行しようとすると、サーバーが応答しないため、アクションを実行できません
public class TransactionManager {
....
private HttpResponse executeRequest(HttpRequestBase request) {
...
HttpResponse response = httpClient.execute(request); // not respond
手伝って頂けますか?ありがとうございました