You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@phoenix.apache.org by "shahrs87 (via GitHub)" <gi...@apache.org> on 2023/05/04 23:02:54 UTC

[GitHub] [phoenix] shahrs87 commented on pull request #1595: PHOENIX-6932 Update LAST_DDL_TIMESTAMP for index table when add/alter indexes

shahrs87 commented on PR #1595:
URL: https://github.com/apache/phoenix/pull/1595#issuecomment-1535510090

   There are 4 tests failing here 
   https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1595/5/testReport/
   
   ```
   org.apache.phoenix.end2end.index.UncoveredGlobalImmutableNonTxIndexIT.testLastDDLTimestampOnAsyncIndexes[UncoveredGlobalImmutableNonTxIndexIT_columnEncoded=false]
   org.apache.phoenix.end2end.index.UncoveredGlobalImmutableNonTxIndexIT.testLastDDLTimestampOnAsyncIndexes[UncoveredGlobalImmutableNonTxIndexIT_columnEncoded=true]
   org.apache.phoenix.end2end.index.UncoveredGlobalMutableNonTxIndexIT.testLastDDLTimestampOnAsyncIndexes[UncoveredGlobalMutableNonTxIndexIT_columnEncoded=false] org.apache.phoenix.end2end.index.UncoveredGlobalMutableNonTxIndexIT.testLastDDLTimestampOnAsyncIndexes[UncoveredGlobalMutableNonTxIndexIT_columnEncoded=true]
   ```
   All are failing in Uncovered indexes. 
   We create an ASYNC index and wait for it be in BUILDING state and then we run `IndexToolIT#runIndexTool` method to make it ACTIVE. But it looks like uncovered index doesn't go to BUILDING state.
   Cc @tkhurana 


-- 
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: issues-unsubscribe@phoenix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org