[jira] [Updated] (PHOENIX-7025) Create a new RPC to validate last ddl timestamp for read requests.

2023-08-21 Thread Rushabh Shah (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-7025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rushabh Shah updated PHOENIX-7025: -- Description: Introduce a new RPC request from phoenix client to any region server via  Phoeni

[jira] [Created] (PHOENIX-7025) Create a new RPC to validate last ddl timestamp for read requests.

2023-08-21 Thread Rushabh Shah (Jira)
Rushabh Shah created PHOENIX-7025: - Summary: Create a new RPC to validate last ddl timestamp for read requests. Key: PHOENIX-7025 URL: https://issues.apache.org/jira/browse/PHOENIX-7025 Project: Phoen

[jira] [Resolved] (PHOENIX-6975) Introduce StaleMetadataCache Exception

2023-08-21 Thread Rushabh Shah (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-6975?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rushabh Shah resolved PHOENIX-6975. --- Resolution: Invalid > Introduce StaleMetadataCache Exception >

[jira] [Updated] (PHOENIX-6942) Some config properties do not have phoenix prefix

2023-08-21 Thread Istvan Toth (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-6942?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Istvan Toth updated PHOENIX-6942: - Release Note: Some properties that did not have the phoenix prefix were renamed: index.verify.

[jira] [Updated] (PHOENIX-6942) Some config properties do not have phoenix prefix

2023-08-21 Thread Aron Attila Meszaros (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-6942?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aron Attila Meszaros updated PHOENIX-6942: -- Release Note: Renamed properties: index.verify.threads.max -> phoenix.index.

[DISCUSS] Changing the default OMID TSO port

2023-08-21 Thread Istvan Toth
Hi! After a long debugging process, we have finally identified the reason for random TSO server startup failures, which is that the default port is too high, it is in the ephemeral port range, which may conflict with random connections. The fix is trivial, we just need to use a lower port number,