[jira] [Commented] (CASSANDRA-17385) Guardrails for items per UDT

2022-03-28 Thread Jira


[ 
https://issues.apache.org/jira/browse/CASSANDRA-17385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17513496#comment-17513496
 ] 

Andres de la Peña commented on CASSANDRA-17385:
---

Committed to {{trunk}} as 
[8a3b9260a9494af56356f4c9829c4068b7ea182f|https://github.com/apache/cassandra/commit/8a3b9260a9494af56356f4c9829c4068b7ea182f],
 thanks for the review.

> Guardrails for items per UDT
> 
>
> Key: CASSANDRA-17385
> URL: https://issues.apache.org/jira/browse/CASSANDRA-17385
> Project: Cassandra
>  Issue Type: New Feature
>  Components: Feature/Guardrails
>Reporter: Andres de la Peña
>Assignee: Andres de la Peña
>Priority: Normal
> Fix For: 4.x
>
>  Time Spent: 1h 40m
>  Remaining Estimate: 0h
>
> Add a guardrail for the number of items in a UDT. For example:
> {code}
> # Guardrail to warn or fail when creating a user-defined-type with more 
> fields in than threshold.
> # Default -1 to disable.
> fields_per_udt_warn_threshold: -1
> fields_per_udt_fail_threshold: -1
> {code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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



[jira] [Commented] (CASSANDRA-17385) Guardrails for items per UDT

2022-03-28 Thread Ekaterina Dimitrova (Jira)


[ 
https://issues.apache.org/jira/browse/CASSANDRA-17385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17513387#comment-17513387
 ] 

Ekaterina Dimitrova commented on CASSANDRA-17385:
-

LGTM, thanks! I also checked the CI results posted in the PR and there were 
only known failures for which there are tickets created already. 

> Guardrails for items per UDT
> 
>
> Key: CASSANDRA-17385
> URL: https://issues.apache.org/jira/browse/CASSANDRA-17385
> Project: Cassandra
>  Issue Type: New Feature
>  Components: Feature/Guardrails
>Reporter: Andres de la Peña
>Assignee: Andres de la Peña
>Priority: Normal
> Fix For: 4.x
>
>  Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> Add a guardrail for the number of items in a UDT. For example:
> {code}
> # Guardrail to warn or fail when creating a user-defined-type with more 
> fields in than threshold.
> # Default -1 to disable.
> fields_per_udt_warn_threshold: -1
> fields_per_udt_fail_threshold: -1
> {code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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



[jira] [Commented] (CASSANDRA-17385) Guardrails for items per UDT

2022-03-16 Thread Jira


[ 
https://issues.apache.org/jira/browse/CASSANDRA-17385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17507746#comment-17507746
 ] 

Andres de la Peña commented on CASSANDRA-17385:
---

New rebase to include the last changes in guardrails:
||PR||CI||
|[trunk|https://github.com/apache/cassandra/pull/1449]|[j8|https://app.circleci.com/pipelines/github/adelapena/cassandra/1365/workflows/433b8c14-8ee1-423f-bdf6-2d3e2ddf0c6d]
 
[j11|https://app.circleci.com/pipelines/github/adelapena/cassandra/1365/workflows/fe5e3fbb-cc0d-4f0b-82c4-fee59165243c]|

> Guardrails for items per UDT
> 
>
> Key: CASSANDRA-17385
> URL: https://issues.apache.org/jira/browse/CASSANDRA-17385
> Project: Cassandra
>  Issue Type: New Feature
>  Components: Feature/Guardrails
>Reporter: Andres de la Peña
>Assignee: Andres de la Peña
>Priority: Normal
> Fix For: 4.x
>
>
> Add a guardrail for the number of items in a UDT. For example:
> {code}
> # Guardrail to warn or fail when creating a user-defined-type with more 
> fields in than threshold.
> # Default -1 to disable.
> fields_per_udt_warn_threshold: -1
> fields_per_udt_fail_threshold: -1
> {code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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



[jira] [Commented] (CASSANDRA-17385) Guardrails for items per UDT

2022-03-08 Thread Jira


[ 
https://issues.apache.org/jira/browse/CASSANDRA-17385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17503034#comment-17503034
 ] 

Andres de la Peña commented on CASSANDRA-17385:
---

Rebased again on top of the last changes on trunk:
||PR||CI||
|[trunk|https://github.com/apache/cassandra/pull/1449]|[j8|https://app.circleci.com/pipelines/github/adelapena/cassandra/1343/workflows/123422df-990c-40f7-aedf-4046fd21343c]
 
[j11|https://app.circleci.com/pipelines/github/adelapena/cassandra/1343/workflows/19754592-e3f4-49df-9bd7-5d8e1598314c]|

> Guardrails for items per UDT
> 
>
> Key: CASSANDRA-17385
> URL: https://issues.apache.org/jira/browse/CASSANDRA-17385
> Project: Cassandra
>  Issue Type: New Feature
>  Components: Feature/Guardrails
>Reporter: Andres de la Peña
>Assignee: Andres de la Peña
>Priority: Normal
> Fix For: 4.x
>
>
> Add a guardrail for the number of items in a UDT. For example:
> {code}
> # Guardrail to warn or fail when creating a user-defined-type with more 
> fields in than threshold.
> # Default -1 to disable.
> fields_per_udt_warn_threshold: -1
> fields_per_udt_fail_threshold: -1
> {code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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



[jira] [Commented] (CASSANDRA-17385) Guardrails for items per UDT

2022-02-23 Thread Jira


[ 
https://issues.apache.org/jira/browse/CASSANDRA-17385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17496823#comment-17496823
 ] 

Andres de la Peña commented on CASSANDRA-17385:
---

Rebased on top of the last changes on trunk:
||PR||CI||
|[trunk|https://github.com/apache/cassandra/pull/1449]|[j8|https://app.circleci.com/pipelines/github/adelapena/cassandra/1312/workflows/5819cb5f-26a7-40ea-ad7c-35fdeeab68cb]
 
[j11|https://app.circleci.com/pipelines/github/adelapena/cassandra/1312/workflows/f5280695-0c57-4382-a0a8-0036990cb0b5]|

> Guardrails for items per UDT
> 
>
> Key: CASSANDRA-17385
> URL: https://issues.apache.org/jira/browse/CASSANDRA-17385
> Project: Cassandra
>  Issue Type: New Feature
>  Components: Feature/Guardrails
>Reporter: Andres de la Peña
>Assignee: Andres de la Peña
>Priority: Normal
> Fix For: 4.x
>
>
> Add a guardrail for the number of items in a UDT. For example:
> {code}
> # Guardrail to warn or fail when creating a user-defined-type with more 
> fields in than threshold.
> # Default -1 to disable.
> fields_per_udt_warn_threshold: -1
> fields_per_udt_fail_threshold: -1
> {code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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



[jira] [Commented] (CASSANDRA-17385) Guardrails for items per UDT

2022-02-15 Thread Jira


[ 
https://issues.apache.org/jira/browse/CASSANDRA-17385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17492683#comment-17492683
 ] 

Andres de la Peña commented on CASSANDRA-17385:
---

||PR||CI||
|[trunk|https://github.com/apache/cassandra/pull/1449]|[j8|https://app.circleci.com/pipelines/github/adelapena/cassandra/1298/workflows/ef0892b8-d9f0-4e29-8fc9-d4baa63ba556]
 
[j11|https://app.circleci.com/pipelines/github/adelapena/cassandra/1298/workflows/b1aef77a-fc2e-41b2-bbc3-dae576f445f4]|

> Guardrails for items per UDT
> 
>
> Key: CASSANDRA-17385
> URL: https://issues.apache.org/jira/browse/CASSANDRA-17385
> Project: Cassandra
>  Issue Type: New Feature
>  Components: Feature/Guardrails
>Reporter: Andres de la Peña
>Assignee: Andres de la Peña
>Priority: Normal
>
> Add a guardrail for the number of items in a UDT. For example:
> {code}
> # Guardrail to warn or fail when creating a user-defined-type with more 
> fields in than threshold.
> # Default -1 to disable.
> fields_per_udt_warn_threshold: -1
> fields_per_udt_fail_threshold: -1
> {code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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