Change log level of AgentHandler#processRequest()#10869
Change log level of AgentHandler#processRequest()#10869weizhouapache merged 1 commit intoapache:4.19from
Conversation
|
@vits-hugs , your change looks good, but could you give some explanation as to why these should be To explain my doubts; For the second one; a closed channel should be reopened automatically within a few seconds. |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 4.19 #10869 +/- ##
============================================
- Coverage 15.17% 15.17% -0.01%
- Complexity 11339 11346 +7
============================================
Files 5414 5415 +1
Lines 475185 475571 +386
Branches 57991 58036 +45
============================================
+ Hits 72105 72154 +49
- Misses 395018 395349 +331
- Partials 8062 8068 +6
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
@blueorangutan package |
|
@sureshanaparti a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress. |
|
Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 13611 |
|
@blueorangutan package |
|
@weizhouapache a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress. |
|
Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ el10 ✔️ debian ✔️ suse15. SL-JID 14930 |
Change log level
Description
In the method
AgentHandler#processRequest(), the timeout exception of database requests are logged with level warning, this PR corrects the log level to error.Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
Screenshots (if appropriate):
How Has This Been Tested?
Running the project, and then stopping the database service, to trigger the exception shown below:
This other exception was triggered during remote debug, setting the
_keyvariable to null on the fileutils/src/main/java/com/cloud/utils/nio/Link.javaline 316.How did you try to break this feature and the system with this change?