Skip to content
This repository was archived by the owner on Sep 26, 2023. It is now read-only.

fix: [Approach 2] Watchdog does not shut down executor on client closing if the executor is provided by ExecutorProvider.#1883

Closed
blakeli0 wants to merge 2 commits intomainfrom
watchdog-2
Closed

fix: [Approach 2] Watchdog does not shut down executor on client closing if the executor is provided by ExecutorProvider.#1883
blakeli0 wants to merge 2 commits intomainfrom
watchdog-2

Conversation

@blakeli0
Copy link
Copy Markdown
Contributor

@blakeli0 blakeli0 commented Nov 15, 2022

This approach has fewer code changes, but it makes shouldAutoClose not the only source of truth for us to decide should we close the Watchdog(and the executor) or not, it is now implicitly decided by shouldAutoClose and needExecutor in ClientContext. It may cause some confusion if a customer decides to implement their own WatchdogProvider.

@sonarqubecloud
Copy link
Copy Markdown

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

92.9% 92.9% Coverage
0.0% 0.0% Duplication

@blakeli0
Copy link
Copy Markdown
Contributor Author

blakeli0 commented Dec 8, 2022

Closing in favor of #1890 and #1884

@blakeli0 blakeli0 closed this Dec 8, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant