David Manning created PHOENIX-7479:
--------------------------------------
Summary: Minor logging fix for ParallelPhoenixConnection exception
report
Key: PHOENIX-7479
URL: https://issues.apache.org/jira/browse/PHOENIX-7479
Project: Phoenix
Issue Type: Bug
Components: phoenix
Affects Versions: 5.2.0
Reporter: David Manning
An exception thrown when all futures fail can look like{{{}{}}}
{code:java}
Future Exception. Cluster 0
HAGroup:HighAvailabilityGroup{roleRecord=ClusterRoleRecord{haGroupName='hagroup',
policy=PARALLEL, zk1='zk1QuorumString', role1=ACTIVE, zk2='zk2QuorumString',
role2=STANDBY, version=1}, state=READY}
Cause: java.util.concurrent.TimeoutException {code}
But the Cluster will always be 0, because {{i}} is never incremented.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)