docker-library / docker-library/cassandra
Protocol issue in ECS deployment
Nobody has claimed this yet.
- Dominant language
- Shell
- Stars
- 273
- Forks
- 269
- PR merge metrics
- No merged PRs in 30d
Description
While deploying in AWS ECS through github pipeline, getting protocol error
We are using current master branch.
WARN [epollEventLoopGroup-5-2] 2023-07-27 05:18:18,180 NoSpamLogger.java:95 - Protocolexception with client networking: org.apache.cassandra.transport.ProtocolException: Invalid or unsupported protocol version (71); supported versions are (3/v3, 4/v4, 5/v5, 6/v6-beta)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the AWS ECS deployment through the GitHub pipeline and the logged ProtocolException. Determine which client is sending protocol version 71 and compare it with the Cassandra image's supported v3–v6 versions. Done means the deployment completes without the protocol error, with the compatible versions or configuration identified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, cassandra, docker
- Domain
- cloud, devops
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100