nsivabalan commented on PR #5344:
URL: https://github.com/apache/hudi/pull/5344#issuecomment-1101710498
@zhangyue19921010 : One of my error injection test run failed w/ below
exception with metadata table validation.
```
Run Number : 0
├── Deltastreamer Job
│ ├── Status: Failed
│ ├── Exceptions
│ └── Killed
│ └── Killing the jvm at /tmp/fail2_mt_write.txt Reason: Fail metadata
│ table writing before commit 00000000000000
└── Validation Job for Latest files
├── Status: Failed
├── Exceptions
│ ├── org.apache.hudi.exception.HoodieValidationException: There is no
│ │ completed instant for metadata table.
│ ├── org.apache.hudi.exception.HoodieException: Unable to do hoodie
│ │ metadata table validation in
$BASE_PATH/COWDeltastreamerRun/base_path//hoodie_Table
│ ├── Caused by: org.apache.hudi.exception.HoodieException: Error
fetching
│ │ partition paths from metadata table
│ ├── Caused by: org.apache.hudi.exception.HoodieMetadataException:
Failed
│ │ to retrieve list of partition from metadata
│ └── Caused by: java.util.NoSuchElementException: No value present in
│ Option
└── Killed: False
Uploading logs to s3 $BASE_PATH/COWDeltastreamerRun/
Completed 1.2 KiB/435.1 KiB (17.4 KiB/s) with 4 file(s) remaining
upload: job_runs/18-04-2022T00-37-10/hoodie_table_report.log to
$BASE_PATH/COWDeltastreamerRun/hoodie_table_report.log
```
Do you think, w/ above fix, this failure will go away. This failure happened
when there are no commits in metadata table.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]