[jira] [Commented] (KAFKA-3445) ConnectorConfig should validate TASKS_MAX_CONFIG's lower bound limit

2016-03-24 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/KAFKA-3445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15210581#comment-15210581
 ] 

ASF GitHub Bot commented on KAFKA-3445:
---

Github user asfgit closed the pull request at:

https://github.com/apache/kafka/pull/1132


> ConnectorConfig should validate TASKS_MAX_CONFIG's lower bound limit 
> -
>
> Key: KAFKA-3445
> URL: https://issues.apache.org/jira/browse/KAFKA-3445
> Project: Kafka
>  Issue Type: Improvement
>  Components: config
>Reporter: Ryan P
>Priority: Trivial
>  Labels: newbie
> Fix For: 0.10.1.0
>
> Attachments: KAFKA-3445.patch
>
>
> I'll be the first to admit this is a bit nit picky any property marked with 
> Importance.HIGH should be guarded against nonsensical values. 
> With that said I would like to suggest that TASKS_MAX_CONFIG be validating 
> against a lower bound limit of 1. 
> I do understand this is unlikely to happen and the configuration is 
> nonsensical but there is no penalty for stopping someone from trying it out. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (KAFKA-3445) ConnectorConfig should validate TASKS_MAX_CONFIG's lower bound limit

2016-03-24 Thread Ryan P (JIRA)

[ 
https://issues.apache.org/jira/browse/KAFKA-3445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15210423#comment-15210423
 ] 

Ryan P commented on KAFKA-3445:
---

[~ewencp], sorry about that I should have read that beforehand. 

> ConnectorConfig should validate TASKS_MAX_CONFIG's lower bound limit 
> -
>
> Key: KAFKA-3445
> URL: https://issues.apache.org/jira/browse/KAFKA-3445
> Project: Kafka
>  Issue Type: Improvement
>  Components: config
>Reporter: Ryan P
>Priority: Trivial
>  Labels: newbie
> Attachments: KAFKA-3445.patch
>
>
> I'll be the first to admit this is a bit nit picky any property marked with 
> Importance.HIGH should be guarded against nonsensical values. 
> With that said I would like to suggest that TASKS_MAX_CONFIG be validating 
> against a lower bound limit of 1. 
> I do understand this is unlikely to happen and the configuration is 
> nonsensical but there is no penalty for stopping someone from trying it out. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (KAFKA-3445) ConnectorConfig should validate TASKS_MAX_CONFIG's lower bound limit

2016-03-24 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/KAFKA-3445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15210382#comment-15210382
 ] 

ASF GitHub Bot commented on KAFKA-3445:
---

GitHub user rnpridgeon opened a pull request:

https://github.com/apache/kafka/pull/1132

KAFKA-3445

Currently the property TASKS_MAX_CONFIG is not validated against 
nonsensical values such as 0. This patch leverages the Range.atLeast() method 
to ensure value is at least 1. 

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/rnpridgeon/kafka KAFKA-3445

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/1132.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1132


commit 8617218300d5af70a4dc62ac4de77f443291b5ed
Author: Ryan P 
Date:   2016-03-24T14:56:11Z

KAFKA-3445
add validator to TASKS_MAX_CONFIG




> ConnectorConfig should validate TASKS_MAX_CONFIG's lower bound limit 
> -
>
> Key: KAFKA-3445
> URL: https://issues.apache.org/jira/browse/KAFKA-3445
> Project: Kafka
>  Issue Type: Improvement
>  Components: config
>Reporter: Ryan P
>Priority: Trivial
>  Labels: newbie
> Attachments: KAFKA-3445.patch
>
>
> I'll be the first to admit this is a bit nit picky any property marked with 
> Importance.HIGH should be guarded against nonsensical values. 
> With that said I would like to suggest that TASKS_MAX_CONFIG be validating 
> against a lower bound limit of 1. 
> I do understand this is unlikely to happen and the configuration is 
> nonsensical but there is no penalty for stopping someone from trying it out. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (KAFKA-3445) ConnectorConfig should validate TASKS_MAX_CONFIG's lower bound limit

2016-03-23 Thread Ewen Cheslack-Postava (JIRA)

[ 
https://issues.apache.org/jira/browse/KAFKA-3445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15209863#comment-15209863
 ] 

Ewen Cheslack-Postava commented on KAFKA-3445:
--

[~Ryan P] Not nit picky at all, this is actually a pretty significant 
oversight! Patch looks trivial, but could you contribute via PR according to 
the contributor guidelines: 
https://cwiki.apache.org/confluence/display/KAFKA/Contributing+Code+Changes ? 
This will make it easy for me to commit the patch.

> ConnectorConfig should validate TASKS_MAX_CONFIG's lower bound limit 
> -
>
> Key: KAFKA-3445
> URL: https://issues.apache.org/jira/browse/KAFKA-3445
> Project: Kafka
>  Issue Type: Improvement
>  Components: config
>Reporter: Ryan P
>Priority: Trivial
>  Labels: newbie
> Attachments: KAFKA-3445.patch
>
>
> I'll be the first to admit this is a bit nit picky any property marked with 
> Importance.HIGH should be guarded against nonsensical values. 
> With that said I would like to suggest that TASKS_MAX_CONFIG be validating 
> against a lower bound limit of 1. 
> I do understand this is unlikely to happen and the configuration is 
> nonsensical but there is no penalty for stopping someone from trying it out. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)