You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by JamesRTaylor <gi...@git.apache.org> on 2018/07/04 23:19:07 UTC

[GitHub] phoenix issue #303: PHOENIX-3534 Support multi region SYSTEM.CATALOG table

Github user JamesRTaylor commented on the issue:

    https://github.com/apache/phoenix/pull/303
  
    +1 to the patch. Great work @twdsilva and @churrodog! I made some minor comments for some potential follow up work and had a few questions, but let's get this committed first. I'd recommend the following priority for the next JIRA as:
    
    1. Move views to their own table
    2. Get rid of client side code that is sending the base columns
    3. Fix corner case/race condition issues
    4. Add code that doesn't write orphaned metadata on major compaction


---