You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/12/18 15:46:00 UTC

[jira] [Work logged] (CAMEL-13014) camel mqtt crash using high volume traffic

     [ https://issues.apache.org/jira/browse/CAMEL-13014?focusedWorklogId=176584&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-176584 ]

ASF GitHub Bot logged work on CAMEL-13014:
------------------------------------------

                Author: ASF GitHub Bot
            Created on: 18/Dec/18 15:45
            Start Date: 18/Dec/18 15:45
    Worklog Time Spent: 10m 
      Work Description: Fabryprog opened a new pull request #2678: CAMEL-13014 fix stealing link for clientId (looped error)
URL: https://github.com/apache/camel/pull/2678
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

            Worklog Id:     (was: 176584)
            Time Spent: 10m
    Remaining Estimate: 0h

> camel mqtt crash using high volume traffic
> ------------------------------------------
>
>                 Key: CAMEL-13014
>                 URL: https://issues.apache.org/jira/browse/CAMEL-13014
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-mqtt
>    Affects Versions: 2.23.0
>            Reporter: Fabrizio Spataro
>            Assignee: Fabrizio Spataro
>            Priority: Blocker
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Into current version we cannot use 2 (or more) sequential camel-mqtt producer.
> With high volume traffic use case, we have this looped error:  
> {quote}2018-12-18 16:27:12,609 [.0.1:36172@1101] WARN RegionBroker - Stealing link for clientId 7f000001e92a5c1911c9 From Connection Transport Connection to: tcp://127.0.0.1:36176
> 2018-12-18 16:27:12,609 [.0.1:36170@1101] WARN RegionBroker - Stealing link for clientId 7f000001e92a5c1911c9 From Connection Transport Connection to: tcp://127.0.0.1:36172
> 2018-12-18 16:27:12,614 [.0.1:36180@1101] WARN RegionBroker - Stealing link for clientId 7f000001e92a5c1911c9 From Connection Transport Connection to: tcp://127.0.0.1:36170
> 2018-12-18 16:27:12,639 [.0.1:36182@1101] WARN RegionBroker - Stealing link for clientId 7f000001e92a5c1911c9 From Connection Transport Connection to: tcp://127.0.0.1:36180
> 2018-12-18 16:27:12,639 [.0.1:36184@1101] WARN RegionBroker - Stealing link for clientId 7f000001e92a5c1911c9 From Connection Transport Connection to: tcp://127.0.0.1:36182
> 2018-12-18 16:27:12,662 [.0.1:36186@1101] WARN RegionBroker - Stealing link for clientId 7f000001e92a5c1911c9 From Connection Transport Connection to: tcp://127.0.0.1:36184
> 2018-12-18 16:27:12,662 [.0.1:36190@1101] WARN RegionBroker - Stealing link for clientId 7f000001e92a5c1911c9 From Connection Transport Connection to: tcp://127.0.0.1:36186
> 2018-12-18 16:27:12,666 [.0.1:36178@1101] WARN RegionBroker - Stealing link for clientId 7f000001e92a5c1911c9 From Connection Transport Connection to: tcp://127.0.0.1:36190
> 2018-12-18 16:27:12,668 [.0.1:36188@1101] WARN RegionBroker - Stealing link for clientId 7f000001e92a5c1911c9 From Connection Transport Connection to: tcp://127.0.0.1:36192
> 2018-12-18 16:27:12,668 [.0.1:36192@1101] WARN RegionBroker - Stealing link for clientId 7f000001e92a5c1911c9 From Connection Transport Connection to: tcp://127.0.0.1:36178
> 2018-12-18 16:27:12,669 [.0.1:36196@1101] WARN RegionBroker - Stealing link for clientId 7f000001e92a5c1911c9 From Connection Transport Connection to: tcp://127.0.0.1:36194
> {quote}
>  You can reproduce it using junit class *org.apache.camel.component.mqtt.MQTTLoopProducerTest*
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)