This is an automated email from the ASF dual-hosted git repository.

dataroaring pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-3.0 by this push:
     new c7193578807 [fix](be) Fix creating hdfs connection coredump within 
bthread (#42629) (#43368)
c7193578807 is described below

commit c7193578807d654d087fde5426ae4545e5e1bfde
Author: Lei Zhang <[email protected]>
AuthorDate: Thu Nov 7 14:26:37 2024 +0800

    [fix](be) Fix creating hdfs connection coredump within bthread (#42629) 
(#43368)
    
    * https://brpc.apache.org/docs/server/basics/
    * According to the brpc doc, `JNI code checks stack layout and cannot be
    run in bthreads` so create a pthread for creating hdfs connection if
    necessary.
    
    Issue Number: close #42610
    
    ### What problem does this PR solve?
    <!--
    You need to clearly describe your PR in this part:
    
    1. What problem was fixed (it's best to include specific error reporting
    information). How it was fixed.
    2. Which behaviors were modified. What was the previous behavior, what
    is it now, why was it modified, and what possible impacts might there
    be.
    3. What features were added. Why this function was added.
    4. Which codes were refactored and why this part of the code was
    refactored.
    5. Which functions were optimized and what is the difference before and
    after the optimization.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to