-
Notifications
You must be signed in to change notification settings - Fork 6.9k
Closed
Closed
Copy link
Description
Bug Report
For English only, other languages will not accept.
Before report a bug, make sure you have:
- Searched open and closed GitHub issues.
- Read documentation: ShardingSphere Doc.
Please pay attention on issues you submitted, because we maybe need more details.
If no response anymore and we cannot reproduce it on current information, we will close it.
Please answer these questions before submitting your issue. Thanks!
Which version of ShardingSphere did you use?
5.5.1
Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?
ShardingSphere-JDBC
Expected behavior
It can load the custome algorithm class.
Actual behavior
It throws CNFE.
Reason analyze (If you can)
It is related to with ClassBasedShardingAlgorithmFactory
and there are multi class loaders in Quarkus framework. We need to try with TCCL.
The similar issue is like