yujun777 opened a new pull request, #38211:
URL: https://github.com/apache/doris/pull/38211
error:
```
Exception in control_p0/test_report_version_missing.groovy(line 68):
succ = true
break
}
}
if (succ)
{ break }
Thread.sleep(60000)
}
assertTrue(succ)
^^^^^^^^^^^^^^^^^^^^^^^^^ERROR LINE^^^^^^^^^^^^^^^^^^^^^^^^^
} finally
{
GetDebugPoint().disableDebugPointForAllBEs("Tablet.build_tablet_report_info.version_miss")
}
}
Exception:
org.opentest4j.AssertionFailedError: expected: <true> but was: <false>
at org.junit.jupiter.api.AssertionUtils.fail(AssertionUtils.java:55)
at org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:40)
at org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:35)
at org.junit.jupiter.api.Assertions.assertTrue(Assertions.java:179)
at sun.reflect.GeneratedMethodAccessor55.invoke(Unknown Source)
```
logs:
```
2024-07-22 03:20:55,050 INFO (tablet checker|201) Add tablet to pending
queue, tablet id: 807781, status: VERSION_INCOMPLETE, state: PENDING, type:
REPAIR, priority: HIGH, tablet size: 0, visible version: -1, committed version:
-1
2024-07-22 03:20:55,061 INFO (tablet checker|201) finished to check tablets.
unhealth/total/added/in_sched/not_ready: 1/87388/1/0/0, cost: 87 ms
2024-07-22 03:20:55,464 INFO (tablet scheduler|201) balance or tablet
scheduler is disabled. skip selecting tablets for balance
2024-07-22 03:20:55,464 INFO (tablet scheduler|201) create clone task to
repair replica, tabletId=807781, replica=[replicaId=807783, BackendId=10008,
version=2, dataSize=346, rowCount=10, lastFailedVersion=3,
lastSuccessVersion=2, lastFailedTimestamp=1721589639451, schemaHash=1701605109,
state=NORMAL, isBad=false], visible version 2, tablet status VERSION_INCOMPLETE
2024-07-22 03:20:55,464 INFO (tablet scheduler|201) add clone task to agent
task queue: tablet id: 807781, replica id: 807783, schema hash: 1701605109,
storageMedium: HDD, visible version: 2, src backend: 172.20.48.72, src path
hash: -597904549178930561, dest backend id: 10008, dest backend: 172.20.48.71,
dest path hash: -5391737830213585625
```
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]