jpisaac commented on code in PR #2048:
URL: https://github.com/apache/phoenix/pull/2048#discussion_r2042988270
##########
phoenix-core-server/src/main/java/org/apache/phoenix/coprocessor/MetaDataEndpointImpl.java:
##########
@@ -4583,14 +4623,18 @@ public void updateIndexState(RpcController controller,
UpdateIndexStateRequest r
long serverTimestamp =
EnvironmentEdgeManager.currentTimeMillis();
tableMetadata.add(MetaDataUtil.getLastDDLTimestampUpdate(
key, clientTimeStamp, serverTimestamp));
- mutateRowsWithLocks(this.accessCheckEnabled, region,
tableMetadata, Collections.<byte[]>emptySet(),
- HConstants.NO_NONCE, HConstants.NO_NONCE);
+ mutateRowsWithLocks(this.accessCheckEnabled, region,
tableMetadata,
Review Comment:
Need to update indexes when INDEX_STATE_INDEX updates
--
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]