Details
-
Task
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
Semantic
-
Normal
-
All
-
None
-
Links in comments
-
Description
CASSANDRA-17281 was created to do the work around removing Scripted UDFs
Seems like adding hooks with the current Sandbox might be non-trivial, considering that it was the reason for removing the hooks for other scripted languages.
Also, Security Manager is deprecated already in Java 17, the current sandbox had also some performance implications. With all that said, this ticket is meant to blindly remove the scripted UDFs and any related tests and CASSANDRA-17281 will be used for any UDF refactoring and addition of scripted UDFs hooks. This will help us to speed up the incremental addition of JDK17 builds and enable people to test directly on trunk instead of having their own modified branches. Feature branch was considered but considering all moving parts that we have to maintain a few different branches in different repos and states it is too time-consuming to maintain.
Supportive ML thread where I will also post the result of this ticket for final confirmation:
https://lists.apache.org/thread/c39yrbdszgz9s34vr17wpjdhv6h2oo61
WARNING: The API for UDFs might change as part of CASSANDRA-17281 where hooks will be introduced for JavaScript UDFs and some additional refactoring is going to happen. This ticket primary goal is to clean the internals and enable people to easily test with JDK17
Attachments
Issue Links
- blocks
-
CASSANDRA-18255 Drop JDK8 Support
- Resolved
-
CASSANDRA-17973 Change trunk 4.2 to 5.0
- Resolved
- causes
-
CASSANDRA-18752 Deal with commented assertion in UFTest#testSchemaChange
- Resolved
- relates to
-
CASSANDRA-17281 Add hooks for the Javascript UDF to enable people to plugin their own implementations of scripted UDFs
- Open