Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Jan 7, 2025

Cherry-picked from #46238

@hello-stephen
Copy link
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?

@dataroaring dataroaring closed this Jan 7, 2025
@dataroaring dataroaring reopened this Jan 7, 2025
@hello-stephen
Copy link
Contributor

run buildall

@yiguolei yiguolei force-pushed the auto-pick-46238-branch-2.1 branch from 7a491bb to 54d8459 Compare January 8, 2025 10:50
@yiguolei
Copy link
Contributor

yiguolei commented Jan 8, 2025

run buildall

1. **reset other msg in the a stream window**
The routine load job is a continuously scheduled job, and as the job
runs, previous errors do not need to be constantly displayed.

2. **show error info when  transaction of sub task failed**
If a subtask fails, it will continuously retry, and there may be some
errors that prevent the job from scheduling and consuming data properly,
such as continuous too many segments error(code: -235). At this time, it
is necessary to display it in a timely manner to make the user aware.

3. **set pause reason to other msg when reschedule job**
For jobs that are unexpectedly paused, the job manager has an auto
resume mechanism. However, for some scenarios, such as not being able to
connect to Kafka and being auto resumed after pause to retry, it may
cause users to not see the problem for a long time. Unexpectedly paused
jobs always have issues, even if auto resume occurs, the reason for the
error needs to be displayed.
@yiguolei yiguolei force-pushed the auto-pick-46238-branch-2.1 branch from 54d8459 to 32d360e Compare January 8, 2025 14:43
@yiguolei
Copy link
Contributor

yiguolei commented Jan 8, 2025

run buildall

@yiguolei yiguolei merged commit 1a3eb05 into branch-2.1 Jan 10, 2025
21 of 23 checks passed
@github-actions github-actions bot deleted the auto-pick-46238-branch-2.1 branch January 10, 2025 05:46
Sign up for free to 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.

5 participants