singhpk234 commented on issue #1123: URL: https://github.com/apache/polaris/issues/1123#issuecomment-2756133924
I completed the draft impl, will start sending small prs soon I ran the tests with the AtomicMetaStoreManager which doesn't required locks, now this passes 100% ``` ➜ polaris git:(transaction-dependencies-issue) ✗ ./gradlew :polaris-benchmarks:gatlingRun Configuration on demand is an incubating feature. > Task :polaris-build-logic:compileKotlin UP-TO-DATE Kotlin does not yet support 23 JDK target, falling back to Kotlin JVM_22 JVM target > Configure project : Kotlin does not yet support 23 JDK target, falling back to Kotlin JVM_22 JVM target > Task :polaris-benchmarks:gatlingRun Gatling 3.13.5 is available! (you're using 3.13.4) Simulation IcebergRestSimulation started... ======================================================================================================================== 2025-03-27 01:00:15 GMT 0s elapsed ---- Requests -----------------------------------------------------------------------|---Total---|-----OK----|----KO---- > Global | 35 | 35 | 0 > Authenticate | 5 | 5 | 0 > Create Catalog | 5 | 5 | 0 > Create Namespace | 25 | 25 | 0 ---- Create catalog and namespaces using the Iceberg REST API ---------------------------------------------------------- [################################################################################################################] 100% waiting: 0 / active: 0 / done: 5 ======================================================================================================================== Parsing log file(s)... Parsing log file(s) done in 0s. Generating reports... ======================================================================================================================== ---- Global Information -------------------------------------------------------------|---Total---|-----OK----|----KO---- > request count | 35 | 35 | 0 > min response time (ms) | 37 | 37 | - > max response time (ms) | 76 | 76 | - > mean response time (ms) | 54 | 54 | - > response time std deviation (ms) | 10 | 10 | - > response time 50th percentile (ms) | 56 | 56 | - > response time 75th percentile (ms) | 60 | 60 | - > response time 95th percentile (ms) | 68 | 68 | - > response time 99th percentile (ms) | 76 | 76 | - > mean throughput (rps) | 35 | 35 | - ---- Response Time Distribution ---------------------------------------------------------------------------------------- > OK: t < 800 ms 35 (100%) > OK: 800 ms <= t < 1200 ms 0 (0%) > OK: t >= 1200 ms 0 (0%) > KO 0 (0%) ======================================================================================================================== Reports generated, please open the following file: file:///Users/prsingh/Desktop/oss-work/polaris/benchmarks/build/reports/gatling/icebergrestsimulation-20250327010014436/index.html [Incubating] Problems report is available at: file:///Users/prsingh/Desktop/oss-work/polaris/build/reports/problems/problems-report.html Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0. You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins. For more on this, please refer to https://docs.gradle.org/8.12.1/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation. ``` -- 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: issues-unsubscr...@polaris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org