hapylestat commented on a change in pull request #3254:
URL: https://github.com/apache/ambari/pull/3254#discussion_r516911092



##########
File path: 
ambari-metrics/ambari-metrics-timelineservice/src/main/java/org/apache/ambari/metrics/core/timeline/upgrade/core/MetricsDataMigrationLauncher.java
##########
@@ -114,8 +112,29 @@ public MetricsDataMigrationLauncher(String 
whitelistedFilePath, String processed
     LOG.info(String.format("Split metric names into %s batches with size of 
%s", metricNamesBatches.size(), batchSize));
   }
 
+  private long calculateStartEpochTime(Long startDay) {
+    final long days;
+    if (startDay == null) {
+      LOG.info("No starting day have been provided.");

Review comment:
       "No starting day have been provided, using default: {DEFAULT_START_DAYS}"




----------------------------------------------------------------
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:
[email protected]


Reply via email to