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 2022/04/29 12:21:46 UTC

[GitHub] [phoenix] stoty commented on pull request #1425: PHOENIX-6693 Remove Hbase 2.1 and Hbase 2.2 support from Phoenix

stoty commented on PR #1425:
URL: https://github.com/apache/phoenix/pull/1425#issuecomment-1113249506

   @gjacoby126 The refCount tests have been randomly failing for a long time.
   
   ConcurrentMutationsExtendedIT and PartialIndexRebuilderIT are respectively flakey and always fail even without this patch.
   
   I've investigated ConcurrentMutationsExtendedIT and PartialIndexRebuilderIT, and those failures seem to be tied to Hbase 2.4. PartialIndexRebuilderIT always fails with HBase 2.4.11, while ConcurrentMutationsExtendedIT is flakey with 2.4.11.
   I've run these two tests with HBase 2.3.7, and both passed 3 out of 3 times.
   
   Opened PHOENIX-6702 for the test failures.
   
   @elserj Yes, I've aimed to keep the behaviour exactly the same as before, just moving some code around classes.
   
   Opened PHOENIX-6703 for the STREAM vs PREAD issue.


-- 
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