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

Fix #36 Avoid failure on start due to CreateTable #67

Closed
wants to merge 1 commit into from

Conversation

delphyne
Copy link

@delphyne delphyne commented May 9, 2016

Current implementation uses a ResourceInUse side-effect to detect that the table already exists.
This requires that the user/role running the KCL have the CreateTable permission. Update the
LeaseManager to check if the table exists to allow limited privilege users to run KCL code.

Current implementation uses a ResourceInUse side-effect to detect that the table already exists.
This requires that the user/role running the KCL have the CreateTable permission.  Update the
LeaseManager to check if the table exists to allow limited privilege users to run KCL code.
@pfifer
Copy link
Contributor

pfifer commented Jul 11, 2016

I have a change similar this prepared that I should have ready for deployment soon.

@pfifer pfifer added this to the v1.6.5 milestone Jul 21, 2016
pfifer added a commit that referenced this pull request Jul 21, 2016
Attempt to see if the lease table exists before attempting to create it.

Related/Fixes
PR#67 - #67
@pfifer pfifer mentioned this pull request Jul 25, 2016
@pfifer pfifer self-assigned this Jul 25, 2016
@pfifer
Copy link
Contributor

pfifer commented Jul 25, 2016

The change is committed, and will be released to Maven soon.

@pfifer pfifer closed this Jul 25, 2016
ychunxue added a commit to ychunxue/amazon-kinesis-client that referenced this pull request Jul 9, 2020
KCL 1.x ShardEnd Shard Sync and Lease table ChildShard persistence
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.

None yet

2 participants