[
https://issues.apache.org/jira/browse/PHOENIX-6943?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17738679#comment-17738679
]
ASF GitHub Bot commented on PHOENIX-6943:
-----------------------------------------
tkhurana commented on code in PR #1610:
URL: https://github.com/apache/phoenix/pull/1610#discussion_r1246911115
##########
phoenix-core/src/main/java/org/apache/phoenix/hbase/index/IndexRegionObserver.java:
##########
@@ -1142,7 +1143,7 @@ public void
preBatchMutateWithExceptions(ObserverContext<RegionCoprocessorEnviro
identifyIndexMaintainerTypes(indexMetaData, context);
identifyMutationTypes(miniBatchOp, context);
context.populateOriginalMutations(miniBatchOp);
-
+ VerifyLastDDLTimestamp.verifyLastDDLTimestamp(miniBatchOp,
c.getEnvironment());
Review Comment:
@shahrs87 So for indexes on non immutable tables we generate mutations on
the server. I think those mutations will also need the last ddl timestamp
attribute.
> Add MetadaCache on each region server.
> --------------------------------------
>
> Key: PHOENIX-6943
> URL: https://issues.apache.org/jira/browse/PHOENIX-6943
> Project: Phoenix
> Issue Type: Sub-task
> Components: core
> Reporter: Rushabh Shah
> Assignee: Rushabh Shah
> Priority: Major
> Fix For: 5.2.0
>
>
> Design doc
> [here|https://docs.google.com/document/d/1ZIu7TyzI7aDhgMOWa7mbUmwbFNbiPVwpWjb6QisT4ng/edit#heading=h.fa8lnra4hvey].
--
This message was sent by Atlassian Jira
(v8.20.10#820010)