-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Bazel hangs at 'Found 1 target..' on linux machine #15373
Comments
Have the same problem but with the Android Tutorial. Worked last week, after the weekend it doesn't. Ubuntu 18.04, Bazel 5.1.1, Java 11. |
Seems I hit issue #3494 or similar, having a lot of linux-sandbox processes stuck for some reason. Restarted the linux machine and it worked again. |
I'm also seeing this issue on the morning of Monday May 2. Last worked on Friday. Environment is Ubuntu 18.04.6, Bazel release 5.1.1, Java openjdk_11.0.14.1_11.54.26_x64 |
Interesting. From the stack trace above it looks like it is stuck in checking whether sandboxing is supported:
which is basically just running Can you please try running this and see if it hangs as well?
I still wonder why this would be the case, but we could run it with a timeout to avoid hangs. |
I work with rock626 so have a similar environment. I ran the sandbox command and it does indeed hang. |
if it hangs can you please try running under |
$ strace -c $(bazel info install_base)/linux-sandbox -- /bin/true
|
Please run it again without |
|
Maybe unformatted makes it clearer. $ strace $(bazel info install_base)/linux-sandbox -- /bin/true |
I verified that if I kill the hanging linux-sandbox command that Bazel continues on to build correctly. Good for a temporary workaround at least. |
@kgriepen Can you please run this and upload the files (
|
The issue looks like it was caused by an update to the endpoint security that our org uses. Other symptoms were df and lsof hanging. The quick workaround was to pkill fusermount, but the update has been disabled and I no longer see Bazel hanging. I've contacted @rock626 to see if they still have the issue after updating and comment here. Thanks so much @meisterT for your time in helping to debug! |
This is to avoid hanging there forever in case the system is set up incorrectly. 1s should be plenty to run `/bin/true`. Fixes bazelbuild#15373.
This is to avoid hanging there forever in case the system is set up incorrectly. 1s should be plenty to run `/bin/true`. Fixes bazelbuild#15373.
Description of the bug:
I am trying to do a bazel on java project and it just gets stuck as below:
Attaching SIGQUIT file.
This stopped working after the machine was rebooted.
What's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
Follow the steps to run java sample tutorial from examples
Which operating system are you running Bazel on?
Ubuntu 18.04
What is the output of
bazel info release
?release 5.1.0
If
bazel info release
returnsdevelopment version
or(@non-git)
, tell us how you built Bazel.No response
What's the output of
git remote get-url origin; git rev-parse master; git rev-parse HEAD
?Have you found anything relevant by searching the web?
No
Any other information, logs, or outputs that you want to share?
2022-04-29 11:45:06
Full thread dump OpenJDK 64-Bit Server VM (11.0.6+10-LTS mixed mode):
Threads class SMR info:
_java_thread_list=0x00007f25ac000b20, length=24, elements={
0x00007f26f0019000, 0x00007f26f02db000, 0x00007f26f02dd000, 0x00007f26f02f0800,
0x00007f26f02f2800, 0x00007f26f02f4800, 0x00007f26f02f6800, 0x00007f26f0363000,
0x00007f26f0367000, 0x00007f26f0b5b000, 0x00007f26f0d07800, 0x00007f26f0cff800,
0x00007f261802d000, 0x00007f260c240800, 0x00007f261802e800, 0x00007f26100e8800,
0x00007f26100e9800, 0x00007f2610026000, 0x00007f25e001a000, 0x00007f25e001c800,
0x00007f25e0021800, 0x00007f25c01b9000, 0x00007f258c006800, 0x00007f2610464800
}
"main" #1 prio=5 os_prio=0 cpu=823.02ms elapsed=541.53s tid=0x00007f26f0019000 nid=0x5023 in Object.wait() [0x00007f26f82d9000]
java.lang.Thread.State: WAITING (on object monitor)
at java.lang.Object.wait([email protected]/Native Method)
- waiting on <0x0000000413084c00> (a java.lang.Object)
at java.lang.Object.wait([email protected]/Unknown Source)
at io.grpc.internal.ServerImpl.awaitTermination(ServerImpl.java:320)
- waiting to re-lock in wait() <0x0000000413084c00> (a java.lang.Object)
at com.google.devtools.build.lib.server.GrpcServerImpl.serve(GrpcServerImpl.java:432)
at com.google.devtools.build.lib.runtime.BlazeRuntime.serverMain(BlazeRuntime.java:1064)
at com.google.devtools.build.lib.runtime.BlazeRuntime.main(BlazeRuntime.java:768)
at com.google.devtools.build.lib.bazel.Bazel.main(Bazel.java:87)
"Reference Handler" #2 daemon prio=10 os_prio=0 cpu=2.91ms elapsed=541.51s tid=0x00007f26f02db000 nid=0x502a waiting on condition [0x00007f26b435c000]
java.lang.Thread.State: RUNNABLE
at java.lang.ref.Reference.waitForReferencePendingList([email protected]/Native Method)
at java.lang.ref.Reference.processPendingReferences([email protected]/Unknown Source)
at java.lang.ref.Reference$ReferenceHandler.run([email protected]/Unknown Source)
"Finalizer" #3 daemon prio=8 os_prio=0 cpu=2.16ms elapsed=541.51s tid=0x00007f26f02dd000 nid=0x502b in Object.wait() [0x00007f26b425b000]
java.lang.Thread.State: WAITING (on object monitor)
at java.lang.Object.wait([email protected]/Native Method)
- waiting on <0x0000000412800470> (a java.lang.ref.ReferenceQueue$Lock)
at java.lang.ref.ReferenceQueue.remove([email protected]/Unknown Source)
- waiting to re-lock in wait() <0x0000000412800470> (a java.lang.ref.ReferenceQueue$Lock)
at java.lang.ref.ReferenceQueue.remove([email protected]/Unknown Source)
at java.lang.ref.Finalizer$FinalizerThread.run([email protected]/Unknown Source)
"Signal Dispatcher" #4 daemon prio=9 os_prio=0 cpu=0.25ms elapsed=541.50s tid=0x00007f26f02f0800 nid=0x502c waiting on condition [0x0000000000000000]
java.lang.Thread.State: RUNNABLE
"C2 CompilerThread0" #5 daemon prio=9 os_prio=0 cpu=3085.02ms elapsed=541.50s tid=0x00007f26f02f2800 nid=0x502d waiting on condition [0x0000000000000000]
java.lang.Thread.State: RUNNABLE
No compile task
"C1 CompilerThread0" #13 daemon prio=9 os_prio=0 cpu=1226.95ms elapsed=541.50s tid=0x00007f26f02f4800 nid=0x502e waiting on condition [0x0000000000000000]
java.lang.Thread.State: RUNNABLE
No compile task
"Sweeper thread" #17 daemon prio=9 os_prio=0 cpu=103.03ms elapsed=541.50s tid=0x00007f26f02f6800 nid=0x502f runnable [0x0000000000000000]
java.lang.Thread.State: RUNNABLE
"Common-Cleaner" #18 daemon prio=8 os_prio=0 cpu=3.44ms elapsed=541.47s tid=0x00007f26f0363000 nid=0x5032 in Object.wait() [0x00007f26ad01b000]
java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait([email protected]/Native Method)
- waiting on <0x0000000412802c10> (a java.lang.ref.ReferenceQueue$Lock)
at java.lang.ref.ReferenceQueue.remove([email protected]/Unknown Source)
- waiting to re-lock in wait() <0x0000000412802c10> (a java.lang.ref.ReferenceQueue$Lock)
at jdk.internal.ref.CleanerImpl.run([email protected]/Unknown Source)
at java.lang.Thread.run([email protected]/Unknown Source)
at jdk.internal.misc.InnocuousThread.run([email protected]/Unknown Source)
"Service Thread" #19 daemon prio=9 os_prio=0 cpu=28.06ms elapsed=541.46s tid=0x00007f26f0367000 nid=0x5033 runnable [0x0000000000000000]
java.lang.Thread.State: RUNNABLE
"pid-file-watcher" #22 daemon prio=5 os_prio=0 cpu=24.16ms elapsed=540.78s tid=0x00007f26f0b5b000 nid=0x5048 waiting on condition [0x00007f2661b3a000]
java.lang.Thread.State: TIMED_WAITING (sleeping)
at java.lang.Thread.sleep([email protected]/Native Method)
at java.lang.Thread.sleep([email protected]/Unknown Source)
at java.util.concurrent.TimeUnit.sleep([email protected]/Unknown Source)
at com.google.common.util.concurrent.Uninterruptibles.sleepUninterruptibly(Uninterruptibles.java:393)
at com.google.devtools.build.lib.server.PidFileWatcher.run(PidFileWatcher.java:67)
"grpc-default-boss-ELG-1-1" #25 daemon prio=5 os_prio=0 cpu=25.90ms elapsed=540.70s tid=0x00007f26f0d07800 nid=0x504a runnable [0x00007f2661527000]
java.lang.Thread.State: RUNNABLE
at io.netty.channel.epoll.Native.epollWait(Native Method)
at io.netty.channel.epoll.Native.epollWait(Native.java:192)
at io.netty.channel.epoll.Native.epollWait(Native.java:185)
at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.lang.Thread.run([email protected]/Unknown Source)
"grpc-timeout-and-memory" #26 daemon prio=5 os_prio=0 cpu=0.69ms elapsed=540.68s tid=0x00007f26f0cff800 nid=0x504b in Object.wait() [0x00007f26ac6ed000]
java.lang.Thread.State: WAITING (on object monitor)
at java.lang.Object.wait([email protected]/Native Method)
- waiting on <0x0000000413090768> (a java.util.HashMap)
at java.lang.Object.wait([email protected]/Unknown Source)
at com.google.devtools.build.lib.server.CommandManager.waitForChange(CommandManager.java:102)
- waiting to re-lock in wait() <0x0000000413090768> (a java.util.HashMap)
at com.google.devtools.build.lib.server.ServerWatcherRunnable.run(ServerWatcherRunnable.java:202)
at java.lang.Thread.run([email protected]/Unknown Source)
"grpc-default-worker-ELG-3-1" #27 daemon prio=5 os_prio=0 cpu=79.23ms elapsed=540.64s tid=0x00007f261802d000 nid=0x504f runnable [0x00007f2661226000]
java.lang.Thread.State: RUNNABLE
at io.netty.channel.epoll.Native.epollWait0(Native Method)
at io.netty.channel.epoll.Native.epollWait(Native.java:176)
at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:281)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:351)
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.lang.Thread.run([email protected]/Unknown Source)
"grpc-command-0" #29 daemon prio=5 os_prio=0 cpu=516.55ms elapsed=540.54s tid=0x00007f260c240800 nid=0x5052 in Object.wait() [0x00007f2660d23000]
java.lang.Thread.State: WAITING (on object monitor)
at java.lang.Object.wait([email protected]/Native Method)
- waiting on <0x000000043b01dbc0> (a java.lang.ProcessImpl)
at java.lang.Object.wait([email protected]/Unknown Source)
at java.lang.ProcessImpl.waitFor([email protected]/Unknown Source)
- waiting to re-lock in wait() <0x000000043b01dbc0> (a java.lang.ProcessImpl)
at com.google.devtools.build.lib.shell.JavaSubprocessFactory$JavaSubprocess.waitFor(JavaSubprocessFactory.java:91)
at com.google.devtools.build.lib.shell.FutureCommandResult.waitForProcess(FutureCommandResult.java:109)
at com.google.devtools.build.lib.shell.FutureCommandResult.get(FutureCommandResult.java:52)
at com.google.devtools.build.lib.shell.Command.execute(Command.java:263)
at com.google.devtools.build.lib.sandbox.LinuxSandboxedSpawnRunner.computeIsSupported(LinuxSandboxedSpawnRunner.java:98)
at com.google.devtools.build.lib.sandbox.LinuxSandboxedSpawnRunner.isSupported(LinuxSandboxedSpawnRunner.java:82)
- locked <0x000000043b01dda0> (a java.util.HashMap)
at com.google.devtools.build.lib.sandbox.SandboxModule.setup(SandboxModule.java:285)
at com.google.devtools.build.lib.sandbox.SandboxModule.registerSpawnStrategies(SandboxModule.java:154)
at com.google.devtools.build.lib.buildtool.ExecutionTool.(ExecutionTool.java:170)
at com.google.devtools.build.lib.buildtool.BuildTool.buildTargets(BuildTool.java:204)
at com.google.devtools.build.lib.buildtool.BuildTool.processRequest(BuildTool.java:443)
at com.google.devtools.build.lib.buildtool.BuildTool.processRequest(BuildTool.java:411)
at com.google.devtools.build.lib.runtime.commands.BuildCommand.exec(BuildCommand.java:103)
at com.google.devtools.build.lib.runtime.BlazeCommandDispatcher.execExclusively(BlazeCommandDispatcher.java:585)
at com.google.devtools.build.lib.runtime.BlazeCommandDispatcher.exec(BlazeCommandDispatcher.java:231)
at com.google.devtools.build.lib.server.GrpcServerImpl.executeCommand(GrpcServerImpl.java:550)
at com.google.devtools.build.lib.server.GrpcServerImpl.lambda$run$1(GrpcServerImpl.java:614)
at com.google.devtools.build.lib.server.GrpcServerImpl$$Lambda$253/0x000000080032e840.run(Unknown Source)
at io.grpc.Context$1.run(Context.java:579)
at java.util.concurrent.ThreadPoolExecutor.runWorker([email protected]/Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run([email protected]/Unknown Source)
at java.lang.Thread.run([email protected]/Unknown Source)
"grpc-default-worker-ELG-3-2" #32 daemon prio=5 os_prio=0 cpu=48.63ms elapsed=530.36s tid=0x00007f261802e800 nid=0x50ae runnable [0x00007f26ac8ef000]
java.lang.Thread.State: RUNNABLE
at io.netty.channel.epoll.Native.epollWait(Native Method)
at io.netty.channel.epoll.Native.epollWait(Native.java:192)
at io.netty.channel.epoll.Native.epollWait(Native.java:185)
at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.lang.Thread.run([email protected]/Unknown Source)
"profile-writer-thread" #34 daemon prio=5 os_prio=0 cpu=30.36ms elapsed=530.25s tid=0x00007f26100e8800 nid=0x50b4 waiting on condition [0x00007f26ad11c000]
java.lang.Thread.State: WAITING (parking)
at jdk.internal.misc.Unsafe.park([email protected]/Native Method)
- parking to wait for <0x00000004130976f8> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
at java.util.concurrent.locks.LockSupport.park([email protected]/Unknown Source)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await([email protected]/Unknown Source)
at java.util.concurrent.LinkedBlockingQueue.take([email protected]/Unknown Source)
at com.google.devtools.build.lib.profiler.Profiler$JsonTraceFileWriter.run(Profiler.java:1062)
at java.lang.Thread.run([email protected]/Unknown Source)
"Thread-3" #35 daemon prio=5 os_prio=0 cpu=1535.53ms elapsed=530.25s tid=0x00007f26100e9800 nid=0x50b5 waiting on condition [0x00007f26ac1d5000]
java.lang.Thread.State: TIMED_WAITING (sleeping)
at java.lang.Thread.sleep([email protected]/Native Method)
at com.google.devtools.build.lib.profiler.CollectLocalResourceUsage.run(CollectLocalResourceUsage.java:86)
"cli-update-thread" #63 daemon prio=5 os_prio=0 cpu=113.46ms elapsed=530.09s tid=0x00007f2610026000 nid=0x50d3 waiting on condition [0x00007f266021e000]
java.lang.Thread.State: TIMED_WAITING (sleeping)
at java.lang.Thread.sleep([email protected]/Native Method)
at com.google.devtools.build.lib.runtime.UiEventHandler.lambda$startUpdateThread$0(UiEventHandler.java:926)
at com.google.devtools.build.lib.runtime.UiEventHandler$$Lambda$371/0x00000008004c7c40.run(Unknown Source)
at java.lang.Thread.run([email protected]/Unknown Source)
"process reaper" #139 daemon prio=10 os_prio=0 cpu=9.83ms elapsed=529.32s tid=0x00007f25e001a000 nid=0x512f runnable [0x00007f26f4068000]
java.lang.Thread.State: RUNNABLE
at java.lang.ProcessHandleImpl.waitForProcessExit0([email protected]/Native Method)
at java.lang.ProcessHandleImpl$1.run([email protected]/Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker([email protected]/Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run([email protected]/Unknown Source)
at java.lang.Thread.run([email protected]/Unknown Source)
"Command-Accumulator-Thread-0" #140 daemon prio=5 os_prio=0 cpu=8.25ms elapsed=529.32s tid=0x00007f25e001c800 nid=0x5130 runnable [0x00007f2608bcc000]
java.lang.Thread.State: RUNNABLE
at java.io.FileInputStream.readBytes([email protected]/Native Method)
at java.io.FileInputStream.read([email protected]/Unknown Source)
at java.io.BufferedInputStream.fill([email protected]/Unknown Source)
at java.io.BufferedInputStream.read1([email protected]/Unknown Source)
at java.io.BufferedInputStream.read([email protected]/Unknown Source)
- locked <0x000000043b0790d8> (a java.lang.ProcessImpl$ProcessPipeInputStream)
at java.io.FilterInputStream.read([email protected]/Unknown Source)
at com.google.devtools.build.lib.shell.InputStreamSink$CopySink.run(InputStreamSink.java:97)
at com.google.devtools.build.lib.shell.Consumers$ClosingSink.run(Consumers.java:273)
at java.util.concurrent.Executors$RunnableAdapter.call([email protected]/Unknown Source)
at java.util.concurrent.FutureTask.run([email protected]/Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker([email protected]/Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run([email protected]/Unknown Source)
at java.lang.Thread.run([email protected]/Unknown Source)
"Command-Accumulator-Thread-1" #141 daemon prio=5 os_prio=0 cpu=10.23ms elapsed=529.31s tid=0x00007f25e0021800 nid=0x5131 runnable [0x00007f2608acb000]
java.lang.Thread.State: RUNNABLE
at java.io.FileInputStream.readBytes([email protected]/Native Method)
at java.io.FileInputStream.read([email protected]/Unknown Source)
at java.io.BufferedInputStream.fill([email protected]/Unknown Source)
at java.io.BufferedInputStream.read1([email protected]/Unknown Source)
at java.io.BufferedInputStream.read([email protected]/Unknown Source)
- locked <0x000000043b0b4858> (a java.lang.ProcessImpl$ProcessPipeInputStream)
at java.io.FilterInputStream.read([email protected]/Unknown Source)
at com.google.devtools.build.lib.shell.InputStreamSink$CopySink.run(InputStreamSink.java:97)
at com.google.devtools.build.lib.shell.Consumers$ClosingSink.run(Consumers.java:273)
at java.util.concurrent.Executors$RunnableAdapter.call([email protected]/Unknown Source)
at java.util.concurrent.FutureTask.run([email protected]/Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker([email protected]/Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run([email protected]/Unknown Source)
at java.lang.Thread.run([email protected]/Unknown Source)
"globbing pool-5" #145 daemon prio=5 os_prio=0 cpu=3.15ms elapsed=528.92s tid=0x00007f25c01b9000 nid=0x514b waiting on condition [0x00007f260a9ee000]
java.lang.Thread.State: WAITING (parking)
at jdk.internal.misc.Unsafe.park([email protected]/Native Method)
- parking to wait for <0x00000004130850a8> (a com.google.devtools.build.lib.concurrent.NamedForkJoinPool)
at java.util.concurrent.locks.LockSupport.park([email protected]/Unknown Source)
at java.util.concurrent.ForkJoinPool.runWorker([email protected]/Unknown Source)
at java.util.concurrent.ForkJoinWorkerThread.run([email protected]/Unknown Source)
"ForkJoinPool.commonPool-worker-5" #146 daemon prio=5 os_prio=0 cpu=0.50ms elapsed=528.03s tid=0x00007f258c006800 nid=0x51b1 waiting on condition [0x00007f2660622000]
java.lang.Thread.State: WAITING (parking)
at jdk.internal.misc.Unsafe.park([email protected]/Native Method)
- parking to wait for <0x0000000412804080> (a java.util.concurrent.ForkJoinPool)
at java.util.concurrent.locks.LockSupport.park([email protected]/Unknown Source)
at java.util.concurrent.ForkJoinPool.runWorker([email protected]/Unknown Source)
at java.util.concurrent.ForkJoinWorkerThread.run([email protected]/Unknown Source)
"RxCachedWorkerPoolEvictor-1" #185 daemon prio=5 os_prio=0 cpu=1.16ms elapsed=520.33s tid=0x00007f2610464800 nid=0x51f4 waiting on condition [0x00007f26099da000]
java.lang.Thread.State: TIMED_WAITING (parking)
at jdk.internal.misc.Unsafe.park([email protected]/Native Method)
- parking to wait for <0x000000043b10bdf0> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
at java.util.concurrent.locks.LockSupport.parkNanos([email protected]/Unknown Source)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos([email protected]/Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take([email protected]/Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take([email protected]/Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.getTask([email protected]/Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker([email protected]/Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run([email protected]/Unknown Source)
at java.lang.Thread.run([email protected]/Unknown Source)
"VM Thread" os_prio=0 cpu=123.13ms elapsed=541.52s tid=0x00007f26f02d3000 nid=0x5029 runnable
"GC Thread#0" os_prio=0 cpu=56.19ms elapsed=541.53s tid=0x00007f26f0031800 nid=0x5024 runnable
"GC Thread#1" os_prio=0 cpu=47.96ms elapsed=540.90s tid=0x00007f26a0001000 nid=0x503a runnable
"GC Thread#2" os_prio=0 cpu=45.92ms elapsed=540.90s tid=0x00007f26a0002800 nid=0x503b runnable
"GC Thread#3" os_prio=0 cpu=58.14ms elapsed=540.90s tid=0x00007f26a0004000 nid=0x503c runnable
"GC Thread#4" os_prio=0 cpu=51.06ms elapsed=540.90s tid=0x00007f26a0005800 nid=0x503d runnable
"GC Thread#5" os_prio=0 cpu=49.18ms elapsed=540.90s tid=0x00007f26a0007000 nid=0x503e runnable
"GC Thread#6" os_prio=0 cpu=58.97ms elapsed=540.90s tid=0x00007f26a0008800 nid=0x503f runnable
"GC Thread#7" os_prio=0 cpu=49.90ms elapsed=540.90s tid=0x00007f26a000a800 nid=0x5040 runnable
"GC Thread#8" os_prio=0 cpu=53.93ms elapsed=540.90s tid=0x00007f26a000c000 nid=0x5041 runnable
"GC Thread#9" os_prio=0 cpu=49.88ms elapsed=540.90s tid=0x00007f26a000d800 nid=0x5042 runnable
"GC Thread#10" os_prio=0 cpu=62.06ms elapsed=540.90s tid=0x00007f26a000f000 nid=0x5043 runnable
"GC Thread#11" os_prio=0 cpu=47.18ms elapsed=540.90s tid=0x00007f26a0010800 nid=0x5044 runnable
"GC Thread#12" os_prio=0 cpu=47.00ms elapsed=540.90s tid=0x00007f26a0012000 nid=0x5045 runnable
"G1 Main Marker" os_prio=0 cpu=1.72ms elapsed=541.53s tid=0x00007f26f006f000 nid=0x5025 runnable
"G1 Conc#0" os_prio=0 cpu=29.22ms elapsed=541.53s tid=0x00007f26f0070800 nid=0x5026 runnable
"G1 Conc#1" os_prio=0 cpu=33.94ms elapsed=540.90s tid=0x00007f26b0001000 nid=0x5046 runnable
"G1 Conc#2" os_prio=0 cpu=31.92ms elapsed=540.89s tid=0x00007f26b0002800 nid=0x5047 runnable
"G1 Refine#0" os_prio=0 cpu=5.02ms elapsed=541.53s tid=0x00007f26f020d800 nid=0x5027 runnable
"G1 Refine#1" os_prio=0 cpu=2.13ms elapsed=529.64s tid=0x00007f26a4002800 nid=0x50fc runnable
"G1 Refine#2" os_prio=0 cpu=0.63ms elapsed=529.64s tid=0x00007f25f4003000 nid=0x50fd runnable
"G1 Refine#3" os_prio=0 cpu=0.50ms elapsed=520.38s tid=0x00007f25fc004800 nid=0x51d3 runnable
"G1 Young RemSet Sampling" os_prio=0 cpu=121.27ms elapsed=541.53s tid=0x00007f26f020f800 nid=0x5028 runnable
"VM Periodic Task Thread" os_prio=0 cpu=300.92ms elapsed=541.47s tid=0x00007f26f036a000 nid=0x5034 waiting on condition
JNI global refs: 41, weak refs: 0
Heap
garbage-first heap total 1032192K, used 83538K [0x0000000412800000, 0x0000000800000000)
region size 4096K, 16 young (65536K), 3 survivors (12288K)
Metaspace used 59768K, capacity 61146K, committed 61564K, reserved 1103872K
class space used 6568K, capacity 7110K, committed 7168K, reserved 1048576K
The text was updated successfully, but these errors were encountered: