jerryshao commented on code in PR #13147:
URL: https://github.com/apache/gravitino/pull/13147#discussion_r4004965776
##########
clients/client-java/src/test/java/org/apache/gravitino/client/integration/test/JobIT.java:
##########
@@ -52,6 +62,16 @@ public class JobIT extends BaseIT {
private static final String METALAKE_NAME =
GravitinoITUtils.genRandomName("job_it_metalake");
+ private static final long STATUS_PULL_INTERVAL_IN_MS = 3000L;
+
+ // Finished jobs, and active jobs not updated, for this long are cleaned up.
The cleanup runs
+ // every tenth of it.
Review Comment:
This is only for the tests. The default value is 7 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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]