You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Joel Koshy (JIRA)" <ji...@apache.org> on 2011/08/04 22:31:27 UTC

[jira] [Created] (KAFKA-83) Options in SyncProducerConfig and AsyncProducerConfig can leak

Options in SyncProducerConfig and AsyncProducerConfig can leak
--------------------------------------------------------------

                 Key: KAFKA-83
                 URL: https://issues.apache.org/jira/browse/KAFKA-83
             Project: Kafka
          Issue Type: Bug
          Components: config
    Affects Versions: 0.6, 0.7
            Reporter: Joel Koshy
            Priority: Minor


There is the high-level producer api, and then there is the sync producer and then there is the async producer. Some config options are shared across these which leads to a small degree of confusion. I have a diagram lying around that I can attach to this jira. Anyway, due to this sharing the ProducerPool code copies around properties which is unsafe, because a developer who adds a new option may forget to copy it over. The fix is simple and should make the preceding summary a bit more clear.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (KAFKA-83) Options in SyncProducerConfig and AsyncProducerConfig can leak

Posted by "Joel Koshy (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KAFKA-83?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joel Koshy updated KAFKA-83:
----------------------------

    Attachment: kafka-83.patch

Patch for KAFKA-83

> Options in SyncProducerConfig and AsyncProducerConfig can leak
> --------------------------------------------------------------
>
>                 Key: KAFKA-83
>                 URL: https://issues.apache.org/jira/browse/KAFKA-83
>             Project: Kafka
>          Issue Type: Bug
>          Components: config
>    Affects Versions: 0.6, 0.7
>            Reporter: Joel Koshy
>            Priority: Minor
>         Attachments: kafka-83.patch, kafkaproducerconfig.pdf
>
>
> There is the high-level producer api, and then there is the sync producer and then there is the async producer. Some config options are shared across these which leads to a small degree of confusion. I have a diagram lying around that I can attach to this jira. Anyway, due to this sharing the ProducerPool code copies around properties which is unsafe, because a developer who adds a new option may forget to copy it over. The fix is simple and should make the preceding summary a bit more clear.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (KAFKA-83) Options in SyncProducerConfig and AsyncProducerConfig can leak

Posted by "Jay Kreps (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KAFKA-83?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jay Kreps resolved KAFKA-83.
----------------------------

    Resolution: Fixed

Closing as I believe this has been applied.
                
> Options in SyncProducerConfig and AsyncProducerConfig can leak
> --------------------------------------------------------------
>
>                 Key: KAFKA-83
>                 URL: https://issues.apache.org/jira/browse/KAFKA-83
>             Project: Kafka
>          Issue Type: Bug
>          Components: config
>    Affects Versions: 0.6, 0.7
>            Reporter: Joel Koshy
>            Priority: Minor
>         Attachments: kafka-83.patch, kafkaproducerconfig.pdf
>
>
> There is the high-level producer api, and then there is the sync producer and then there is the async producer. Some config options are shared across these which leads to a small degree of confusion. I have a diagram lying around that I can attach to this jira. Anyway, due to this sharing the ProducerPool code copies around properties which is unsafe, because a developer who adds a new option may forget to copy it over. The fix is simple and should make the preceding summary a bit more clear.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (KAFKA-83) Options in SyncProducerConfig and AsyncProducerConfig can leak

Posted by "Neha Narkhede (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/KAFKA-83?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13079704#comment-13079704 ] 

Neha Narkhede commented on KAFKA-83:
------------------------------------

Looks great. 
+1

> Options in SyncProducerConfig and AsyncProducerConfig can leak
> --------------------------------------------------------------
>
>                 Key: KAFKA-83
>                 URL: https://issues.apache.org/jira/browse/KAFKA-83
>             Project: Kafka
>          Issue Type: Bug
>          Components: config
>    Affects Versions: 0.6, 0.7
>            Reporter: Joel Koshy
>            Priority: Minor
>         Attachments: kafka-83.patch, kafkaproducerconfig.pdf
>
>
> There is the high-level producer api, and then there is the sync producer and then there is the async producer. Some config options are shared across these which leads to a small degree of confusion. I have a diagram lying around that I can attach to this jira. Anyway, due to this sharing the ProducerPool code copies around properties which is unsafe, because a developer who adds a new option may forget to copy it over. The fix is simple and should make the preceding summary a bit more clear.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (KAFKA-83) Options in SyncProducerConfig and AsyncProducerConfig can leak

Posted by "Jun Rao (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/KAFKA-83?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13080698#comment-13080698 ] 

Jun Rao commented on KAFKA-83:
------------------------------

Thanks, Joel. Just committed this.

> Options in SyncProducerConfig and AsyncProducerConfig can leak
> --------------------------------------------------------------
>
>                 Key: KAFKA-83
>                 URL: https://issues.apache.org/jira/browse/KAFKA-83
>             Project: Kafka
>          Issue Type: Bug
>          Components: config
>    Affects Versions: 0.6, 0.7
>            Reporter: Joel Koshy
>            Priority: Minor
>         Attachments: kafka-83.patch, kafkaproducerconfig.pdf
>
>
> There is the high-level producer api, and then there is the sync producer and then there is the async producer. Some config options are shared across these which leads to a small degree of confusion. I have a diagram lying around that I can attach to this jira. Anyway, due to this sharing the ProducerPool code copies around properties which is unsafe, because a developer who adds a new option may forget to copy it over. The fix is simple and should make the preceding summary a bit more clear.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (KAFKA-83) Options in SyncProducerConfig and AsyncProducerConfig can leak

Posted by "Joel Koshy (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KAFKA-83?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joel Koshy updated KAFKA-83:
----------------------------

    Attachment: kafkaproducerconfig.pdf

Config hierarchy.

> Options in SyncProducerConfig and AsyncProducerConfig can leak
> --------------------------------------------------------------
>
>                 Key: KAFKA-83
>                 URL: https://issues.apache.org/jira/browse/KAFKA-83
>             Project: Kafka
>          Issue Type: Bug
>          Components: config
>    Affects Versions: 0.6, 0.7
>            Reporter: Joel Koshy
>            Priority: Minor
>         Attachments: kafka-83.patch, kafkaproducerconfig.pdf
>
>
> There is the high-level producer api, and then there is the sync producer and then there is the async producer. Some config options are shared across these which leads to a small degree of confusion. I have a diagram lying around that I can attach to this jira. Anyway, due to this sharing the ProducerPool code copies around properties which is unsafe, because a developer who adds a new option may forget to copy it over. The fix is simple and should make the preceding summary a bit more clear.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira