You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(backfill-ci): revert to CQL-log wait and make the c4 logback log to stdout
The host-side CQL-port probe regressed all 9 Kafka backfill jobs (c3/dse4 had
passed with the log wait). A host-side TCP connect to a mapped port is
unreliable: Docker's port forwarding can accept the connection before
Cassandra has bound 9042, so the wait returns prematurely and getCqlSession()
then fails -- across every family.
Revert to the proven "Starting listening for CQL clients" log wait, and fix
the actual c4 outlier: its config-override logback.xml had every root
appender-ref (including STDOUT) commented out, so Cassandra 4.0.4 logged
nothing to the container stdout and the log wait never matched. Re-enable the
STDOUT appender so c4 emits the readiness line like c3/dse4 already do.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments