You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lens.apache.org by "Sushil Mohanty (JIRA)" <ji...@apache.org> on 2016/03/31 10:27:25 UTC

[jira] [Commented] (LENS-998) Partition skip is not logging correct end time in the logs.

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

Sushil Mohanty commented on LENS-998:
-------------------------------------

Couple of issues here: 
1. In case of no partitions skipped it still logs, should be adding a check to log only if anything skipped.
2. The start and end date seems to be very future date. This happens when there is no start and end date is not specified  at fact or storage table. It picks the default min and max date in DateUtil.
{CODE}
  public static final Date MAX_DATE = new Date(Long.MAX_VALUE);
  public static final Date MIN_DATE = new Date(Long.MIN_VALUE);
{CODE}

> Partition skip is not logging correct end time in the logs.
> -----------------------------------------------------------
>
>                 Key: LENS-998
>                 URL: https://issues.apache.org/jira/browse/LENS-998
>             Project: Apache Lens
>          Issue Type: Bug
>            Reporter: Sushil Mohanty
>            Assignee: Sushil Mohanty
>
> Seeing below log lines in server log 
> {CODE}
> INFO org.apache.lens.cube.metadata.CubeMetastoreClient - List of partitions skipped : {}, because they fall before fact start time : Sun Dec 02 16:47:04 UTC 292269055 and after fact end time : Sun Aug 17 07:12:55 UTC 292278994
> {CODE}



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