cxzl25 opened a new pull request, #7579:
URL: https://github.com/apache/hudi/pull/7579

   ### Change Logs
   
   Reduce duplicate Logs in ExternalSpillableMap
   
   We see hundreds of thousands of duplicate logs in the executor log.
   
   ```
   22/12/26 21:13:40,864 [Executor task launch worker for task 0.0 in stage 
480.0 (TID 211376)] INFO ExternalSpillableMap: Update Estimated Payload size to 
=> 4567
   22/12/26 21:13:40,864 [Executor task launch worker for task 0.0 in stage 
480.0 (TID 211376)] INFO ExternalSpillableMap: Update Estimated Payload size to 
=> 4567
   22/12/26 21:13:40,864 [Executor task launch worker for task 0.0 in stage 
480.0 (TID 211376)] INFO ExternalSpillableMap: Update Estimated Payload size to 
=> 4567
   22/12/26 21:13:40,864 [Executor task launch worker for task 0.0 in stage 
480.0 (TID 211376)] INFO ExternalSpillableMap: Update Estimated Payload size to 
=> 4567
   22/12/26 21:13:40,864 [Executor task launch worker for task 0.0 in stage 
480.0 (TID 211376)] INFO ExternalSpillableMap: Update Estimated Payload size to 
=> 4567
   22/12/26 21:13:40,864 [Executor task launch worker for task 0.0 in stage 
480.0 (TID 211376)] INFO ExternalSpillableMap: Update Estimated Payload size to 
=> 4567
   22/12/26 21:13:40,864 [Executor task launch worker for task 0.0 in stage 
480.0 (TID 211376)] INFO ExternalSpillableMap: Update Estimated Payload size to 
=> 4567
   ```
   
   ### Impact
   
   
   
   ### Risk level (write none, low medium or high below)
   
   
   
   ### Documentation Update
   
   
   ### Contributor's checklist
   
   - [ ] Read through [contributor's 
guide](https://hudi.apache.org/contribute/how-to-contribute)
   - [ ] Change Logs and Impact were stated clearly
   - [ ] Adequate tests were added if applicable
   - [ ] CI passed
   


-- 
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]

Reply via email to