phoenix icon indicating copy to clipboard operation
phoenix copied to clipboard

PHOENIX-5295: Local Index data not replicating for older HBase versio…

Open hnguyen08 opened this issue 5 years ago • 4 comments

…ns (<= HBase 1.2)

hnguyen08 avatar May 24 '19 18:05 hnguyen08

The changes allow for the tests to be run in parallel (so that the table names for each test don't conflict)

hnguyen08 avatar May 24 '19 19:05 hnguyen08

@hnguyen08 - while your changes for the table names are good changes, since you're only making them to one branch they'll make it harder to maintain the code going forward. Would probably be best to save them for a different JIRA that goes everywhere.

gjacoby126 avatar May 28 '19 23:05 gjacoby126

Ok that makes sense. I can probably leave the existing test to use the constant table names, and generate new table names in the new test.

hnguyen08 avatar May 29 '19 02:05 hnguyen08

I removed all the changes I had made to the existing test testReplicationWithMutableIndexes to make it easier to maintain.

hnguyen08 avatar May 29 '19 17:05 hnguyen08