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

Impossible to terminate running connector service from source #2568

Open
jedrazb opened this issue May 17, 2024 · 2 comments
Open

Impossible to terminate running connector service from source #2568

jedrazb opened this issue May 17, 2024 · 2 comments
Labels
bug Something isn't working priority:high

Comments

@jedrazb
Copy link
Member

jedrazb commented May 17, 2024

Bug Description

To Reproduce

Steps to reproduce the behavior:

  1. Start make run
  2. Do some syncs with connector configured
  3. Try to terminate, sometimes you run into
^C[12:08:30][INFO] Caught SIGINT. Graceful shutdown.
^C[12:18:37][INFO] Caught SIGINT. Graceful shutdown.

And the service doesn't terminate gracefully.

Expected behavior

We should support graceful termination on SIGINT

@jedrazb jedrazb added bug Something isn't working priority:high labels May 17, 2024
@seanstory
Copy link
Member

@jedrazb what command did you use to start the container? I would expect --tty -i would ensure this works, and I haven't had any issue before.

@jedrazb
Copy link
Member Author

jedrazb commented Jun 13, 2024

what command did you use to start the container? I would expect --tty -i would ensure this works, and I haven't had any issue before.

It was actually make run when running from source. I clarified with the engineer affected, it was from source (updated the issue).

@jedrazb jedrazb changed the title Impossible to terminate running connector service in Docker Impossible to terminate running connector service from source Jun 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working priority:high
Projects
None yet
Development

No branches or pull requests

2 participants