[jira] [Updated] (CASSANDRA-19048) Audit table properties passed through Analytics CqlUtils

2023-11-29 Thread Dinesh Joshi (Jira)


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

Dinesh Joshi updated CASSANDRA-19048:
-
  Fix Version/s: NA
  Since Version: 5.0-alpha2
Source Control Link: 
https://github.com/apache/cassandra-analytics/commit/c73c76498b0c2b36705025de6b0b2a7bb38e758b
 Resolution: Fixed
 Status: Resolved  (was: Ready to Commit)

> Audit table properties passed through Analytics CqlUtils
> 
>
> Key: CASSANDRA-19048
> URL: https://issues.apache.org/jira/browse/CASSANDRA-19048
> Project: Cassandra
>  Issue Type: Bug
>  Components: Analytics Library
>Reporter: Doug Rohrer
>Assignee: Doug Rohrer
>Priority: Normal
> Fix For: NA
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> In mixed version clusters, table properties (`WITH` clauses in the table 
> definition) have historically been moved or renamed without much thought to 
> backward-compatibility of external tools. This has caused breaking changes to 
> the Analytics library in the past. Therefore, the Analytics library removes 
> most table properties from the table schema it uses in order to avoid these 
> issues. However, it is currently too aggressive in this removal process.  For 
> example, the `default_time_to_live` parameter is currently removed from the 
> table options, but the Bulk Writer should use this to set the appropriate TTL 
> when the user doesn’t specify it in the bulk job.
> Similarly, compression options passed to the Bulk Writer should be honored so 
> that the appropriate compression algorithm is used when generating sstables.
> The allowlist of options needs to be audited and improved to add additional 
> options where appropriate.



--
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-19048) Audit table properties passed through Analytics CqlUtils

2023-11-29 Thread Dinesh Joshi (Jira)


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

Dinesh Joshi updated CASSANDRA-19048:
-
Status: Ready to Commit  (was: Review In Progress)

> Audit table properties passed through Analytics CqlUtils
> 
>
> Key: CASSANDRA-19048
> URL: https://issues.apache.org/jira/browse/CASSANDRA-19048
> Project: Cassandra
>  Issue Type: Bug
>  Components: Analytics Library
>Reporter: Doug Rohrer
>Assignee: Doug Rohrer
>Priority: Normal
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> In mixed version clusters, table properties (`WITH` clauses in the table 
> definition) have historically been moved or renamed without much thought to 
> backward-compatibility of external tools. This has caused breaking changes to 
> the Analytics library in the past. Therefore, the Analytics library removes 
> most table properties from the table schema it uses in order to avoid these 
> issues. However, it is currently too aggressive in this removal process.  For 
> example, the `default_time_to_live` parameter is currently removed from the 
> table options, but the Bulk Writer should use this to set the appropriate TTL 
> when the user doesn’t specify it in the bulk job.
> Similarly, compression options passed to the Bulk Writer should be honored so 
> that the appropriate compression algorithm is used when generating sstables.
> The allowlist of options needs to be audited and improved to add additional 
> options where appropriate.



--
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-19048) Audit table properties passed through Analytics CqlUtils

2023-11-29 Thread Dinesh Joshi (Jira)


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

Dinesh Joshi updated CASSANDRA-19048:
-
Reviewers: Dinesh Joshi, Francisco Guerrero, Yifan Cai  (was: Francisco 
Guerrero, Yifan Cai)

> Audit table properties passed through Analytics CqlUtils
> 
>
> Key: CASSANDRA-19048
> URL: https://issues.apache.org/jira/browse/CASSANDRA-19048
> Project: Cassandra
>  Issue Type: Bug
>  Components: Analytics Library
>Reporter: Doug Rohrer
>Assignee: Doug Rohrer
>Priority: Normal
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> In mixed version clusters, table properties (`WITH` clauses in the table 
> definition) have historically been moved or renamed without much thought to 
> backward-compatibility of external tools. This has caused breaking changes to 
> the Analytics library in the past. Therefore, the Analytics library removes 
> most table properties from the table schema it uses in order to avoid these 
> issues. However, it is currently too aggressive in this removal process.  For 
> example, the `default_time_to_live` parameter is currently removed from the 
> table options, but the Bulk Writer should use this to set the appropriate TTL 
> when the user doesn’t specify it in the bulk job.
> Similarly, compression options passed to the Bulk Writer should be honored so 
> that the appropriate compression algorithm is used when generating sstables.
> The allowlist of options needs to be audited and improved to add additional 
> options where appropriate.



--
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-19048) Audit table properties passed through Analytics CqlUtils

2023-11-29 Thread Francisco Guerrero (Jira)


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

Francisco Guerrero updated CASSANDRA-19048:
---
Reviewers: Francisco Guerrero, Yifan Cai  (was: Yifan Cai)

> Audit table properties passed through Analytics CqlUtils
> 
>
> Key: CASSANDRA-19048
> URL: https://issues.apache.org/jira/browse/CASSANDRA-19048
> Project: Cassandra
>  Issue Type: Bug
>  Components: Analytics Library
>Reporter: Doug Rohrer
>Assignee: Doug Rohrer
>Priority: Normal
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> In mixed version clusters, table properties (`WITH` clauses in the table 
> definition) have historically been moved or renamed without much thought to 
> backward-compatibility of external tools. This has caused breaking changes to 
> the Analytics library in the past. Therefore, the Analytics library removes 
> most table properties from the table schema it uses in order to avoid these 
> issues. However, it is currently too aggressive in this removal process.  For 
> example, the `default_time_to_live` parameter is currently removed from the 
> table options, but the Bulk Writer should use this to set the appropriate TTL 
> when the user doesn’t specify it in the bulk job.
> Similarly, compression options passed to the Bulk Writer should be honored so 
> that the appropriate compression algorithm is used when generating sstables.
> The allowlist of options needs to be audited and improved to add additional 
> options where appropriate.



--
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-19048) Audit table properties passed through Analytics CqlUtils

2023-11-29 Thread Yifan Cai (Jira)


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

Yifan Cai updated CASSANDRA-19048:
--
Reviewers: Yifan Cai  (was: Yifan Cai, Yifan Cai)

> Audit table properties passed through Analytics CqlUtils
> 
>
> Key: CASSANDRA-19048
> URL: https://issues.apache.org/jira/browse/CASSANDRA-19048
> Project: Cassandra
>  Issue Type: Bug
>  Components: Analytics Library
>Reporter: Doug Rohrer
>Assignee: Doug Rohrer
>Priority: Normal
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> In mixed version clusters, table properties (`WITH` clauses in the table 
> definition) have historically been moved or renamed without much thought to 
> backward-compatibility of external tools. This has caused breaking changes to 
> the Analytics library in the past. Therefore, the Analytics library removes 
> most table properties from the table schema it uses in order to avoid these 
> issues. However, it is currently too aggressive in this removal process.  For 
> example, the `default_time_to_live` parameter is currently removed from the 
> table options, but the Bulk Writer should use this to set the appropriate TTL 
> when the user doesn’t specify it in the bulk job.
> Similarly, compression options passed to the Bulk Writer should be honored so 
> that the appropriate compression algorithm is used when generating sstables.
> The allowlist of options needs to be audited and improved to add additional 
> options where appropriate.



--
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-19048) Audit table properties passed through Analytics CqlUtils

2023-11-29 Thread Yifan Cai (Jira)


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

Yifan Cai updated CASSANDRA-19048:
--
Reviewers: Yifan Cai, Yifan Cai
   Status: Review In Progress  (was: Patch Available)

+1 on the patch

> Audit table properties passed through Analytics CqlUtils
> 
>
> Key: CASSANDRA-19048
> URL: https://issues.apache.org/jira/browse/CASSANDRA-19048
> Project: Cassandra
>  Issue Type: Bug
>  Components: Analytics Library
>Reporter: Doug Rohrer
>Assignee: Doug Rohrer
>Priority: Normal
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> In mixed version clusters, table properties (`WITH` clauses in the table 
> definition) have historically been moved or renamed without much thought to 
> backward-compatibility of external tools. This has caused breaking changes to 
> the Analytics library in the past. Therefore, the Analytics library removes 
> most table properties from the table schema it uses in order to avoid these 
> issues. However, it is currently too aggressive in this removal process.  For 
> example, the `default_time_to_live` parameter is currently removed from the 
> table options, but the Bulk Writer should use this to set the appropriate TTL 
> when the user doesn’t specify it in the bulk job.
> Similarly, compression options passed to the Bulk Writer should be honored so 
> that the appropriate compression algorithm is used when generating sstables.
> The allowlist of options needs to be audited and improved to add additional 
> options where appropriate.



--
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-19048) Audit table properties passed through Analytics CqlUtils

2023-11-29 Thread Yifan Cai (Jira)


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

Yifan Cai updated CASSANDRA-19048:
--
Test and Documentation Plan: ci
 Status: Patch Available  (was: Open)

> Audit table properties passed through Analytics CqlUtils
> 
>
> Key: CASSANDRA-19048
> URL: https://issues.apache.org/jira/browse/CASSANDRA-19048
> Project: Cassandra
>  Issue Type: Bug
>  Components: Analytics Library
>Reporter: Doug Rohrer
>Assignee: Doug Rohrer
>Priority: Normal
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> In mixed version clusters, table properties (`WITH` clauses in the table 
> definition) have historically been moved or renamed without much thought to 
> backward-compatibility of external tools. This has caused breaking changes to 
> the Analytics library in the past. Therefore, the Analytics library removes 
> most table properties from the table schema it uses in order to avoid these 
> issues. However, it is currently too aggressive in this removal process.  For 
> example, the `default_time_to_live` parameter is currently removed from the 
> table options, but the Bulk Writer should use this to set the appropriate TTL 
> when the user doesn’t specify it in the bulk job.
> Similarly, compression options passed to the Bulk Writer should be honored so 
> that the appropriate compression algorithm is used when generating sstables.
> The allowlist of options needs to be audited and improved to add additional 
> options where appropriate.



--
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-19048) Audit table properties passed through Analytics CqlUtils

2023-11-21 Thread Doug Rohrer (Jira)


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

Doug Rohrer updated CASSANDRA-19048:

 Bug Category: Parent values: Correctness(12982)
   Complexity: Normal
  Component/s: Analytics Library
Discovered By: User Report
 Severity: Normal
   Status: Open  (was: Triage Needed)

> Audit table properties passed through Analytics CqlUtils
> 
>
> Key: CASSANDRA-19048
> URL: https://issues.apache.org/jira/browse/CASSANDRA-19048
> Project: Cassandra
>  Issue Type: Bug
>  Components: Analytics Library
>Reporter: Doug Rohrer
>Assignee: Doug Rohrer
>Priority: Normal
>
> In mixed version clusters, table properties (`WITH` clauses in the table 
> definition) have historically been moved or renamed without much thought to 
> backward-compatibility of external tools. This has caused breaking changes to 
> the Analytics library in the past. Therefore, the Analytics library removes 
> most table properties from the table schema it uses in order to avoid these 
> issues. However, it is currently too aggressive in this removal process.  For 
> example, the `default_time_to_live` parameter is currently removed from the 
> table options, but the Bulk Writer should use this to set the appropriate TTL 
> when the user doesn’t specify it in the bulk job.
> Similarly, compression options passed to the Bulk Writer should be honored so 
> that the appropriate compression algorithm is used when generating sstables.
> The allowlist of options needs to be audited and improved to add additional 
> options where appropriate.



--
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