[jira] [Updated] (CASSANDRA-19615) Merge pre-existing schema with the system defined one during upgrade

2024-05-06 Thread Marcus Eriksson (Jira)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-19615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marcus Eriksson updated CASSANDRA-19615:

Source Control Link: 
https://github.com/apache/cassandra/commit/4d29a1c75e4c7a5493d5601c7a907b75e042c5f9
 Resolution: Fixed
 Status: Resolved  (was: Ready to Commit)

and committed with the comment fixed

> Merge pre-existing schema with the system defined one during upgrade
> 
>
> Key: CASSANDRA-19615
> URL: https://issues.apache.org/jira/browse/CASSANDRA-19615
> Project: Cassandra
>  Issue Type: Improvement
>  Components: Transactional Cluster Metadata
>Reporter: Marcus Eriksson
>Assignee: Marcus Eriksson
>Priority: Normal
> Fix For: 5.1-alpha1
>
> Attachments: ci_summary.html
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> When upgrading we should merge the pre-existing schema with the 
> system-defined schema. For example, if a table was defined in 5.0 in 
> system_distributed, but then removed from SystemDistributedKeyspace.java in 
> 5.1 we should still be able to read it (until manually dropped).



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRA-19615) Merge pre-existing schema with the system defined one during upgrade

2024-05-03 Thread Sam Tunnicliffe (Jira)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-19615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sam Tunnicliffe updated CASSANDRA-19615:

Status: Review In Progress  (was: Patch Available)

> Merge pre-existing schema with the system defined one during upgrade
> 
>
> Key: CASSANDRA-19615
> URL: https://issues.apache.org/jira/browse/CASSANDRA-19615
> Project: Cassandra
>  Issue Type: Improvement
>  Components: Transactional Cluster Metadata
>Reporter: Marcus Eriksson
>Assignee: Marcus Eriksson
>Priority: Normal
> Fix For: 5.1-alpha1
>
> Attachments: ci_summary.html
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> When upgrading we should merge the pre-existing schema with the 
> system-defined schema. For example, if a table was defined in 5.0 in 
> system_distributed, but then removed from SystemDistributedKeyspace.java in 
> 5.1 we should still be able to read it (until manually dropped).



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRA-19615) Merge pre-existing schema with the system defined one during upgrade

2024-05-03 Thread Sam Tunnicliffe (Jira)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-19615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sam Tunnicliffe updated CASSANDRA-19615:

Status: Ready to Commit  (was: Review In Progress)

+1 with one very minor comment on the PR

> Merge pre-existing schema with the system defined one during upgrade
> 
>
> Key: CASSANDRA-19615
> URL: https://issues.apache.org/jira/browse/CASSANDRA-19615
> Project: Cassandra
>  Issue Type: Improvement
>  Components: Transactional Cluster Metadata
>Reporter: Marcus Eriksson
>Assignee: Marcus Eriksson
>Priority: Normal
> Fix For: 5.1-alpha1
>
> Attachments: ci_summary.html
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> When upgrading we should merge the pre-existing schema with the 
> system-defined schema. For example, if a table was defined in 5.0 in 
> system_distributed, but then removed from SystemDistributedKeyspace.java in 
> 5.1 we should still be able to read it (until manually dropped).



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRA-19615) Merge pre-existing schema with the system defined one during upgrade

2024-05-03 Thread Marcus Eriksson (Jira)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-19615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marcus Eriksson updated CASSANDRA-19615:

Change Category: Semantic
 Complexity: Low Hanging Fruit
  Fix Version/s: 5.1-alpha1
  Reviewers: Sam Tunnicliffe
 Status: Open  (was: Triage Needed)

> Merge pre-existing schema with the system defined one during upgrade
> 
>
> Key: CASSANDRA-19615
> URL: https://issues.apache.org/jira/browse/CASSANDRA-19615
> Project: Cassandra
>  Issue Type: Improvement
>  Components: Transactional Cluster Metadata
>Reporter: Marcus Eriksson
>Assignee: Marcus Eriksson
>Priority: Normal
> Fix For: 5.1-alpha1
>
> Attachments: ci_summary.html
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> When upgrading we should merge the pre-existing schema with the 
> system-defined schema. For example, if a table was defined in 5.0 in 
> system_distributed, but then removed from SystemDistributedKeyspace.java in 
> 5.1 we should still be able to read it (until manually dropped).



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRA-19615) Merge pre-existing schema with the system defined one during upgrade

2024-05-03 Thread Marcus Eriksson (Jira)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-19615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marcus Eriksson updated CASSANDRA-19615:

Test and Documentation Plan: ci run
 Status: Patch Available  (was: Open)

> Merge pre-existing schema with the system defined one during upgrade
> 
>
> Key: CASSANDRA-19615
> URL: https://issues.apache.org/jira/browse/CASSANDRA-19615
> Project: Cassandra
>  Issue Type: Improvement
>  Components: Transactional Cluster Metadata
>Reporter: Marcus Eriksson
>Assignee: Marcus Eriksson
>Priority: Normal
> Fix For: 5.1-alpha1
>
> Attachments: ci_summary.html
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> When upgrading we should merge the pre-existing schema with the 
> system-defined schema. For example, if a table was defined in 5.0 in 
> system_distributed, but then removed from SystemDistributedKeyspace.java in 
> 5.1 we should still be able to read it (until manually dropped).



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRA-19615) Merge pre-existing schema with the system defined one during upgrade

2024-05-03 Thread Marcus Eriksson (Jira)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-19615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marcus Eriksson updated CASSANDRA-19615:

Attachment: ci_summary.html

> Merge pre-existing schema with the system defined one during upgrade
> 
>
> Key: CASSANDRA-19615
> URL: https://issues.apache.org/jira/browse/CASSANDRA-19615
> Project: Cassandra
>  Issue Type: Improvement
>  Components: Transactional Cluster Metadata
>Reporter: Marcus Eriksson
>Assignee: Marcus Eriksson
>Priority: Normal
> Attachments: ci_summary.html
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> When upgrading we should merge the pre-existing schema with the 
> system-defined schema. For example, if a table was defined in 5.0 in 
> system_distributed, but then removed from SystemDistributedKeyspace.java in 
> 5.1 we should still be able to read it (until manually dropped).



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org