palashc commented on code in PR #1866:
URL: https://github.com/apache/phoenix/pull/1866#discussion_r1621286330
##########
phoenix-core/src/it/java/org/apache/phoenix/end2end/index/BaseIndexIT.java:
##########
@@ -1514,7 +1514,6 @@ public void testLastDDLTimestampOnAsyncIndexes() throws
Exception {
// run the index MR job.
IndexToolIT.runIndexTool(false, TestUtil.DEFAULT_SCHEMA_NAME,
tableName, indexName);
- TestUtil.waitForIndexState(conn, fullIndexName,
PIndexState.ACTIVE);
Review Comment:
@tkhurana Should I add it back to BaseIndexIT and BaseIndexWithRegionMovesIT
in my PR, although it will be a while before it gets merged to master? Not sure
why the behaviour of IndexTool is different in these 3 cases.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]