lanyuanxiaoyao opened a new issue, #8126:
URL: https://github.com/apache/hudi/issues/8126

   **Describe the problem you faced**
   
   In `StreamWriteFunction#detect`, when `ObjectSizeCalculator#getObjectSize` 
is executed and the process would exit with code 137 (interrupted by signal 9: 
SIGKILL). After debugging, I found that the process was killed by system when 
executing `ServiceabilityAgentSupport#needSudo` in the 
ServiceabilityAgentSupport's constructor function. Specifically, it is exit 
when executing `out.flush()` in `ServiceabilityAgentSupport#callAgent(null, 
true, style)`. And the current user has sudo with `NOPASSWD`. The code was 
running well with hudi version 0.11.0 and it is running well in windows. 
Anything i missed?
   
   **Environment Description**
   
   * Hudi version : 0.14.0-SNAPSHOT
   
   * JDK version : 1.8.0+362
   
   * System version : macOS Monterey 12.0.1
   
   * Hadoop version : 3.1.2
   
   * Storage (HDFS/S3/GCS..) : HDFS
   
   * Running on Docker? (yes/no) : no
   


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