virajjasani commented on PR #2321:
URL: https://github.com/apache/phoenix/pull/2321#issuecomment-3576798397

   Note: add a test to validate num of getTable() rpc calls to syscat for table 
with UPDATE_CACHE_FREQUENCY > 0 and ALWAYS.
   
   
   For table with UCF as ALWAYS, we might run into double the rpc calls to 
syscat:
   1. UPSERT and SELECT execution at client side requiring PTable
   2. IndexRegionObserver requiring PTable to get index maintainers using 
getTable()
   
   Unfortunately, 2nd one is getting introduced with this change.
   
   @tkhurana


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to