[
https://issues.apache.org/jira/browse/FLUME-2889?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15257149#comment-15257149
]
Hudson commented on FLUME-2889:
-------------------------------
FAILURE: Integrated in Flume-trunk-hbase-1 #156 (See
[https://builds.apache.org/job/Flume-trunk-hbase-1/156/])
FLUME-2889: Fixes to DateTime computations (roshan:
[http://git-wip-us.apache.org/repos/asf/flume/repo?p=flume.git&a=commit&h=e6df16d782ae8917b443be81d6a5ad755e02f5c3])
* flume-ng-core/src/main/java/org/apache/flume/source/SyslogParser.java
* flume-ng-core/src/test/java/org/apache/flume/source/TestSyslogUtils.java
* flume-ng-core/src/main/java/org/apache/flume/source/SyslogUtils.java
> Fixes to DateTime computations
> -------------------------------
>
> Key: FLUME-2889
> URL: https://issues.apache.org/jira/browse/FLUME-2889
> Project: Flume
> Issue Type: Bug
> Affects Versions: v1.6.0
> Reporter: Roshan Naik
> Assignee: Tristan Stevens
> Fix For: v1.7.0
>
> Attachments: FLUME-2889-2.patch, FLUME-2889-4.patch,
> FLUME-2889.3.patch, FLUME-2889.patch
>
>
> date.withYear(year+1) can lead to incorrect date calculations .. for example
> if the date is Feb 29th. need to use date.plusYears(1) instead.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)