From cb0fee558b42e43c53e10e5036b94c89be6ea072 Mon Sep 17 00:00:00 2001 From: Sergiy Getlin Date: Tue, 21 Nov 2023 17:52:10 -0800 Subject: [PATCH] Sonar. --- .../flight/create/resource/step/CreatePostgresqlDbStep.java | 1 + 1 file changed, 1 insertion(+) diff --git a/library/src/main/java/bio/terra/landingzone/stairway/flight/create/resource/step/CreatePostgresqlDbStep.java b/library/src/main/java/bio/terra/landingzone/stairway/flight/create/resource/step/CreatePostgresqlDbStep.java index 658aaca14..7353ac4a8 100644 --- a/library/src/main/java/bio/terra/landingzone/stairway/flight/create/resource/step/CreatePostgresqlDbStep.java +++ b/library/src/main/java/bio/terra/landingzone/stairway/flight/create/resource/step/CreatePostgresqlDbStep.java @@ -221,6 +221,7 @@ private void enablePgBouncer(String mrgName, String postgresName) { 2) Enabling pgbouncer 3) Creating admin user. This particular method works as a global handler for the whole step. But current implementation handles specific Postgres db provisioning issue. */ + @Override protected Optional maybeHandleManagementException(ManagementException e) { final String resourceOperationFailure = "ResourceOperationFailure"; final String internalServerError = "InternalServerError";