[ 
https://issues.apache.org/jira/browse/APEXMALHAR-2407?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Thomas Weise resolved APEXMALHAR-2407.
--------------------------------------
       Resolution: Fixed
    Fix Version/s: 3.7.0

> Time buckets are not purging after expiry
> -----------------------------------------
>
>                 Key: APEXMALHAR-2407
>                 URL: https://issues.apache.org/jira/browse/APEXMALHAR-2407
>             Project: Apache Apex Malhar
>          Issue Type: Sub-task
>            Reporter: Chaitanya
>            Assignee: Chaitanya
>             Fix For: 3.7.0
>
>
> Below are the observations:
> 1) purgeListner is not triggering purgeTimeBucketsLessThanEqualTo() in 
> MovingTimeBucketAssigner.
> This will trigger only if the value of "triggerPurge" is true.
> "triggerPurge" calculated based on (diffInBuckets > 0) condition. 
> "diffInBuckets" is calculated based on below condition:
> if (time >= end)
> { long diffInBuckets = (time - end) / bucketSpanMillis; ------ }
> If the data is processing time then the value of diffInBuckets is always zero.
> 2) Comparing the key bucket Id with time bucket while writing bucketed data 
> which was happening in transferWindowFiles() which is in 
> IncrementalCheckpointManager.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to