linghengqian commented on issue #35052:
URL: 
https://github.com/apache/shardingsphere/issues/35052#issuecomment-3131083506

   > @linghengqian
   > Hello, I'm encountering a similar issue with the error message "Fatal 
error: Object with invalid hub type." This occurs when I use 
org.springframework.web.reactive.function.client.WebClient. Do you have a 
solution for this?
   
   - This is usually because when building the GraalVM Native Image, available 
memory suddenly becomes low, and I have only seen this problem on Windows 11 
Home 24H2. GraalVM CE for JDK 25 has a PR 
https://github.com/oracle/graal/pull/10441 that attempts to solve the problem 
of available memory determination more dynamically. I made a simple patch in 
Shardingsphere's CI file.
   - Another potential issue is a deadlock bug when building a GraalVM Native 
Image with jetcd or JNA on Windows 11 Home 24H2. This is not something 
shardingsphere can fix and is being tracked on the GraalVM side. This problem 
cannot be reproduced on Ubuntu.
   - By the way, I suggest you file a related issue with the Spring Framework. 
ShardingSphere does not use the Spring Framework's `WebClient` in its 
integration tests. 


-- 
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]

Reply via email to