Record fails to write
Records never appear in the DataStax Enterprise (DSE) database table. The cause can be issues with node availability, transient errors that prevent writes due to consistency level, a schema change where a mapped column was removed from the target table, and so forth.
Remediation
-
Change the DataStax Apache Pulsar™ Connector
verbose
option totrue
in your sink configuration file:configs: verbose: true
-
Reload the sink configuration file:
bin/pulsar-admin sinks update --name cass-sink-kv --sinkConfigFile conf/qs.yml "Updated successfully"
-
Check for
WARN
andERROR
entries in the output log.