Proto commits in apache/phoenix

These commits are when the Protocol Buffers files have changed: (only the last 100 relevant commits are shown)

Commit:221c85a
Author:sanjeet006py
Committer:GitHub

PHOENIX-7587: Revert configuring Table level MaxLookBack in syscat (#2125)

The documentation is generated from this commit.

Commit:908e7d3
Author:tkhurana
Committer:GitHub

PHOENIX-7170 Conditional TTL

Commit:e853980
Author:ritegarg
Committer:GitHub

PHOENIX-7493 Graceful Failover with Phoenix HA (#2075)

Commit:75b18ff
Author:Hari Krishna Dara
Committer:GitHub

PHOENIX-7239: Fix issues when data and index have different salt buckets (#1988) @PHOENIX-7239: Fix issues when data and index have different salt buckets

Commit:96151c9
Author:Jacob Isaac
Committer:GitHub

PHOENIX-6978 Redesign Phoenix TTL for Views (#1938) * PHOENIX-6979 Use HBase TTL as TTL for Tables only at Phoenix Level when phoenix.table.ttl.enabled is true (#1622) * PHOENIX-6979 (Addendum) Use HBase TTL as TTL for Tables only at Phoenix Level when phoenix.table.ttl.enabled is true (#1670) * PHOENIX-7022 :- Add new columns TTL and ROW_KEY_PREFIX (#1660) * PHOENIX-7022 :- Add TTL and ROWKEY_PREFIX Column and Use TTL instead of PHOENIX_TTL for storing TTL in SYSCAT Co-authored-by: Lokesh Khurana <lokesh.khurana@salesforce.com> * PHOENIX-7023 : Deprecate columns PHOENIX_TTL and PHOENIX_TTL_HWM and related code (#1688) * Deprecate columns PHOENIX_TTL and PHOENIX_TTL_HWM and related code Co-authored-by: Lokesh Khurana <lokesh.khurana@salesforce.com> * PHOENIX-7041 Populate ROW_KEY_PREFIX column when creating views (#1733) PHOENIX-7041 Populate ROW_KEY_PREFIX column when creating views --------- Co-authored-by: Jacob Isaac <jisaac@salesforce.com> * PHOENIX-7040 : Support TTL for views using the new column TTL in SYSTEM.CATALOG (#1710) PHOENIX-7040 Support TTL for views using the new column TTL in SYSTEM.CATALOG --------- Co-authored-by: Lokesh Khurana <lokesh.khurana@salesforce.com> * PHOENIX-7041 (ADDENDUM ): Populate ROW_KEY_PREFIX column when creating views (#1821) * Refactored ROW_KEY_PREFIX column name to ROW_KEY_MATCHER * PHOENIX-7040 (ADDENDUM): Support TTL for views using the new column TTL in SYSTEM.CATALOG (#1782) Co-authored-by: lokesh-khurana <lokesh.khurana@salesforce.com> * PHOENIX-6996 :- Provide an upgrade path for Phoenix tables with HBase TTL to move the… (#1752) * Provide an upgrade path for Phoenix tables with HBase TTL to move their TTL spec to SYSTEM.CATALOG * Adding a config to enable/disable ViewTTL feature * PHOENIX-7041 (ADDENDUM-2): ROW_KEY_MATCHER should support various tenantId data types (#1900) * PHOENIX-7329 Change TTL column type to VARCHAR in syscat (#1905) PHOENIX-7329 Changing syscat column to type VARCHAR Co-authored-by: Tanuj Khurana <tkhurana@apache.org> * PHOENIX-7108 Provide support for pruning expired rows of views using Phoenix level compactions (#1908) --------- Co-authored-by: Lokesh Khurana <khuranalokesh07@gmail.com> Co-authored-by: Lokesh Khurana <lokesh.khurana@salesforce.com> Co-authored-by: Jacob Isaac <jisaac@salesforce.com> Co-authored-by: tkhurana <khurana.tanuj@gmail.com>

Commit:f2e2bce
Author:Palash Chauhan
Committer:GitHub

PHOENIX-6883 : Phoenix Metadata Caching Redesign (#1883) * PHOENIX-6883 Phoenix metadata caching redesign * Custom thread pool for executing cache invalidation RPCs * shutdown executor after cache invalidation * bypass CQSI cache when fetching latest PTable from rs endpoint * review fixes for logging changes * keep getTableFromServerNoCache api in PhoenixConnection only * fix test class annotation * use NeedsOwnMiniClusterTest category for test class * check cache invalidation config early --------- Co-authored-by: Palash Chauhan <p.chauhan@pchauha-ltm8owy.internal.salesforce.com> Co-authored-by: Rushabh Shah <rushabh.shah@rushabh-ltmflld.internal.salesforce.com>

Commit:bd367cc
Author:Hari Krishna Dara
Committer:GitHub

PHOENIX-7001: Initial implementation of Change Data Capture (CDC) feature (#1866) --------- Co-authored-by: Hari Krishna Dara <haridara@gmail.com> Co-authored-by: Saurabh Rai <saurabh.rai@salesforce.com>

Commit:124d7db
Author:Rushabh Shah

Merge branch 'master' into PHOENIX-6883-feature

Commit:e395780
Author:TheNamesRai
Committer:GitHub

PHOENIX-7015 Implementing CDCGlobalIndexRegionScanner (#1813)

Commit:57415be
Author:sanjeet006py
Committer:GitHub

PHOENIX-7006: Configure maxLookbackAge at table level (#1751)

Commit:0dfa094
Author:Jacob Isaac
Committer:GitHub

PHOENIX-7041 (ADDENDUM ): Populate ROW_KEY_PREFIX column when creating views (#1821) * Refactored ROW_KEY_PREFIX column name to ROW_KEY_MATCHER

Commit:da6ddad
Author:Kadir Ozdemir

Add an extra delete mutation for CDC

Commit:813e764
Author:Rushabh Shah

Merge branch 'master' into PHOENIX-6883-feature

Commit:7cd9352
Author:Aron Meszaros
Committer:Istvan Toth

PHOENIX-6053 Split Server Side Code into a Separate Module

Commit:7e6fe7f
Author:Rushabh Shah

Merge branch 'master' into PHOENIX-6883-feature

Commit:f7a4fee
Author:Viraj Jasani

Merge branch 'master' into PHOENIX-7001-feature

Commit:710320e
Author:Jacob Isaac
Committer:Jacob Isaac

Merge branch 'master' into PHOENIX-6978-feature-master

Commit:2feb70f
Author:kadirozde
Committer:GitHub

PHOENIX-7032 Partial Global Secondary Indexes (#1701)

Commit:e2ef886
Author:Hari Krishna Dara
Committer:GitHub

PHOENIX-7008 Tweaks, fixes and additional test coverage for CREATE CDC (#1703)

Commit:8664b60
Author:Rushabh Shah
Committer:GitHub

PHOENIX-6968 Create PhoenixRegionServerEndpoint#invalidateCache method to invalidate cache. (#1691)

Commit:581e613
Author:Hari Krishna Dara
Committer:GitHub

PHOENIX-7008 Implementation for CREATE CDC (#1681)

Commit:ade4d63
Author:Lokesh Khurana
Committer:GitHub

PHOENIX-7022 :- Add new columns TTL and ROW_KEY_PREFIX (#1660) * PHOENIX-7022 :- Add TTL and ROWKEY_PREFIX Column and Use TTL instead of PHOENIX_TTL for storing TTL in SYSCAT Co-authored-by: Lokesh Khurana <lokesh.khurana@salesforce.com>

Commit:b58ea06
Author:Rushabh Shah
Committer:GitHub

PHOENIX-6988 Create new regionserver coprocessor named PhoenixRegionServerEndpoint in Phoenix (#1654)

Commit:2b90dc7
Author:kadirozde
Committer:GitHub

PHOENIX-6832 Uncovered Global Secondary Indexes (#1531)

Commit:66c2487
Author:Geoffrey Jacoby
Committer:GitHub

PHOENIX-6685 - Change Data Capture - Populate Table/Topic Mappings (#1441)

Commit:9bad105
Author:Gokcen Iskender
Committer:Gokcen Iskender

PHOENIX-6617 IndexRegionObserver changes for creating mutations for transforming table (#701) Signed-off-by: Gokcen Iskender <gokceng@gmail.com>

Commit:a6c5f71
Author:Gokcen Iskender
Committer:Gokcen Iskender

PHOENIX-6617 IndexRegionObserver changes for creating mutations for transforming table (#701) Signed-off-by: Gokcen Iskender <gokceng@gmail.com>

Commit:d797ca8
Author:Gokcen Iskender
Committer:Gokcen Iskender

PHOENIX-6612 Add TransformTool Co-authored-by: Gokcen Iskender <47044859+gokceni@users.noreply.github.com> Signed-off-by: Gokcen Iskender <gokceng@gmail.com>

Commit:b7e3aec
Author:Gokcen Iskender
Committer:Gokcen Iskender

PHOENIX-6612 Add TransformTool Co-authored-by: Gokcen Iskender <47044859+gokceni@users.noreply.github.com> Signed-off-by: Gokcen Iskender <gokceng@gmail.com>

Commit:0ec6dd6
Author:Geoffrey Jacoby
Committer:GitHub

PHOENIX-6227 - Option for DDL changes to export to external schema re… (#1345)

Commit:bfbe8d9
Author:Geoffrey Jacoby
Committer:GitHub

PHOENIX-6227 - Option for DDL changes to export to external schema repository (#1341)

Commit:5fabbe8
Author:Geoffrey Jacoby
Committer:Swaroopa Kadam

PHOENIX-6457 - Optionally store schema version string in SYSTEM.CATALOG (#1216) * PHOENIX-6457 - Optionally store schema version string in SYSTEM.CATALOG

Commit:6c22b43
Author:Geoffrey Jacoby
Committer:GitHub

PHOENIX-6457 - Optionally store schema version string in SYSTEM.CATALOG (#1225)

Commit:ddc3996
Author:Geoffrey Jacoby
Committer:GitHub

PHOENIX-6457 - Optionally store schema version string in SYSTEM.CATALOG (#1216) * PHOENIX-6457 - Optionally store schema version string in SYSTEM.CATALOG

Commit:8644dab
Author:Gokcen Iskender
Committer:Gokcen Iskender

PHOENIX-6247 Separating logical and physical table names Signed-off-by: Gokcen Iskender <gokceng@gmail.com>

Commit:9a6d24c
Author:Gokcen Iskender
Committer:Gokcen Iskender

PHOENIX-6247 Separating logical and physical table names Signed-off-by: Gokcen Iskender <gokceng@gmail.com>

Commit:2279410
Author:Gokcen Iskender
Committer:Gokcen Iskender

PHOENIX-6247 Separating logical and physical table names Signed-off-by: Gokcen Iskender <gokceng@gmail.com>

Commit:86af56e
Author:Gokcen Iskender
Committer:Gokcen Iskender

PHOENIX-6120 Change IndexMaintainer for SINGLE_CELL_ARRAY_WITH_OFFSETS indexes Signed-off-by: Gokcen Iskender <giskender@salesforce.com>

Commit:ad70231
Author:Gokcen Iskender
Committer:Gokcen Iskender

PHOENIX-6120 Change IndexMaintainer for SINGLE_CELL_ARRAY_WITH_OFFSETS indexes Signed-off-by: Gokcen Iskender <giskender@salesforce.com>

Commit:6e8d38e
Author:Viraj Jasani
Committer:Istvan Toth

PHOENIX-6282 : Generate PB files inline with build and remove checked in files

Commit:2bd02d4
Author:Viraj Jasani
Committer:Istvan Toth

PHOENIX-6282 : Generate PB files inline with build and remove checked in files

Commit:9e58989
Author:Geoffrey Jacoby
Committer:Geoffrey Jacoby

PHOENIX-5435 - Annotate HBase WALs with Phoenix Metadata

Commit:d0639de
Author:Geoffrey Jacoby
Committer:Geoffrey Jacoby

PHOENIX-5435 - Annotate HBase WALs with Phoenix Metadata

Commit:a3df4dc
Author:Gokcen Iskender
Committer:Gokcen Iskender

PHOENIX-6120 Change IndexMaintainer for SINGLE_CELL_ARRAY_WITH_OFFSETS indexes Signed-off-by: Gokcen Iskender <giskender@salesforce.com>

Commit:f1a0860
Author:Geoffrey Jacoby
Committer:Geoffrey Jacoby

PHOENIX-6186 - Store last DDL timestamp in System.Catalog

Commit:55c41f7
Author:Geoffrey Jacoby
Committer:GitHub

PHOENIX-6186 - Store last DDL timestamp in System.Catalog (#935) * PHOENIX-6186 - Store last DDL timestamp in System.Catalog

Commit:ed7f1a6
Author:Viraj Jasani
Committer:Chinmay Kulkarni

PHOENIX-6155 : Provide a coprocessor endpoint to avoid direct upserts into SYSTEM.TASK from the client Signed-off-by: Chinmay Kulkarni <chinmayskulkarni@apache.org>

Commit:68ac1b4
Author:Viraj Jasani
Committer:Chinmay Kulkarni

PHOENIX-6155 : Provide a coprocessor endpoint to avoid direct upserts into SYSTEM.TASK from the client

Commit:1c5bc76
Author:Jacob Isaac
Committer:Xinyi Yan

PHOENIX-5933 Rename VIEW_TTL property to be PHOENIX_TTL Signed-off-by: Xinyi Yan <yanxinyi@apache.org>

Commit:8f9ee50
Author:Jacob Isaac
Committer:Xinyi Yan

PHOENIX-5933 Rename VIEW_TTL property to be PHOENIX_TTL Signed-off-by: Xinyi Yan <xyan@salesforce.com>

Commit:364b62c
Author:Sandeep Guggilam
Committer:Abhishek Singh Chouhan

PHOENIX-5580 Wrong values seen when updating a view for a table that has an index Signed-off-by: Abhishek Singh Chouhan <achouhan@apache.org>

Commit:d751e2a
Author:Sandeep Guggilam
Committer:Abhishek Singh Chouhan

PHOENIX-5580 Wrong values seen when updating a view for a table that has an index Signed-off-by: Abhishek Singh Chouhan <achouhan@apache.org>

Commit:2d88e78
Author:Sandeep Guggilam
Committer:Geoffrey Jacoby

PHOENIX-5317 Upserting rows into child views with pk fails when the base view has an index on it Signed-off-by: Geoffrey Jacoby <gjacoby@apache.org>

Commit:3713421
Author:Sandeep Guggilam
Committer:Geoffrey Jacoby

PHOENIX-5317 Upserting rows into child views with pk fails when the base view has an index on it Signed-off-by: Geoffrey Jacoby <gjacoby@apache.org>

Commit:9ab5ea8
Author:Jacob Isaac
Committer:Chinmay Kulkarni

PHOENIX-5501 Add support for VIEW_TTL table property during DDL. Signed-off-by: Chinmay Kulkarni <chinmayskulkarni@apache.org>

Commit:ccddbe9
Author:Jacob Isaac
Committer:Chinmay Kulkarni

PHOENIX-5501 Add support for VIEW_TTL table property during DDL. Signed-off-by: Chinmay Kulkarni <chinmayskulkarni@apache.org>

Commit:9775523
Author:Jacob Isaac
Committer:Chinmay Kulkarni

PHOENIX-5501 Add support for VIEW_TTL table property during DDL. Signed-off-by: Chinmay Kulkarni <chinmayskulkarni@apache.org>

Commit:1473c4e
Author:Jacob Isaac
Committer:Chinmay Kulkarni

PHOENIX-5501 Add support for VIEW_TTL table property during DDL. Signed-off-by: Chinmay Kulkarni <chinmayskulkarni@apache.org>

Commit:df38b7a
Author:Jacob Isaac
Committer:Chinmay Kulkarni

PHOENIX-5501 Add support for VIEW_TTL table property during DDL. Signed-off-by: Chinmay Kulkarni <chinmayskulkarni@apache.org>

Commit:0db6313
Author:Chinmay Kulkarni
Committer:Chinmay Kulkarni

PHOENIX-4810: Send parent->child link mutations to SYSTEM.CHILD_LINK table in MetdataClient.createTableInternal

Commit:4b08a21
Author:Chinmay Kulkarni
Committer:Chinmay Kulkarni

PHOENIX-4810: Send parent->child link mutations to SYSTEM.CHILD_LINK table in MetdataClient.createTableInternal

Commit:40712b3
Author:Chinmay Kulkarni
Committer:Chinmay Kulkarni

PHOENIX-4810: Send parent->child link mutations to SYSTEM.CHILD_LINK table in MetdataClient.createTableInternal

Commit:8d41615
Author:Chinmay Kulkarni
Committer:Chinmay Kulkarni

PHOENIX-4810: Send parent->child link mutations to SYSTEM.CHILD_LINK table in MetdataClient.createTableInternal

Commit:59c5932
Author:Thomas D'Silva
Committer:Thomas D'Silva

PHOENIX-4893 Move parent column combining logic of view and view indexes from server to client

Commit:7b20b8f
Author:Thomas D'Silva
Committer:Thomas D'Silva

PHOENIX-4893 Move parent column combining logic of view and view indexes from server to client

Commit:47d8c9c
Author:Thomas D'Silva
Committer:Thomas D'Silva

PHOENIX-4893 Move parent column combining logic of view and view indexes from server to client

Commit:aa78e0a
Author:Thomas D'Silva
Committer:Thomas D'Silva

PHOENIX-4893 Move parent column combining logic of view and view indexes from server to client

Commit:622fcf4
Author:Chinmay Kulkarni
Committer:pboado

PHOENIX-4763: Changing a base table property value should be reflected in child views (if the property wasn't changed)

Commit:d0d5be9
Author:Chinmay Kulkarni
Committer:Chinmay Kulkarni

PHOENIX-374: Enable access to dynamic columns in * or cf.* selection

Commit:a51262b
Author:Chinmay Kulkarni
Committer:Chinmay Kulkarni

PHOENIX-374: Enable access to dynamic columns in * or cf.* selection

Commit:77ea6ea
Author:Chinmay Kulkarni
Committer:Chinmay Kulkarni

PHOENIX-374: Enable access to dynamic columns in * or cf.* selection

Commit:937babf
Author:Chinmay Kulkarni
Committer:Chinmay Kulkarni

PHOENIX-4763: Changing a base table property value should be reflected in child views (if the property wasn't changed)

Commit:6cb7a61
Author:Chinmay Kulkarni
Committer:Chinmay Kulkarni

PHOENIX-4763: Changing a base table property value should be reflected in child views (if the property wasn't changed)

Commit:146c970
Author:Chinmay Kulkarni
Committer:Chinmay Kulkarni

PHOENIX-4763: Changing a base table property value should be reflected in child views (if the property wasn't changed)

Commit:466ea28
Author:Chinmay Kulkarni
Committer:Chinmay Kulkarni

PHOENIX-4763: Changing a base table property value should be reflected in child views (if the property wasn't changed)

Commit:950f374
Author:Thomas D'Silva
Committer:Pedro Boado

PHOENIX-3534 Support multi region SYSTEM.CATALOG table (Thomas D'Silva and Rahul Gidwani)

Commit:cb69793
Author:Marcell Ortutay
Committer:Pedro Boado

PHOENIX-4666 Persistent subquery cache for hash joins Signed-off-by: Josh Elser <elserj@apache.org>

Commit:1fcf43c
Author:Mahdi Salarkia
Committer:Pedro Boado

PHOENIX-3547 Supporting more number of indices per table.

Commit:4e0405b
Author:Marcell Ortutay
Committer:Josh Elser

PHOENIX-4666 Persistent subquery cache for hash joins Signed-off-by: Josh Elser <elserj@apache.org>

Commit:012bb31
Author:Marcell Ortutay
Committer:Josh Elser

PHOENIX-4666 Persistent subquery cache for hash joins Signed-off-by: Josh Elser <elserj@apache.org>

Commit:45bf3a7
Author:Marcell Ortutay
Committer:Josh Elser

PHOENIX-4666 Persistent subquery cache for hash joins Signed-off-by: Josh Elser <elserj@apache.org>

Commit:87cc9b4
Author:Marcell Ortutay
Committer:Josh Elser

PHOENIX-4666 Persistent subquery cache for hash joins Signed-off-by: Josh Elser <elserj@apache.org>

Commit:9125d20
Author:Mahdi Salarkia
Committer:Thomas D'Silva

PHOENIX-3547 Supporting more number of indices per table.

Commit:bef8d7d
Author:Mahdi Salarkia
Committer:Thomas D'Silva

PHOENIX-3547 Supporting more number of indices per table.

Commit:9390a91
Author:Mahdi Salarkia
Committer:Thomas D'Silva

PHOENIX-3547 Supporting more number of indices per table.

Commit:8ae455f
Author:Mahdi Salarkia
Committer:Thomas D'Silva

PHOENIX-3547 Supporting more number of indices per table. This closes #323

Commit:93fdd5b
Author:Thomas D'Silva
Committer:Thomas D'Silva

PHOENIX-3534 Support multi region SYSTEM.CATALOG table (Thomas D'Silva and Rahul Gidwani)

Commit:c53d9ad
Author:Thomas D'Silva
Committer:Thomas D'Silva

PHOENIX-3534 Support multi region SYSTEM.CATALOG table (Thomas D'Silva and Rahul Gidwani)

Commit:4d6dbf9
Author:Thomas D'Silva
Committer:Thomas D'Silva

PHOENIX-3534 Support multi region SYSTEM.CATALOG table (Thomas D'Silva and Rahul Gidwani)

Commit:d56fd3c
Author:Thomas D'Silva
Committer:Thomas D'Silva

PHOENIX-3534 Support multi region SYSTEM.CATALOG table (Thomas D'Silva and Rahul Gidwani)

Commit:8cda814
Author:James Taylor
Committer:Pedro Boado

PHOENIX-4579 Add a config to conditionally create Phoenix meta tables on first client connection (Chinmay Kulkarni)

Commit:8eaca12
Author:James Taylor
Committer:Pedro Boado

PHOENIX-4605 Support running multiple transaction providers

Commit:d30d771
Author:James Taylor
Committer:James Taylor

PHOENIX-4579 Add a config to conditionally create Phoenix meta tables on first client connection (Chinmay Kulkarni)

Commit:c0409f8
Author:James Taylor
Committer:James Taylor

PHOENIX-4579 Add a config to conditionally create Phoenix meta tables on first client connection (Chinmay Kulkarni)

Commit:0d2118f
Author:James Taylor
Committer:James Taylor

PHOENIX-4579 Add a config to conditionally create Phoenix meta tables on first client connection (Chinmay Kulkarni)

Commit:6fb7d45
Author:James Taylor
Committer:James Taylor

PHOENIX-4579 Add a config to conditionally create Phoenix meta tables on first client connection (Chinmay Kulkarni)

Commit:5f3ef7c
Author:James Taylor
Committer:James Taylor

PHOENIX-4579 Add a config to conditionally create Phoenix meta tables on first client connection (Chinmay Kulkarni)

Commit:87fdda8
Author:James Taylor

PHOENIX-4579 Add a config to conditionally create Phoenix meta tables on first client connection (Chinmay Kulkarni)

Commit:15fa00f
Author:James Taylor
Committer:James Taylor

PHOENIX-4605 Support running multiple transaction providers

Commit:06e9c1f
Author:James Taylor
Committer:James Taylor

PHOENIX-4605 Support running multiple transaction providers