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

CDC is not working in the OSS images (at least not UBI) #510

Closed
burmanm opened this issue Jul 8, 2024 · 2 comments · Fixed by #513
Closed

CDC is not working in the OSS images (at least not UBI) #510

burmanm opened this issue Jul 8, 2024 · 2 comments · Fixed by #513
Labels
done Issues in the state 'done'

Comments

@burmanm
Copy link
Contributor

burmanm commented Jul 8, 2024

When starting the CDC enabled bundles, we end up with:

[cassandra@test-cluster-dc1-default-sts-0 cassandra]$ cat stdout.log 
Error occurred during initialization of VM
agent library failed to init: instrument
[cassandra@test-cluster-dc1-default-sts-0 cassandra]$ cat stderr.log 
Error opening zip file or JAR manifest missing : /opt/cdc_agent/cdc-agent.jar
[cassandra@test-cluster-dc1-default-sts-0 cassandra]$

This works in the DSE images, but not on the OSS UBI images. @Miles-Garnsey

@emerkle826
Copy link
Contributor

I'll try to take a look at this today if I can

@emerkle826
Copy link
Contributor

The issue was with the symlinking of the CDC agent jarfile. It was wrong in the UBI8 based images. In the Ubuntu based images, the file is moved, not linked, which is why it works there.

@adejanovski adejanovski added the done Issues in the state 'done' label Jul 10, 2024
emerkle826 added a commit that referenced this issue Jul 10, 2024
* [BUGFIX] [#510](#510) CDC is not working in the OSS images (at least not UBI)
* [BUGFIX] [#507](#507) Fix the SSLContext reloading in the initChannel when certificates have changed.
* [FEATURE] [#511](#511) Add DSE 6.8.50 and DSE 6.9.0-rc.3 to the build matrix
* [BUGFIX] [#512](#512) Add relabeling rules for internode connection metrics (inbound and outbound)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
done Issues in the state 'done'
Projects
No open projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants