Skip to content

[DSIP-40][APIService] Add LogClient to fetch log#17165

Merged
SbloodyS merged 7 commits intoapache:devfrom
det101:DSIP-40
Jun 10, 2025
Merged

[DSIP-40][APIService] Add LogClient to fetch log#17165
SbloodyS merged 7 commits intoapache:devfrom
det101:DSIP-40

Conversation

@det101
Copy link
Copy Markdown
Contributor

@det101 det101 commented May 7, 2025

1.Pull local and remote task logs via the LogClientDelegate proxy. Fetch local logs first; if that fails, pull from the remote.
2.The logic in MasterLogServiceImpl and WorkerLogServiceImpl is the same. Abstract the shared logic into LoggerServiceImpl to maintain a single codebase.

close #15966

Purpose of the pull request

Brief change log

Verify this pull request

This pull request is code cleanup without any test coverage.

(or)

This pull request is already covered by existing tests, such as (please describe tests).

(or)

This change added tests and can be verified as follows:

(or)

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backend DSIP improvement make more easy to user or prompt friendly priority:middle test

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[DSIP-40][APIService] Add LogClient to fetch log