kgeisz commented on PR #8688: URL: https://github.com/apache/hbase/pull/8688#issuecomment-5803925930
I was able to significantly decrease the test runtime of `IntegrationTestContinuousBackupRestore` by using smaller values for `CONTINUOUS_BACKUP_OFFSET_UPDATE_INTERVAL_MS` and `CONTINUOUS_BACKUP_OFFSET_UPDATE_SIZE_THRESHOLD` instead of their default values. ``` mvn failsafe:integration-test -Dit.test=IntegrationTestBackupRestore -DfailIfNoTests=false [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.apache.hadoop.hbase.backup.IntegrationTestContinuousBackupRestore [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1121 s -- in org.apache.hadoop.hbase.backup.IntegrationTestContinuousBackupRestore [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [WARNING] Corrupted channel by directly writing to native stream in forked JVM 1. See FAQ web page and the dump file /Users/kgeiszler/projects/hbase/hbase-it/target/failsafe-reports/2026-09-23T17-41-15_863-jvmRun1.dumpstream [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 18:44 min [INFO] Finished at: 2026-09-23T17:59:59-04:00 [INFO] ------------------------------------------------------------------------ ``` -- 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]
