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

Sink connector is exiting with code 255 if the bool value in configs is used without quotation marks #768

Open
Selfeer opened this issue Aug 26, 2024 · 0 comments
Labels
lightweight Issues related to Lightweight version

Comments

@Selfeer
Copy link
Collaborator

Selfeer commented Aug 26, 2024

When using the configuration value single.threaded and setting it to true without enclosing the boolean value in quotation marks the sink connector exits with code 255:

clickhouse-sink-connector-lt-1  | 2024-08-26T15:19:35.455160360Z main WARN Runtime environment or build system does not support multi-release JARs. This will impact location-based features.
clickhouse-sink-connector-lt-1  | 2024-08-26 15:19:35.527 INFO  - ****** CONFIGURATION FILE: /config.yml ********
clickhouse-sink-connector-lt-1  | 2024-08-26 15:19:35.555 ERROR - Error parsing configuration file, USAGE: java -jar <jar_file> <yaml_config_file>: 
clickhouse-sink-connector-lt-1  | java.lang.ClassCastException: class java.lang.Boolean cannot be cast to class java.lang.String (java.lang.Boolean and java.lang.String are in module java.base of loader 'bootstrap')
clickhouse-sink-connector-lt-1 exited with code 255

sink connector build: altinityinfra/clickhouse-sink-connector:756-4b400103ca82a9fc4cb893572f077e955c85f698-lt

@Selfeer Selfeer added the lightweight Issues related to Lightweight version label Aug 26, 2024
@Altinity Altinity deleted a comment Aug 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lightweight Issues related to Lightweight version
Projects
None yet
Development

No branches or pull requests

1 participant