Abyss-lord commented on code in PR #7200:
URL: https://github.com/apache/gravitino/pull/7200#discussion_r2113836571
##########
core/build.gradle.kts:
##########
@@ -37,6 +38,7 @@ dependencies {
implementation(libs.guava)
implementation(libs.h2db)
implementation(libs.mybatis)
+ implementation(libs.concurrent.trees)
Review Comment:
@justinmclean Thanks for the clarification! `concurrent-trees` is a runtime
dependency and will be used in the core implementation.However, `jcstress` is
only used for concurrency coherence testing and will not be included in the
runtime binary. It's scoped strictly to the test framework to validate
thread-safety and consistency under concurrent access.
--
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]