Skip to content

branch-3.0: [fix](doris compose) be disable java support #52412 - #52524

Merged
dataroaring merged 1 commit into
branch-3.0from
auto-pick-52412-branch-3.0
Jul 2, 2025
Merged

branch-3.0: [fix](doris compose) be disable java support #52412#52524
dataroaring merged 1 commit into
branch-3.0from
auto-pick-52412-branch-3.0

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Cherry-picked from #52412

### What problem does this PR solve?
be sometimes hang at libjvm when it start, we don't known why.
so disable be java support. only after we fix the be hang at libjvm, we
enable java support again.
```
Thread 1 (LWP 867 "doris_be"):
#0 0x00007fc6b09087b2 in __pthread_cond_signal_2_0 (cond=0x0) at old_pthread_cond_signal.c:40
#1 0x00007fffab25a2f0 in ?? ()
#2 0x00000000ab25a2f0 in ?? ()
#3 0x00007fc6b1a9436e in WeakHandle::WeakHandle(OopStorage*, oopDesc*) () from /usr/local/openjdk-17/lib/server/libjvm.so
Backtrace stopped: previous frame inner to this frame (corrupt stack?)
[Inferior 1 (process 867) detached]
```
@Thearas

Copy link
Copy Markdown
Contributor

Thank you for your contribution to Apache Doris.
Don't know what should be done next? See How to process your PR.

Please clearly describe your PR:

  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 was this function added?
  4. Which code was refactored and why was this part of the code refactored?
  5. Which functions were optimized and what is the difference before and after the optimization?

@Thearas

Copy link
Copy Markdown
Contributor

run buildall

@yujun777

Copy link
Copy Markdown
Contributor

run p0

1 similar comment
@yujun777

Copy link
Copy Markdown
Contributor

run p0

@dataroaringdataroaring left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@dataroaring
dataroaring merged commit 0adfc33 into branch-3.0Jul 2, 2025
@github-actions
github-actionsBot deleted the auto-pick-52412-branch-3.0 branch July 2, 2025 02:38
koarz pushed a commit to koarz/doris that referenced this pull request Jul 3, 2025
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@Thearas@yujun777@dataroaring