-
Notifications
You must be signed in to change notification settings - Fork 489
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
[Bug]: cdk deploy start
with multiple connectors in the same directory can fail
#3903
Comments
Initial analysis looks like both One change suggested by this is to unpack the connector binary in a temp directory. A second suggested change is to revise from using the package name ( |
cdk deploy
with multiple connectors can fail with log file name collisionscdk deploy
with multiple connectors in the same directory can fail
cdk deploy
with multiple connectors in the same directory can fail cdk deploy start
with multiple connectors in the same directory can fail
Ran into same issue. Main problem is that these artifacts are stored in the same directory. So here is possible solution:
|
If we download to cdk pkg list
cdk pkg delete <pkg-name> This assumes that packages will continue to be downloaded via |
What happened
On Macos:
Results in one stopped connector if both deploys are run in the same directory
On linux:
Expected behavior
Both connectors should run
Describe the setup
Using connectors downloaded for locally running them.
cdk hub download infinyon/[email protected]
Create two configs with a different name:
c1-connector.yaml
c2-connector.yaml
How to reproduce it (as minimally and precisely as possible)
Workaround
A workaround to this issue is to
deploy start
connectors in separate directories.The text was updated successfully, but these errors were encountered: