Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Address KCLv3 issues from github #1398

Merged
merged 4 commits into from
Nov 12, 2024

Conversation

akidambisrinivasan
Copy link
Contributor

@akidambisrinivasan akidambisrinivasan commented Nov 7, 2024

Issue #1395 #1396 #1397

Description of changes:
Address github issues
1. Fix transitive dependencies and add a maven plugin to catch these at build time
2. Remove the redundant shutdown of the leaseCoordinatorThreadPool
3. Fix typo THROUGHOUT_PUT_KBPS
4. Fix issues in scheduler shutdown sequence

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

1. Fix transitive dependencies and add a maven plugin to catch these
   at build time
2. Remove the redundant shutdown of the leaseCoordinatorThreadPool
lucienlu-aws
lucienlu-aws previously approved these changes Nov 7, 2024
Fix a few issues in shutdown sequence and make sure
scheduler shutdown without invoking run works

Inorder for the main thread to shutdown, the scheduler's
final shutdown still needs to be invoked, which only
happens via the run method.
Avoid flagging methods as deleted if it is marked
synchronized. Also mark a few more interfaces as internal.
@akidambisrinivasan akidambisrinivasan merged commit b154acf into awslabs:master Nov 12, 2024
2 checks passed
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.

2 participants