You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compilation is in progress, and the thread pool created after tests is stuck.
I have been stuck on the bold part and cannot continue.
Could you please tell me the reason for this?
console output
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.128 sec
Running com.oltpbenchmark.benchmarks.auctionmark.util.TestItemId
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running com.oltpbenchmark.benchmarks.auctionmark.util.TestUserId
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running com.oltpbenchmark.benchmarks.auctionmark.util.TestUserIdGenerator
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec
Running com.oltpbenchmark.benchmarks.auctionmark.TestAuctionMarkLoader
[INFO ] 2024-02-21 09:52:05,815 [main] com.oltpbenchmark.benchmarks.auctionmark.TestAuctionMarkLoader setUp - starting HSQLDB server for test [testLoadProfilePerClient] on port [9012]
**[INFO ] 2024-02-21 09:52:06,269 [main] com.oltpbenchmark.util.ThreadUtil runLoaderThreads - Creating a Thread Pool with a size of 50 to run 20 Loader Threads. 0 threads will be queued.**
The text was updated successfully, but these errors were encountered:
This is weird. I haven't seen it before. Can you replicate it on another machine / install? What version of Java are you using?
i use java version of 21.
Compilation is in progress, and the thread pool created after tests is stuck.
I have been stuck on the bold part and cannot continue.
Could you please tell me the reason for this?
The text was updated successfully, but these errors were encountered: