I have created a trigger class 'mypackage.myclass' that works fine on standard cassandra container. I have packaged everything under a single jar file in /etc/cassandra/triggers/my-fat-jar.jar (permissions are root 644)
However, when I deploy that same container under Red Hat OpenShift CP, that trigger cannot be loaded. It is simply saying:
ā<stdin>:1:InvalidRequest: Error from server: code=2200 [Invalid query] message="Trigger class 'mypackage.myclass' couldn't be loaded"ā
I have no clue where that error could come from.. Would you have any idea where to look at ?
Thank you.
Versions used: [cqlsh 6.0.0 | Cassandra 4.0.1 | CQL spec 3.4.5 | Native protocol v5]