gbcoder2020 opened a new issue, #13051:
URL: https://github.com/apache/hudi/issues/13051

   
   
   **Describe the problem you faced**
   
   I recently enabled metrics reporting from Hudi via Cloudwatch. When I did 
that, the job completes successfully but no metrics are published and in the 
logs I see the following error:
   
   ```
   25/03/27 23:07:34 INFO CloudWatchReporter: Reporting Metrics to CloudWatch.
   25/03/27 23:07:34 ERROR ScheduledReporter: Exception thrown from 
CloudWatchReporter#report. Exception was suppressed.
   java.lang.ArrayIndexOutOfBoundsException: 1
        at 
org.apache.hudi.aws.cloudwatch.CloudWatchReporter.stageMetricDatum(CloudWatchReporter.java:281)
        at 
org.apache.hudi.aws.cloudwatch.CloudWatchReporter.lambda$processGauge$2(CloudWatchReporter.java:250)
        at java.util.Optional.ifPresent(Optional.java:159)
        at 
org.apache.hudi.aws.cloudwatch.CloudWatchReporter.processGauge(CloudWatchReporter.java:250)
        at 
org.apache.hudi.aws.cloudwatch.CloudWatchReporter.report(CloudWatchReporter.java:189)
        at 
org.apache.hudi.com.codahale.metrics.ScheduledReporter.report(ScheduledReporter.java:237)
        at 
org.apache.hudi.com.codahale.metrics.ScheduledReporter.lambda$start$0(ScheduledReporter.java:177)
        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
        at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
        at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
        at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:750)
   ```
   
   **To Reproduce**
   
   Steps to reproduce the behavior:
   
   With the below mentioned Hudi version and scalaVersion=2.12.19, enable 
reporting by enabling the following hudi options (as per documentation):
   ```
   HoodieMetricsConfig.TURN_METRICS_ON.key() -> "true",
   HoodieMetricsConfig.METRICS_REPORTER_TYPE_VALUE.key() -> 
MetricsReporterType.CLOUDWATCH.toString,
   ```
   
   **Expected behavior**
   
   A clear and concise description of what you expected to happen.
   
   **Environment Description**
   
   * Hudi version : 0.15.0
   
   * Spark version : 3.4.1
   
   * Hive version :
   
   * Hadoop version : 2.7.5
   
   * Storage (HDFS/S3/GCS..) : S3
   
   * Running on Docker? (yes/no) : no
   
   
   
   **Additional context**
   
   NA
   
   **Stacktrace**
   
   ```
   25/03/27 23:07:34 INFO CloudWatchReporter: Reporting Metrics to CloudWatch.
   25/03/27 23:07:34 ERROR ScheduledReporter: Exception thrown from 
CloudWatchReporter#report. Exception was suppressed.
   java.lang.ArrayIndexOutOfBoundsException: 1
        at 
org.apache.hudi.aws.cloudwatch.CloudWatchReporter.stageMetricDatum(CloudWatchReporter.java:281)
        at 
org.apache.hudi.aws.cloudwatch.CloudWatchReporter.lambda$processGauge$2(CloudWatchReporter.java:250)
        at java.util.Optional.ifPresent(Optional.java:159)
        at 
org.apache.hudi.aws.cloudwatch.CloudWatchReporter.processGauge(CloudWatchReporter.java:250)
        at 
org.apache.hudi.aws.cloudwatch.CloudWatchReporter.report(CloudWatchReporter.java:189)
        at 
org.apache.hudi.com.codahale.metrics.ScheduledReporter.report(ScheduledReporter.java:237)
        at 
org.apache.hudi.com.codahale.metrics.ScheduledReporter.lambda$start$0(ScheduledReporter.java:177)
        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
        at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
        at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
        at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:750)
   ```
   
   


-- 
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.

To unsubscribe, e-mail: commits-unsubscr...@hudi.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to