Open aubreyand opened 7 months ago
Hi @aubreyand,
We're eager to help and understand the root cause since we see so many experience the same.
Could you please clarify if you're using MSK Connect or vanilla Connect? Also, it would be beneficial to know if virtual hosting is enabled.
Additionally, we'd appreciate it if you could join our Slack channel here to discuss further. It would be helpful to see the actual hostname rather than just "redacted" (of course, not the real one).
Hey @stheppi , I encounter this issue too. But my experience was a bit different.
====== I'm running with MSK Connect.
This happen when I run sink connector to back up objects to a bucket in xx-region01
, and then I run another sink connector to back up objects in xx-region02
;
After the above, I create the third sink connector to back up objects to a bucket in xx-region01 again. The third sink connector failed with the messages Received an UnknownHostException when attempting to interact with a service.
. The log trace is the same as above. I tried multiple attempts and they both failed.
==== How I resolve this:
xx-region01
and it works.==== I am not sure what can be wrong as the config is the same. Even the "new plugin" is created using the same version of lenses.connect.
Issue Guidelines
Please review these questions before submitting any issue?
What version of the Stream Reactor are you reporting this issue for?
AWS S3 Sink 6.3.0
Are you running the correct version of Kafka/Confluent for the Stream reactor release?
Yes
Do you have a supported version of the data source/sink .i.e Cassandra 3.0.9?
Yes
Have you read the docs?
Yes
What is the expected behaviour?
The connector sinks the configured topics to the specifieds3 bucket.
What was observed?
The connector fails repeatedly with
java.net.UnknownHostException: redacted.s3.amazonaws.com
. The connector creates a consumer group, but never manages to set any offsets.What is your Connect cluster configuration (connect-avro-distributed.properties)?
What is your connector properties configuration (my-connector.properties)?
Please provide full log files (redact and sensitive information)