LiangliangSui commented on code in PR #1525:
URL: https://github.com/apache/incubator-fury/pull/1525#discussion_r1567254266
##########
java/fury-core/src/main/java/org/apache/fury/pool/ClassLoaderFuryPooled.java:
##########
@@ -122,6 +124,20 @@ private void addFury() {
}
void setFactoryCallback(Consumer<Fury> factoryCallback) {
Review Comment:
I think this is a feasible approach, but I think the methods that implement
the ThreadSafeFury interface should be thread-safe, and all methods in
ThreadSafeFury should be allowed to be called in any thread.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]