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
Can this be updated to allow the max wait time be configurable? My Cassandra cluster takes about 2 seconds longer to start up than the script waits. If I could pass MAX_WAIT to 6 or 7, it would likely work.
The text was updated successfully, but these errors were encountered:
@kirktrue Any idea why this is not connecting to localhost ?? I am using his entrypoint.sh file and my docker file as
FROM cassandra:4.0
MAINTAINER me
ADD entrypoint.sh /usr/local/bin/entrypoint.sh
RUN chmod 755 /usr/local/bin/entrypoint.sh
RUN mkdir scripts
COPY alter.cql scripts/
RUN chmod 755 scripts/alter.cql
EXPOSE 9042
CMD ["entrypoint.sh"]
Can this be updated to allow the max wait time be configurable? My Cassandra cluster takes about 2 seconds longer to start up than the script waits. If I could pass
MAX_WAIT
to6
or7
, it would likely work.The text was updated successfully, but these errors were encountered: