Resolved a trace where a timestamp had an faulty offset of -1 in the aggregation deamon
This commit is contained in:
parent
e4532031e3
commit
7a7d44de51
1 changed files with 1 additions and 0 deletions
|
|
@ -112,6 +112,7 @@ public class SensorDataAggregatorDaemon implements HalDaemon {
|
||||||
|
|
||||||
if(latestCompletePeriodEndTimestamp == maxTimestampFoundForSensor){
|
if(latestCompletePeriodEndTimestamp == maxTimestampFoundForSensor){
|
||||||
logger.fine("no new data to evaluate - aggregation is up to date");
|
logger.fine("no new data to evaluate - aggregation is up to date");
|
||||||
|
return;
|
||||||
}else{
|
}else{
|
||||||
logger.fine("evaluating period: "+ (maxTimestampFoundForSensor+1) + "=>" + latestCompletePeriodEndTimestamp + " (" + UTCTimeUtility.getDateString(maxTimestampFoundForSensor+1) + "=>" + UTCTimeUtility.getDateString(latestCompletePeriodEndTimestamp) + ") with expected sample count: " + expectedSampleCount);
|
logger.fine("evaluating period: "+ (maxTimestampFoundForSensor+1) + "=>" + latestCompletePeriodEndTimestamp + " (" + UTCTimeUtility.getDateString(maxTimestampFoundForSensor+1) + "=>" + UTCTimeUtility.getDateString(latestCompletePeriodEndTimestamp) + ") with expected sample count: " + expectedSampleCount);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue