-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[Fix](Repository)Handle non-StorageException errors in Storage parameter validation #56929
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
|
run buildall |
TPC-DS: Total hot run time: 190592 ms |
ClickBench: Total hot run time: 30.63 s |
FE UT Coverage ReportIncrement line coverage |
FE Regression Coverage ReportIncrement line coverage |
|
run buildall |
ClickBench: Total hot run time: 31.17 s |
FE Regression Coverage ReportIncrement line coverage |
|
PR approved by at least one committer and no changes requested. |
|
PR approved by anyone and no changes requested. |
FE Regression Coverage ReportIncrement line coverage |
…ter validation (#56929) Currently, during Storage parameter validation, some unexpected exceptions (e.g., IllegalArgumentException) may be thrown in addition to StorageException. This PR ensures that such non-StorageException errors are properly caught and handled, preventing unexpected crashes and improving robustness.
…ter validation (#56929) Currently, during Storage parameter validation, some unexpected exceptions (e.g., IllegalArgumentException) may be thrown in addition to StorageException. This PR ensures that such non-StorageException errors are properly caught and handled, preventing unexpected crashes and improving robustness.
Currently, during Storage parameter validation, some unexpected exceptions (e.g., IllegalArgumentException) may be thrown in addition to StorageException.
This PR ensures that such non-StorageException errors are properly caught and handled, preventing unexpected crashes and improving robustness.