BinShi-SecularBird commented on a change in pull request #605: PHOENIX-5540
Full row index write at the last write phase for immutab…
URL: https://github.com/apache/phoenix/pull/605#discussion_r338316943
##########
File path:
phoenix-core/src/it/java/org/apache/phoenix/end2end/index/ImmutableIndexIT.java
##########
@@ -417,6 +422,58 @@ public void testGlobalImmutableIndexDelete() throws
Exception {
}
}
+ @Test
+ public void testGlobalImmutableIndexFullWriteOnLast() throws Exception {
Review comment:
Does the existing test case cover "In the presence of concurrent writes, we
skip the last write phase. These writes leave the index writes in unverified
status. Similarly, if the first or second phase write fails, we do not proceed
with the third phase"?
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services