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 2019/03/13 11:28:00 UTC

[jira] [Work logged] (CAMEL-13324) camel-yammer - olderThan and newerThan endpoint options are not working for high message number

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

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

                Author: ASF GitHub Bot
            Created on: 13/Mar/19 11:27
            Start Date: 13/Mar/19 11:27
    Worklog Time Spent: 10m 
      Work Description: bouskaJ commented on pull request #2823: [CAMEL-13324] Change olderThan and newerThan options type
URL: https://github.com/apache/camel/pull/2823
 
 
   Tested with camel 2.21.0
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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: 212327)
            Time Spent: 10m
    Remaining Estimate: 0h

> camel-yammer - olderThan and newerThan endpoint options are not working for high message number
> -----------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-13324
>                 URL: https://issues.apache.org/jira/browse/CAMEL-13324
>             Project: Camel
>          Issue Type: Bug
>            Reporter: Jan Bouska
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Yammer message ID can be very high. OlderThan and newerThan endpoint options consumes message id and we are running out of integer range.
>  
> {code:java}
> Caused by: org.apache.camel.TypeConversionException: Error during type conversion from type: java.lang.String to the required type: int with value 58802444918784 due For input string: "58802444918784"
> {code}
>  
> Suggested fix is change olderThan and newerThan options to `long`.



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