Skip to content

Drop unneeded TaskManager interface#11200

Merged
losipiuk merged 2 commits intomasterfrom
lukaszos/drop-unneeded-taskmanager-interface-0c26aa
Mar 1, 2022
Merged

Drop unneeded TaskManager interface#11200
losipiuk merged 2 commits intomasterfrom
lukaszos/drop-unneeded-taskmanager-interface-0c26aa

Conversation

@losipiuk
Copy link
Copy Markdown
Member

refactor - no release notes/docs needed

@cla-bot cla-bot bot added the cla-signed label Feb 25, 2022
@findepi
Copy link
Copy Markdown
Member

findepi commented Feb 25, 2022

cc @dain @sopel39 @electrum

@losipiuk losipiuk force-pushed the lukaszos/drop-unneeded-taskmanager-interface-0c26aa branch from 4891e44 to 372247a Compare February 28, 2022 14:21
@@ -84,7 +84,7 @@
import static java.util.concurrent.Executors.newScheduledThreadPool;

public class SqlTaskManager
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Should we rename this to TaskManager to minimize other changes?

Make failAbandonedTasks() private since it's not meant to be used externally.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Should we rename this to TaskManager to minimize other changes?

Actually (if done in a single commit) it will be recorded by diff as a bigger change, as TaskManager.java already exists; it will be treated as an edit of TaskManager.java, not a rename-with-changes of SqlTaskManager.java to TaskManager.java

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Make failAbandonedTasks() private since it's not meant to be used externally.

done

@electrum electrum requested a review from dain February 28, 2022 17:50
@losipiuk losipiuk merged commit f844b11 into master Mar 1, 2022
@losipiuk losipiuk deleted the lukaszos/drop-unneeded-taskmanager-interface-0c26aa branch March 1, 2022 23:09
@github-actions github-actions bot added this to the 372 milestone Mar 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

4 participants