priyankporwal commented on a change in pull request #517: PHOENIX-5211
Consistent Immutable Global Indexes for Non-Transactiona…
URL: https://github.com/apache/phoenix/pull/517#discussion_r294489331
##########
File path: phoenix-core/src/test/java/org/apache/phoenix/util/TestUtil.java
##########
@@ -957,7 +955,8 @@ public static void waitForIndexState(Connection conn,
String fullIndexName, PInd
}
}
} while (++nTries < maxTries);
- fail("Ran out of time waiting for index state to become " +
expectedIndexState);
+ fail("Ran out of time waiting for index state to become " +
expectedIndexState + " last seen actual state is " +
+ (actualIndexState == null ? "" : actualIndexState.toString()));
Review comment:
Nit: Perhaps "Unknown" instead of ""?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services