This is an automated email from the ASF dual-hosted git repository.
tkhurana pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix.git
The following commit(s) were added to refs/heads/master by this push:
new 7682e3cee8 PHOENIX-7479: ParallelPhoenixUtil logging fix (#2037)
7682e3cee8 is described below
commit 7682e3cee82e9cecb952eddaade1c544e6bd502d
Author: d-c-manning <[email protected]>
AuthorDate: Tue Dec 10 06:36:07 2024 -0800
PHOENIX-7479: ParallelPhoenixUtil logging fix (#2037)
---
.../src/main/java/org/apache/phoenix/jdbc/ParallelPhoenixUtil.java | 1 +
1 file changed, 1 insertion(+)
diff --git
a/phoenix-core-client/src/main/java/org/apache/phoenix/jdbc/ParallelPhoenixUtil.java
b/phoenix-core-client/src/main/java/org/apache/phoenix/jdbc/ParallelPhoenixUtil.java
index a0225f6d33..6946d87c52 100644
---
a/phoenix-core-client/src/main/java/org/apache/phoenix/jdbc/ParallelPhoenixUtil.java
+++
b/phoenix-core-client/src/main/java/org/apache/phoenix/jdbc/ParallelPhoenixUtil.java
@@ -122,6 +122,7 @@ public class ParallelPhoenixUtil {
futuresException.addSuppressed(e);
}
}
+ i++;
}
context.setError();
throw futuresException;