You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@celeborn.apache.org by "cfmcgrady (via GitHub)" <gi...@apache.org> on 2023/10/20 07:08:42 UTC

[PR] [MINOR] Adjust log level for `PushDataHandler#checkDiskFullAndSplit` from debug to trace [incubator-celeborn]

cfmcgrady opened a new pull request, #2007:
URL: https://github.com/apache/incubator-celeborn/pull/2007

   <!--
   Thanks for sending a pull request!  Here are some tips for you:
     - Make sure the PR title start w/ a JIRA ticket, e.g. '[CELEBORN-XXXX] Your PR title ...'.
     - Be sure to keep the PR description updated to reflect all changes.
     - Please write your PR title to summarize what this PR proposes.
     - If possible, provide a concise example to reproduce the issue for a faster review.
   -->
   
   ### What changes were proposed in this pull request?
   
   As title
   
   ### Why are the changes needed?
   
   
   This PR modifies the log level from debug to trace for the `PushDataHandler#checkDiskFullAndSplit` method, which is invoked with each `PushData` request. This change is aimed at addressing the issue of excessive log volume caused by the high frequency of `PushData` requests.
   
   ### Does this PR introduce _any_ user-facing change?
   
   No
   
   ### How was this patch tested?
   
   Pass GA


-- 
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: issues-unsubscribe@celeborn.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] [MINOR] Adjust log level for `PushDataHandler#checkDiskFullAndSplit` from debug to trace [incubator-celeborn]

Posted by "FMX (via GitHub)" <gi...@apache.org>.
FMX closed pull request #2007: [MINOR] Adjust log level for `PushDataHandler#checkDiskFullAndSplit` from debug to trace
URL: https://github.com/apache/incubator-celeborn/pull/2007


-- 
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: issues-unsubscribe@celeborn.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] [MINOR] Adjust log level for `PushDataHandler#checkDiskFullAndSplit` from debug to trace [incubator-celeborn]

Posted by "codecov[bot] (via GitHub)" <gi...@apache.org>.
codecov[bot] commented on PR #2007:
URL: https://github.com/apache/incubator-celeborn/pull/2007#issuecomment-1772216582

   ## [Codecov](https://app.codecov.io/gh/apache/incubator-celeborn/pull/2007?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) Report
   > Merging [#2007](https://app.codecov.io/gh/apache/incubator-celeborn/pull/2007?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) (51b5d43) into [main](https://app.codecov.io/gh/apache/incubator-celeborn/commit/f7783249f5ee636177570fc3b25e7c33953a8343?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) (f778324) will **not change** coverage.
   > The diff coverage is `n/a`.
   
   ```diff
   @@           Coverage Diff           @@
   ##             main    #2007   +/-   ##
   =======================================
     Coverage   46.75%   46.75%           
   =======================================
     Files         165      165           
     Lines       10531    10531           
     Branches      959      959           
   =======================================
     Hits         4923     4923           
     Misses       5284     5284           
     Partials      324      324           
   ```
   
   
   
   :mega: We’re building smart automated test selection to slash your CI/CD build times. [Learn more](https://about.codecov.io/iterative-testing/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
   


-- 
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: issues-unsubscribe@celeborn.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org