rangareddy commented on issue #17376:
URL: https://github.com/apache/hudi/issues/17376#issuecomment-5351240807
This issue was reviewed as part of the JIRA-migrated backlog triage
(HUDI-8991).
**Findings: cannot be closed from code inspection.**
The test is present and not disabled on `master`, at
`hudi-utilities/src/test/java/org/apache/hudi/utilities/TestHoodieMetadataTableValidator.java:584`:
```java
@ParameterizedTest
@ValueSource(booleans = {true, false})
public void testAdditionalPartitionsinMDT(boolean testFailureCase) throws
IOException, InterruptedException {
```
Searching history for changes touching this test name, the most recent
substantive one is `a23c5b783e70` - `[HUDI-7556] Fixing false positive
validation with MDT validator (#10986)`, from **2024-04-09**, which predates
this report and therefore is not its fix. Nothing has changed the test or the
validator's partition-comparison path since.
The linked Azure build (`buildId=3425`) has expired, so the original run is
no longer inspectable.
The reported symptom (`additional 1 partitions from MDT, but missing from FS
listing : "PARTITION3"`) points at a race between the FS listing and the MDT
snapshot in the test setup rather than at a validator bug, but that is a
hypothesis, not a verified diagnosis. Needs a soak run to progress.
Keeping this open.
--
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]