You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@phoenix.apache.org by GitBox <gi...@apache.org> on 2019/12/03 17:13:03 UTC

[GitHub] [phoenix] swaroopak commented on a change in pull request #625: PHOENIX-5565 Unify index update structures in IndexRegionObserver and…

swaroopak commented on a change in pull request #625: PHOENIX-5565 Unify index update structures in IndexRegionObserver and…
URL: https://github.com/apache/phoenix/pull/625#discussion_r353311188
 
 

 ##########
 File path: phoenix-core/src/main/java/org/apache/phoenix/hbase/index/IndexRegionObserver.java
 ##########
 @@ -149,16 +152,16 @@ public static void setFailDataTableUpdatesForTesting(boolean fail) {
       private final int clientVersion;
       // The collection of index mutations that will be applied before the data table mutations. The empty column (i.e.,
       // the verified column) will have the value false ("unverified") on these mutations
-      private Collection<Pair<Mutation, byte[]>> preIndexUpdates = Collections.emptyList();
+      private ListMultimap<HTableInterfaceReference, Mutation> preIndexUpdates;
 
 Review comment:
   Do we have a jira for this? @gjacoby126  If not, I ll file one. 

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services