-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide built-in GraalVM Reachability Metadata and introduce a separate nativeTest in CI #2258
Comments
|
我们在做这种自动化测试的时候,可以引入一个场景么,就是一个客户端或者准确的说一个真正执行作业的server,它的极限。 |
|
|
|
Feature Request
For English only, other languages will not accept.
Please pay attention on issues you submitted, because we maybe need more details.
If no response anymore and we cannot make decision by current information, we will close it.
Please answer these questions before submitting your issue. Thanks!
Is your feature request related to a problem?
org.apache.shardingsphere.elasticjob:elasticjob-lite-core:3.0.2
oracle/graalvm-reachability-metadata#206 and Make ShardingSphere Proxy in GraalVM Native Image form available shardingsphere#21347 .Describe the feature you would like.
For the GraalVM Reachability Metadata required by ElasticJob Lite Core, multiple PRs have been completed at https://github.com/oracle/graalvm-reachability-metadata .
org.apache.commons:commons-dbcp2:2.9.0
oracle/graalvm-reachability-metadata#380org.apache.curator:curator-client:5.5.0
oracle/graalvm-reachability-metadata#381org.apache.curator:curator-framework:5.5.0
oracle/graalvm-reachability-metadata#383org.apache.shardingsphere.elasticjob:elasticjob-lite-core:3.0.3
oracle/graalvm-reachability-metadata#390But the RSS of https://github.com/oracle/graalvm-reachability-metadata is really too high. I have been waiting on the front PR for nearly a year to seek reviews from the GraalVM Team, and after one year Completed reconstruction again and again in time. I think we should solve this problem inside ElasticJob now.
In addition, the investigation results at Complete nativeTest of SCRIPT Job and TracingConfiguration in ElatsicJob linghengqian/graalvm-trace-metadata-smoketest#4 also show that SCRIPT Job and TracingConfiguration cannot be used under Native Image. Considering the extremely high RSS of https://github.com/oracle/graalvm-reachability-metadata , I don't think a similar issue would get much help on the central repository side of graalvm-reachability-metadata.
The target of this issue is
java.nio.file.Files#setPosixFilePermissions
cannot be used under Native Image oracle/graal#7390 .The text was updated successfully, but these errors were encountered: