Gegy / tic-tacs

Experimental mod to improve Minecraft's chunk loading performance as well as allow for multithreading. Currently inactive.
GNU Lesser General Public License v3.0
153 stars 12 forks source link

Saving after a big chunk generation hangs/crashes the server #35

Open jukefr opened 3 years ago

jukefr commented 3 years ago

Hello,

I have been using chunky pregenerator to generate my map. Everything seems to be going smoothly at first and the speeds are quite impressive.

But I suspect that the autosave feature of the server is not able to keep up with the chunk generation rate. (maybe i am completely wrong) When I generate a couple thousand chunks when I try to stop my server it will hang on the Saving chunks operation. The cpu and io seem to both be at 0 so I have to manually kill the process so I don't get a crash log or anything.

However I tried doing the same thing and manually save-all flush before stopping the server and at that point I got a crash report.

This seems to only happen when tictacs is enabled, so I have very high suspicion its something to do with tictacs but I'm sorry if its not. To be honest my java skills are close to nonexistent so I can't really debug this properly and give you more in depth traces and whatnot.

Crash report logs

``` ---- Minecraft Crash Report ---- // But it works on my machine. Time: 1/26/21, 12:38 PM Description: Watching Server java.lang.Error: Watchdog at java.base@11.0.9.1/jdk.internal.misc.Unsafe.park(Native Method) at java.base@11.0.9.1/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194) at java.base@11.0.9.1/java.util.concurrent.CompletableFuture$Signaller.block(CompletableFuture.java:1796) at java.base@11.0.9.1/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3128) at java.base@11.0.9.1/java.util.concurrent.CompletableFuture.waitingGet(CompletableFuture.java:1823) at java.base@11.0.9.1/java.util.concurrent.CompletableFuture.join(CompletableFuture.java:2043) at net.minecraft.class_3977.method_23697(class_3977.java:73) at net.minecraft.class_3898.method_17242(class_3898.java:378) at net.minecraft.class_3215.method_17298(class_3215.java:321) at net.minecraft.class_3218.method_14176(class_3218.java:710) at net.minecraft.server.MinecraftServer.method_3723(MinecraftServer.java:567) at net.minecraft.class_3104.method_13550(class_3104.java:34) at net.minecraft.class_3104.method_13553(class_3104.java:23) at net.minecraft.class_3104$$Lambda$3263/0x00000008409de040.run(Unknown Source) at com.mojang.brigadier.CommandDispatcher.execute(CommandDispatcher.java:262) at com.mojang.brigadier.CommandDispatcher.execute(CommandDispatcher.java:176) at net.minecraft.class_2170.method_9249(class_2170.java:249) at net.minecraft.class_3176.method_13941(class_3176.java:340) at net.minecraft.class_3176.method_3813(class_3176.java:313) at net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:811) at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:670) at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:257) at net.minecraft.server.MinecraftServer$$Lambda$3587/0x0000000840a74040.run(Unknown Source) at java.base@11.0.9.1/java.lang.Thread.run(Thread.java:834) A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Thread: Server Watchdog Stacktrace: at java.base@11.0.9.1/jdk.internal.misc.Unsafe.park(Native Method) at java.base@11.0.9.1/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194) at java.base@11.0.9.1/java.util.concurrent.CompletableFuture$Signaller.block(CompletableFuture.java:1796) at java.base@11.0.9.1/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3128) at java.base@11.0.9.1/java.util.concurrent.CompletableFuture.waitingGet(CompletableFuture.java:1823) at java.base@11.0.9.1/java.util.concurrent.CompletableFuture.join(CompletableFuture.java:2043) at net.minecraft.class_3977.method_23697(class_3977.java:73) at net.minecraft.class_3898.method_17242(class_3898.java:378) at net.minecraft.class_3215.method_17298(class_3215.java:321) at net.minecraft.class_3218.method_14176(class_3218.java:710) at net.minecraft.server.MinecraftServer.method_3723(MinecraftServer.java:567) at net.minecraft.class_3104.method_13550(class_3104.java:34) at net.minecraft.class_3104.method_13553(class_3104.java:23) at net.minecraft.class_3104$$Lambda$3263/0x00000008409de040.run(Unknown Source) at com.mojang.brigadier.CommandDispatcher.execute(CommandDispatcher.java:262) at com.mojang.brigadier.CommandDispatcher.execute(CommandDispatcher.java:176) at net.minecraft.class_2170.method_9249(class_2170.java:249) at net.minecraft.class_3176.method_13941(class_3176.java:340) at net.minecraft.class_3176.method_3813(class_3176.java:313) at net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:811) at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:670) at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:257) -- Thread Dump -- Details: Threads: "Reference Handler" daemon prio=10 Id=2 RUNNABLE at java.base@11.0.9.1/java.lang.ref.Reference.waitForReferencePendingList(Native Method) at java.base@11.0.9.1/java.lang.ref.Reference.processPendingReferences(Reference.java:241) at java.base@11.0.9.1/java.lang.ref.Reference$ReferenceHandler.run(Reference.java:213) "Finalizer" daemon prio=8 Id=3 WAITING on java.lang.ref.ReferenceQueue$Lock@35af71f9 at java.base@11.0.9.1/java.lang.Object.wait(Native Method) - waiting on java.lang.ref.ReferenceQueue$Lock@35af71f9 at java.base@11.0.9.1/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155) at java.base@11.0.9.1/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:176) at java.base@11.0.9.1/java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:170) "Signal Dispatcher" daemon prio=9 Id=4 RUNNABLE "Common-Cleaner" daemon prio=8 Id=11 TIMED_WAITING on java.lang.ref.ReferenceQueue$Lock@3b68993c at java.base@11.0.9.1/java.lang.Object.wait(Native Method) - waiting on java.lang.ref.ReferenceQueue$Lock@3b68993c at java.base@11.0.9.1/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155) at java.base@11.0.9.1/jdk.internal.ref.CleanerImpl.run(CleanerImpl.java:148) at java.base@11.0.9.1/java.lang.Thread.run(Thread.java:834) at java.base@11.0.9.1/jdk.internal.misc.InnocuousThread.run(InnocuousThread.java:134) "Timer hack thread" daemon prio=5 Id=100 TIMED_WAITING at java.base@11.0.9.1/java.lang.Thread.sleep(Native Method) at net.minecraft.class_156$6.run(class_156.java:636) "Worker-Main-1" daemon prio=5 Id=103 WAITING on java.util.concurrent.ForkJoinPool@3f571a89 at java.base@11.0.9.1/jdk.internal.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.ForkJoinPool@3f571a89 at java.base@11.0.9.1/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194) at java.base@11.0.9.1/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1628) at java.base@11.0.9.1/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183) "Worker-Main-2" daemon prio=5 Id=104 WAITING on java.util.concurrent.ForkJoinPool@3f571a89 at java.base@11.0.9.1/jdk.internal.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.ForkJoinPool@3f571a89 at java.base@11.0.9.1/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194) at java.base@11.0.9.1/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1628) at java.base@11.0.9.1/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183) "Worker-Main-5" daemon prio=5 Id=107 WAITING on java.util.concurrent.ForkJoinPool@3f571a89 at java.base@11.0.9.1/jdk.internal.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.ForkJoinPool@3f571a89 at java.base@11.0.9.1/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194) at java.base@11.0.9.1/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1628) at java.base@11.0.9.1/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183) "Worker-Main-4" daemon prio=5 Id=106 WAITING on java.util.concurrent.ForkJoinPool@3f571a89 at java.base@11.0.9.1/jdk.internal.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.ForkJoinPool@3f571a89 at java.base@11.0.9.1/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194) at java.base@11.0.9.1/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1628) at java.base@11.0.9.1/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183) "Worker-Main-6" daemon prio=5 Id=108 WAITING on java.util.concurrent.ForkJoinPool@3f571a89 at java.base@11.0.9.1/jdk.internal.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.ForkJoinPool@3f571a89 at java.base@11.0.9.1/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194) at java.base@11.0.9.1/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1628) at java.base@11.0.9.1/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183) "Worker-Main-7" daemon prio=5 Id=109 TIMED_WAITING on java.util.concurrent.ForkJoinPool@3f571a89 at java.base@11.0.9.1/jdk.internal.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.ForkJoinPool@3f571a89 at java.base@11.0.9.1/java.util.concurrent.locks.LockSupport.parkUntil(LockSupport.java:275) at java.base@11.0.9.1/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1619) at java.base@11.0.9.1/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183) "Snooper Timer" daemon prio=5 Id=111 WAITING on java.util.TaskQueue@7a559307 at java.base@11.0.9.1/java.lang.Object.wait(Native Method) - waiting on java.util.TaskQueue@7a559307 at java.base@11.0.9.1/java.lang.Object.wait(Object.java:328) at java.base@11.0.9.1/java.util.TimerThread.mainLoop(Timer.java:527) at java.base@11.0.9.1/java.util.TimerThread.run(Timer.java:506) "Server thread" prio=5 Id=110 WAITING on java.util.concurrent.CompletableFuture$Signaller@34bb050d at java.base@11.0.9.1/jdk.internal.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.CompletableFuture$Signaller@34bb050d at java.base@11.0.9.1/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194) at java.base@11.0.9.1/java.util.concurrent.CompletableFuture$Signaller.block(CompletableFuture.java:1796) at java.base@11.0.9.1/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3128) at java.base@11.0.9.1/java.util.concurrent.CompletableFuture.waitingGet(CompletableFuture.java:1823) at java.base@11.0.9.1/java.util.concurrent.CompletableFuture.join(CompletableFuture.java:2043) at net.minecraft.class_3977.method_23697(class_3977.java:73) at net.minecraft.class_3898.method_17242(class_3898.java:378) ... "Server console handler" daemon prio=5 Id=113 RUNNABLE (in native) at java.base@11.0.9.1/java.io.FileInputStream.readBytes(Native Method) at java.base@11.0.9.1/java.io.FileInputStream.read(FileInputStream.java:279) at java.base@11.0.9.1/java.io.BufferedInputStream.read1(BufferedInputStream.java:290) at java.base@11.0.9.1/java.io.BufferedInputStream.read(BufferedInputStream.java:351) - locked java.io.BufferedInputStream@4b65cbdf at java.base@11.0.9.1/sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:284) at java.base@11.0.9.1/sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:326) at java.base@11.0.9.1/sun.nio.cs.StreamDecoder.read(StreamDecoder.java:178) - locked java.io.InputStreamReader@4c610368 at java.base@11.0.9.1/java.io.InputStreamReader.read(InputStreamReader.java:185) ... "DestroyJavaVM" prio=5 Id=114 RUNNABLE "ObjectCleanerThread" daemon prio=1 Id=115 TIMED_WAITING on java.lang.ref.ReferenceQueue$Lock@1a7a6c48 at java.base@11.0.9.1/java.lang.Object.wait(Native Method) - waiting on java.lang.ref.ReferenceQueue$Lock@1a7a6c48 at java.base@11.0.9.1/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155) at io.netty.util.internal.ObjectCleaner$1.run(ObjectCleaner.java:54) at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) at java.base@11.0.9.1/java.lang.Thread.run(Thread.java:834) "Netty Epoll Server IO #0" daemon prio=5 Id=116 RUNNABLE at io.netty.channel.epoll.Native.epollWait0(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:114) at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884) at java.base@11.0.9.1/java.lang.Thread.run(Thread.java:834) "lighting-worker" daemon prio=5 Id=117 WAITING at java.base@11.0.9.1/jdk.internal.misc.Unsafe.park(Native Method) at java.base@11.0.9.1/java.util.concurrent.locks.LockSupport.park(LockSupport.java:323) at net.gegy1000.tictacs.lighting.LightingExecutor.run(LightingExecutor.java:54) at java.base@11.0.9.1/java.lang.Thread.run(Thread.java:834) "worldgen-worker-1" daemon prio=5 Id=118 WAITING on java.lang.Object@76858167 at java.base@11.0.9.1/java.lang.Object.wait(Native Method) - waiting on java.lang.Object@76858167 at java.base@11.0.9.1/java.lang.Object.wait(Object.java:328) at net.gegy1000.tictacs.async.worker.LevelPrioritisedQueue.take(LevelPrioritisedQueue.java:53) at net.gegy1000.tictacs.async.worker.ChunkExecutor.run(ChunkExecutor.java:41) at net.gegy1000.tictacs.async.worker.ChunkExecutor$$Lambda$3654/0x0000000840af5040.run(Unknown Source) at java.base@11.0.9.1/java.lang.Thread.run(Thread.java:834) "worldgen-worker-2" daemon prio=5 Id=119 WAITING on java.lang.Object@76858167 at java.base@11.0.9.1/java.lang.Object.wait(Native Method) - waiting on java.lang.Object@76858167 at java.base@11.0.9.1/java.lang.Object.wait(Object.java:328) at net.gegy1000.tictacs.async.worker.LevelPrioritisedQueue.take(LevelPrioritisedQueue.java:53) at net.gegy1000.tictacs.async.worker.ChunkExecutor.run(ChunkExecutor.java:41) at net.gegy1000.tictacs.async.worker.ChunkExecutor$$Lambda$3654/0x0000000840af5040.run(Unknown Source) at java.base@11.0.9.1/java.lang.Thread.run(Thread.java:834) "lighting-worker" daemon prio=5 Id=120 WAITING at java.base@11.0.9.1/jdk.internal.misc.Unsafe.park(Native Method) at java.base@11.0.9.1/java.util.concurrent.locks.LockSupport.park(LockSupport.java:323) at net.gegy1000.tictacs.lighting.LightingExecutor.run(LightingExecutor.java:54) at java.base@11.0.9.1/java.lang.Thread.run(Thread.java:834) "lighting-worker" daemon prio=5 Id=121 WAITING at java.base@11.0.9.1/jdk.internal.misc.Unsafe.park(Native Method) at java.base@11.0.9.1/java.util.concurrent.locks.LockSupport.park(LockSupport.java:323) at net.gegy1000.tictacs.lighting.LightingExecutor.run(LightingExecutor.java:54) at java.base@11.0.9.1/java.lang.Thread.run(Thread.java:834) "Server Watchdog" daemon prio=5 Id=127 RUNNABLE at java.management@11.0.9.1/sun.management.ThreadImpl.dumpThreads0(Native Method) at java.management@11.0.9.1/sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:521) at java.management@11.0.9.1/sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:509) at net.minecraft.class_3178.run(class_3178.java:49) at java.base@11.0.9.1/java.lang.Thread.run(Thread.java:834) "ForkJoinPool.commonPool-worker-3" daemon prio=5 Id=128 WAITING on java.util.concurrent.ForkJoinPool@135b975b at java.base@11.0.9.1/jdk.internal.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.ForkJoinPool@135b975b at java.base@11.0.9.1/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194) at java.base@11.0.9.1/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1628) at java.base@11.0.9.1/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183) "Java2D Disposer" daemon prio=10 Id=129 WAITING on java.lang.ref.ReferenceQueue$Lock@5765ac1b at java.base@11.0.9.1/java.lang.Object.wait(Native Method) - waiting on java.lang.ref.ReferenceQueue$Lock@5765ac1b at java.base@11.0.9.1/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155) at java.base@11.0.9.1/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:176) at java.desktop@11.0.9.1/sun.java2d.Disposer.run(Disposer.java:144) at java.base@11.0.9.1/java.lang.Thread.run(Thread.java:834) "Thread-92" daemon prio=5 Id=134 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@1e349293 at java.base@11.0.9.1/jdk.internal.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@1e349293 at java.base@11.0.9.1/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194) at java.base@11.0.9.1/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081) at java.base@11.0.9.1/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:433) at java.base@11.0.9.1/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054) at java.base@11.0.9.1/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114) at java.base@11.0.9.1/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.9.1/java.lang.Thread.run(Thread.java:834) "Netty Epoll Server IO #1" daemon prio=5 Id=139 RUNNABLE at io.netty.channel.epoll.Native.epollWait0(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:114) at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884) at java.base@11.0.9.1/java.lang.Thread.run(Thread.java:834) "IO-Worker-17" daemon prio=5 Id=140 RUNNABLE at java.base@11.0.9.1/sun.nio.ch.FileDispatcherImpl.pwrite0(Native Method) at java.base@11.0.9.1/sun.nio.ch.FileDispatcherImpl.pwrite(FileDispatcherImpl.java:68) at java.base@11.0.9.1/sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:109) at java.base@11.0.9.1/sun.nio.ch.IOUtil.write(IOUtil.java:79) at java.base@11.0.9.1/sun.nio.ch.FileChannelImpl.writeInternal(FileChannelImpl.java:850) at java.base@11.0.9.1/sun.nio.ch.FileChannelImpl.write(FileChannelImpl.java:836) at net.minecraft.class_2861.method_21874(class_2861.java:377) - locked net.minecraft.class_2861@4460a68b at net.minecraft.class_2861$class_2862.close(class_2861.java:350) ... Number of locked synchronizers = 1 - java.util.concurrent.ThreadPoolExecutor$Worker@4470ed4d "IO-Worker-18" daemon prio=5 Id=141 TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@b4e1013 at java.base@11.0.9.1/jdk.internal.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.SynchronousQueue$TransferStack@b4e1013 at java.base@11.0.9.1/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234) at java.base@11.0.9.1/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462) at java.base@11.0.9.1/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361) at java.base@11.0.9.1/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937) at java.base@11.0.9.1/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053) at java.base@11.0.9.1/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114) at java.base@11.0.9.1/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ... "Netty Epoll Server IO #2" daemon prio=5 Id=142 RUNNABLE at io.netty.channel.epoll.Native.epollWait0(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:114) at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884) at java.base@11.0.9.1/java.lang.Thread.run(Thread.java:834) "Netty Epoll Server IO #3" daemon prio=5 Id=145 RUNNABLE at io.netty.channel.epoll.Native.epollWait0(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:114) at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884) at java.base@11.0.9.1/java.lang.Thread.run(Thread.java:834) "Netty Epoll Server IO #4" daemon prio=5 Id=146 RUNNABLE at io.netty.channel.epoll.Native.epollWait0(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:114) at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884) at java.base@11.0.9.1/java.lang.Thread.run(Thread.java:834) "Netty Epoll Server IO #5" daemon prio=5 Id=147 RUNNABLE at io.netty.channel.epoll.Native.epollWait0(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:114) at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884) at java.base@11.0.9.1/java.lang.Thread.run(Thread.java:834) "Netty Epoll Server IO #6" daemon prio=5 Id=149 RUNNABLE at io.netty.channel.epoll.Native.epollWait0(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:114) at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884) at java.base@11.0.9.1/java.lang.Thread.run(Thread.java:834) "Netty Epoll Server IO #7" daemon prio=5 Id=150 RUNNABLE at io.netty.channel.epoll.Native.epollWait0(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:114) at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884) at java.base@11.0.9.1/java.lang.Thread.run(Thread.java:834) "Netty Epoll Server IO #8" daemon prio=5 Id=151 RUNNABLE at io.netty.channel.epoll.Native.epollWait0(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:114) at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884) at java.base@11.0.9.1/java.lang.Thread.run(Thread.java:834) "Netty Epoll Server IO #9" daemon prio=5 Id=153 RUNNABLE at io.netty.channel.epoll.Native.epollWait0(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:114) at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884) at java.base@11.0.9.1/java.lang.Thread.run(Thread.java:834) "Netty Epoll Server IO #10" daemon prio=5 Id=154 RUNNABLE at io.netty.channel.epoll.Native.epollWait0(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:114) at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884) at java.base@11.0.9.1/java.lang.Thread.run(Thread.java:834) Stacktrace: at net.minecraft.class_3178.run(class_3178.java:65) at java.base/java.lang.Thread.run(Thread.java:834) -- Performance stats -- Details: Random tick rate: 3 Level stats: ResourceKey[minecraft:dimension / minecraft:overworld]: players: 0, entities: 121 [minecraft:item:51,minecraft:pig:12,minecraft:arrow:11,minecraft:cow:10,minecraft:sheep:9], block_entities: 27 [minecraft:chest:13,minecraft:mob_spawner:8,minecraft:ender_chest:5,minecraft:furnace:1], block_ticks: 1, fluid_ticks: 0, chunk_source: ServerChunkCache: 2601, ResourceKey[minecraft:dimension / minecraft:the_nether]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0, ResourceKey[minecraft:dimension / minecraft:the_end]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0 -- System Details -- Details: Minecraft Version: 1.16.5 Minecraft Version ID: 1.16.5 Operating System: Linux (amd64) version 5.8.0-40-generic Java Version: 11.0.9.1, Ubuntu Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Ubuntu Memory: 5211115856 bytes (4969 MB) / 28991029248 bytes (27648 MB) up to 28991029248 bytes (27648 MB) CPUs: 8 JVM Flags: 11 total; -Xmx27G -Xms27G -XX:+UseG1GC -XX:+UnlockExperimentalVMOptions -XX:MaxGCPauseMillis=100 -XX:+DisableExplicitGC -XX:TargetSurvivorRatio=90 -XX:G1NewSizePercent=15 -XX:G1MaxNewSizePercent=35 -XX:G1MixedGCLiveThresholdPercent=50 -XX:+AlwaysPreTouch Fabric Mods: adventure-platform-fabric: adventure-platform-fabric 4.0.0-SNAPSHOT autoconfig1u: Auto Config v1 Updated 3.3.1 autoconfigtoml: AutoConfig-TOML 1.0.0-fabric cadmium: Cadmium 0.1.0-lucilletea.1 chunky-fabric: Chunky 1.2.8 cloth-basic-math: Cloth Basic Math 0.5.1 cloth-config2: Cloth Config v4 4.8.3 colorchat: colorchat 1.3.2 com_electronwill_night-config_core: core 3.6.3 com_electronwill_night-config_toml: toml 3.6.3 fabric: Fabric API 0.29.4+1.16 fabric-api-base: Fabric API Base 0.2.0+daa38b3d7d fabric-biome-api-v1: Fabric Biome API (v1) 3.1.1+ca58154a7d fabric-command-api-v1: Fabric Command API (v1) 1.0.10+ca58154a7d fabric-commands-v0: Fabric Commands (v0) 0.2.2+ca58154a7d fabric-containers-v0: Fabric Containers (v0) 0.1.10+ca58154a7d fabric-content-registries-v0: Fabric Content Registries (v0) 0.2.1+ca58154a7d fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.1.3+ca58154a7d fabric-dimensions-v1: fabric-dimensions-v1 2.0.2+ca58154 a7d fabric-entity-events-v1: Fabric Entity Events (v1) 1.0.3+ca58154a7d fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.2+ca58154a7d fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.1+ca58154a7d fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.6+ca58154a7d fabric-item-api-v1: Fabric Item API (v1) 1.2.1+ca58154a7d fabric-item-groups-v0: Fabric Item Groups (v0) 0.2.3+ca58154a7d fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 1.2.1+ca58154a7d fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.0.2+ca58154a7d fabric-mining-levels-v0: Fabric Mining Levels (v0) 0.1.3+ca58154a7d fabric-networking-api-v1: Fabric Networking API (v1) 1.0.1+ca58154a7d fabric-networking-blockentity-v0: Fabric Networking Block Entity (v0) 0.2.8+ca58154a7d fabric-networking-v0: Fabric Networking (v0) 0.3.2+ca58154a7d fabric-object-builder-api-v1: Fabric Object Builder API (v1) 1.9.3+ca58154a7d fabric-object-builders-v0: Fabric Object Builders (v0) 0.7.2+ca58154a7d fabric-particles-v1: Fabric Particles (v1) 0.2.4+ca58154a7d fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.7.4+ca58154a7d fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.1.5+ca58154a7d fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.4.2+ca58154a7d fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.1.1+ca58154a7d fabric-structure-api-v1: Fabric Structure API (v1) 1.1.4+ca58154a7d fabric-tag-extensions-v0: Fabric Tag Extensions (v0) 1.1.1+ca58154a7d fabric-tool-attribute-api-v1: Fabric Tool Attribute API (v1) 1.2.6+ca58154a7d fabricloader: Fabric Loader 0.11.1 golfiv: Golf IV 0.0.1 hydrogen: Hydrogen 0.2-SNAPSHOT java: OpenJDK 64-Bit Server VM 11 krypton: Krypton 0.1.1 lazydfu: LazyDFU 0.1.1 lithium: Lithium 0.6.1 minecraft: Minecraft 1.16.5 minimotd-fabric: MiniMOTD 1.3.0+43b01fe-SNAPSHOT net_gegy1000_just-now: just-now 0.1.0-SNAPSHOT net_kyori_adventure-api: adventure-api 4.4.0 net_kyori_adventure-key: adventure-key 4.4.0 net_kyori_adventure-platform-api: adventure-platform-api 4.0.0-SNAPSHOT net_kyori_adventure-text-feature-pagination: adventure-text-feature-pagination 4.0.0-SNAPSHOT net_kyori_adventure-text-minimessage: adventure-text-minimessage 4.1.0-SNAPSHOT net_kyori_adventure-text-serializer-gson: adventure-text-serializer-gson 4.4.0 net_kyori_adventure-text-serializer-plain: adventure-text-serializer-plain 4.4.0 net_kyori_examination-api: examination-api 1.0.0 net_kyori_examination-string: examination-string 1.0.0 player_events: Player Events 2.0.0 player_events_api: Player Events API 2.0.0 randompatches: RandomPatches 2.2.1-fabric starlight: Starlight 0.0.3 tic_tacs: Tic-TACS 0.1.3 Player Count: 0 / 250; [] Data Packs: vanilla, Fabric Mods Is Modded: Definitely; Server brand changed to 'fabric' [detached (from session 0)] tmux ubuntu@ns3023301:~/2b2t.fr$ cat crash-reports/crash-2021-01-26_12.38.49-server.txt ---- Minecraft Crash Report ---- // But it works on my machine. Time: 1/26/21, 12:38 PM Description: Watching Server java.lang.Error: Watchdog at java.base@11.0.9.1/jdk.internal.misc.Unsafe.park(Native Method) at java.base@11.0.9.1/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194) at java.base@11.0.9.1/java.util.concurrent.CompletableFuture$Signaller.block(CompletableFuture.java:1796) at java.base@11.0.9.1/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3128) at java.base@11.0.9.1/java.util.concurrent.CompletableFuture.waitingGet(CompletableFuture.java:1823) at java.base@11.0.9.1/java.util.concurrent.CompletableFuture.join(CompletableFuture.java:2043) at net.minecraft.class_3977.method_23697(class_3977.java:73) at net.minecraft.class_3898.method_17242(class_3898.java:378) at net.minecraft.class_3215.method_17298(class_3215.java:321) at net.minecraft.class_3218.method_14176(class_3218.java:710) at net.minecraft.server.MinecraftServer.method_3723(MinecraftServer.java:567) at net.minecraft.class_3104.method_13550(class_3104.java:34) at net.minecraft.class_3104.method_13553(class_3104.java:23) at net.minecraft.class_3104$$Lambda$3263/0x00000008409de040.run(Unknown Source) at com.mojang.brigadier.CommandDispatcher.execute(CommandDispatcher.java:262) at com.mojang.brigadier.CommandDispatcher.execute(CommandDispatcher.java:176) at net.minecraft.class_2170.method_9249(class_2170.java:249) at net.minecraft.class_3176.method_13941(class_3176.java:340) at net.minecraft.class_3176.method_3813(class_3176.java:313) at net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:811) at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:670) at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:257) at net.minecraft.server.MinecraftServer$$Lambda$3587/0x0000000840a74040.run(Unknown Source) at java.base@11.0.9.1/java.lang.Thread.run(Thread.java:834) A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Thread: Server Watchdog Stacktrace: at java.base@11.0.9.1/jdk.internal.misc.Unsafe.park(Native Method) at java.base@11.0.9.1/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194) at java.base@11.0.9.1/java.util.concurrent.CompletableFuture$Signaller.block(CompletableFuture.java:1796) at java.base@11.0.9.1/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3128) at java.base@11.0.9.1/java.util.concurrent.CompletableFuture.waitingGet(CompletableFuture.java:1823) at java.base@11.0.9.1/java.util.concurrent.CompletableFuture.join(CompletableFuture.java:2043) at net.minecraft.class_3977.method_23697(class_3977.java:73) at net.minecraft.class_3898.method_17242(class_3898.java:378) at net.minecraft.class_3215.method_17298(class_3215.java:321) at net.minecraft.class_3218.method_14176(class_3218.java:710) at net.minecraft.server.MinecraftServer.method_3723(MinecraftServer.java:567) at net.minecraft.class_3104.method_13550(class_3104.java:34) at net.minecraft.class_3104.method_13553(class_3104.java:23) at net.minecraft.class_3104$$Lambda$3263/0x00000008409de040.run(Unknown Source) at com.mojang.brigadier.CommandDispatcher.execute(CommandDispatcher.java:262) at com.mojang.brigadier.CommandDispatcher.execute(CommandDispatcher.java:176) at net.minecraft.class_2170.method_9249(class_2170.java:249) at net.minecraft.class_3176.method_13941(class_3176.java:340) at net.minecraft.class_3176.method_3813(class_3176.java:313) at net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:811) at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:670) at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:257) -- Thread Dump -- Details: Threads: "Reference Handler" daemon prio=10 Id=2 RUNNABLE at java.base@11.0.9.1/java.lang.ref.Reference.waitForReferencePendingList(Native Method) at java.base@11.0.9.1/java.lang.ref.Reference.processPendingReferences(Reference.java:241) at java.base@11.0.9.1/java.lang.ref.Reference$ReferenceHandler.run(Reference.java:213) "Finalizer" daemon prio=8 Id=3 WAITING on java.lang.ref.ReferenceQueue$Lock@35af71f9 at java.base@11.0.9.1/java.lang.Object.wait(Native Method) - waiting on java.lang.ref.ReferenceQueue$Lock@35af71f9 at java.base@11.0.9.1/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155) at java.base@11.0.9.1/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:176) at java.base@11.0.9.1/java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:170) "Signal Dispatcher" daemon prio=9 Id=4 RUNNABLE "Common-Cleaner" daemon prio=8 Id=11 TIMED_WAITING on java.lang.ref.ReferenceQueue$Lock@3b68993c at java.base@11.0.9.1/java.lang.Object.wait(Native Method) - waiting on java.lang.ref.ReferenceQueue$Lock@3b68993c at java.base@11.0.9.1/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155) at java.base@11.0.9.1/jdk.internal.ref.CleanerImpl.run(CleanerImpl.java:148) at java.base@11.0.9.1/java.lang.Thread.run(Thread.java:834) at java.base@11.0.9.1/jdk.internal.misc.InnocuousThread.run(InnocuousThread.java:134) "Timer hack thread" daemon prio=5 Id=100 TIMED_WAITING at java.base@11.0.9.1/java.lang.Thread.sleep(Native Method) at net.minecraft.class_156$6.run(class_156.java:636) "Worker-Main-1" daemon prio=5 Id=103 WAITING on java.util.concurrent.ForkJoinPool@3f571a89 at java.base@11.0.9.1/jdk.internal.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.ForkJoinPool@3f571a89 at java.base@11.0.9.1/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194) at java.base@11.0.9.1/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1628) at java.base@11.0.9.1/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183) "Worker-Main-2" daemon prio=5 Id=104 WAITING on java.util.concurrent.ForkJoinPool@3f571a89 at java.base@11.0.9.1/jdk.internal.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.ForkJoinPool@3f571a89 at java.base@11.0.9.1/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194) at java.base@11.0.9.1/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1628) at java.base@11.0.9.1/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183) "Worker-Main-5" daemon prio=5 Id=107 WAITING on java.util.concurrent.ForkJoinPool@3f571a89 at java.base@11.0.9.1/jdk.internal.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.ForkJoinPool@3f571a89 at java.base@11.0.9.1/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194) at java.base@11.0.9.1/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1628) at java.base@11.0.9.1/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183) "Worker-Main-4" daemon prio=5 Id=106 WAITING on java.util.concurrent.ForkJoinPool@3f571a89 at java.base@11.0.9.1/jdk.internal.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.ForkJoinPool@3f571a89 at java.base@11.0.9.1/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194) at java.base@11.0.9.1/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1628) at java.base@11.0.9.1/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183) "Worker-Main-6" daemon prio=5 Id=108 WAITING on java.util.concurrent.ForkJoinPool@3f571a89 at java.base@11.0.9.1/jdk.internal.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.ForkJoinPool@3f571a89 at java.base@11.0.9.1/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194) at java.base@11.0.9.1/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1628) at java.base@11.0.9.1/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183) "Worker-Main-7" daemon prio=5 Id=109 TIMED_WAITING on java.util.concurrent.ForkJoinPool@3f571a89 at java.base@11.0.9.1/jdk.internal.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.ForkJoinPool@3f571a89 at java.base@11.0.9.1/java.util.concurrent.locks.LockSupport.parkUntil(LockSupport.java:275) at java.base@11.0.9.1/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1619) at java.base@11.0.9.1/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183) "Snooper Timer" daemon prio=5 Id=111 WAITING on java.util.TaskQueue@7a559307 at java.base@11.0.9.1/java.lang.Object.wait(Native Method) - waiting on java.util.TaskQueue@7a559307 at java.base@11.0.9.1/java.lang.Object.wait(Object.java:328) at java.base@11.0.9.1/java.util.TimerThread.mainLoop(Timer.java:527) at java.base@11.0.9.1/java.util.TimerThread.run(Timer.java:506) "Server thread" prio=5 Id=110 WAITING on java.util.concurrent.CompletableFuture$Signaller@34bb050d at java.base@11.0.9.1/jdk.internal.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.CompletableFuture$Signaller@34bb050d at java.base@11.0.9.1/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194) at java.base@11.0.9.1/java.util.concurrent.CompletableFuture$Signaller.block(CompletableFuture.java:1796) at java.base@11.0.9.1/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3128) at java.base@11.0.9.1/java.util.concurrent.CompletableFuture.waitingGet(CompletableFuture.java:1823) at java.base@11.0.9.1/java.util.concurrent.CompletableFuture.join(CompletableFuture.java:2043) at net.minecraft.class_3977.method_23697(class_3977.java:73) at net.minecraft.class_3898.method_17242(class_3898.java:378) ... "Server console handler" daemon prio=5 Id=113 RUNNABLE (in native) at java.base@11.0.9.1/java.io.FileInputStream.readBytes(Native Method) at java.base@11.0.9.1/java.io.FileInputStream.read(FileInputStream.java:279) at java.base@11.0.9.1/java.io.BufferedInputStream.read1(BufferedInputStream.java:290) at java.base@11.0.9.1/java.io.BufferedInputStream.read(BufferedInputStream.java:351) - locked java.io.BufferedInputStream@4b65cbdf at java.base@11.0.9.1/sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:284) at java.base@11.0.9.1/sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:326) at java.base@11.0.9.1/sun.nio.cs.StreamDecoder.read(StreamDecoder.java:178) - locked java.io.InputStreamReader@4c610368 at java.base@11.0.9.1/java.io.InputStreamReader.read(InputStreamReader.java:185) ... "DestroyJavaVM" prio=5 Id=114 RUNNABLE "ObjectCleanerThread" daemon prio=1 Id=115 TIMED_WAITING on java.lang.ref.ReferenceQueue$Lock@1a7a6c48 at java.base@11.0.9.1/java.lang.Object.wait(Native Method) - waiting on java.lang.ref.ReferenceQueue$Lock@1a7a6c48 at java.base@11.0.9.1/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155) at io.netty.util.internal.ObjectCleaner$1.run(ObjectCleaner.java:54) at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) at java.base@11.0.9.1/java.lang.Thread.run(Thread.java:834) "Netty Epoll Server IO #0" daemon prio=5 Id=116 RUNNABLE at io.netty.channel.epoll.Native.epollWait0(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:114) at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884) at java.base@11.0.9.1/java.lang.Thread.run(Thread.java:834) "lighting-worker" daemon prio=5 Id=117 WAITING at java.base@11.0.9.1/jdk.internal.misc.Unsafe.park(Native Method) at java.base@11.0.9.1/java.util.concurrent.locks.LockSupport.park(LockSupport.java:323) at net.gegy1000.tictacs.lighting.LightingExecutor.run(LightingExecutor.java:54) at java.base@11.0.9.1/java.lang.Thread.run(Thread.java:834) "worldgen-worker-1" daemon prio=5 Id=118 WAITING on java.lang.Object@76858167 at java.base@11.0.9.1/java.lang.Object.wait(Native Method) - waiting on java.lang.Object@76858167 at java.base@11.0.9.1/java.lang.Object.wait(Object.java:328) at net.gegy1000.tictacs.async.worker.LevelPrioritisedQueue.take(LevelPrioritisedQueue.java:53) at net.gegy1000.tictacs.async.worker.ChunkExecutor.run(ChunkExecutor.java:41) at net.gegy1000.tictacs.async.worker.ChunkExecutor$$Lambda$3654/0x0000000840af5040.run(Unknown Source) at java.base@11.0.9.1/java.lang.Thread.run(Thread.java:834) "worldgen-worker-2" daemon prio=5 Id=119 WAITING on java.lang.Object@76858167 at java.base@11.0.9.1/java.lang.Object.wait(Native Method) - waiting on java.lang.Object@76858167 at java.base@11.0.9.1/java.lang.Object.wait(Object.java:328) at net.gegy1000.tictacs.async.worker.LevelPrioritisedQueue.take(LevelPrioritisedQueue.java:53) at net.gegy1000.tictacs.async.worker.ChunkExecutor.run(ChunkExecutor.java:41) at net.gegy1000.tictacs.async.worker.ChunkExecutor$$Lambda$3654/0x0000000840af5040.run(Unknown Source) at java.base@11.0.9.1/java.lang.Thread.run(Thread.java:834) "lighting-worker" daemon prio=5 Id=120 WAITING at java.base@11.0.9.1/jdk.internal.misc.Unsafe.park(Native Method) at java.base@11.0.9.1/java.util.concurrent.locks.LockSupport.park(LockSupport.java:323) at net.gegy1000.tictacs.lighting.LightingExecutor.run(LightingExecutor.java:54) at java.base@11.0.9.1/java.lang.Thread.run(Thread.java:834) "lighting-worker" daemon prio=5 Id=121 WAITING at java.base@11.0.9.1/jdk.internal.misc.Unsafe.park(Native Method) at java.base@11.0.9.1/java.util.concurrent.locks.LockSupport.park(LockSupport.java:323) at net.gegy1000.tictacs.lighting.LightingExecutor.run(LightingExecutor.java:54) at java.base@11.0.9.1/java.lang.Thread.run(Thread.java:834) "Server Watchdog" daemon prio=5 Id=127 RUNNABLE at java.management@11.0.9.1/sun.management.ThreadImpl.dumpThreads0(Native Method) at java.management@11.0.9.1/sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:521) at java.management@11.0.9.1/sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:509) at net.minecraft.class_3178.run(class_3178.java:49) at java.base@11.0.9.1/java.lang.Thread.run(Thread.java:834) "ForkJoinPool.commonPool-worker-3" daemon prio=5 Id=128 WAITING on java.util.concurrent.ForkJoinPool@135b975b at java.base@11.0.9.1/jdk.internal.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.ForkJoinPool@135b975b at java.base@11.0.9.1/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194) at java.base@11.0.9.1/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1628) at java.base@11.0.9.1/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183) "Java2D Disposer" daemon prio=10 Id=129 WAITING on java.lang.ref.ReferenceQueue$Lock@5765ac1b at java.base@11.0.9.1/java.lang.Object.wait(Native Method) - waiting on java.lang.ref.ReferenceQueue$Lock@5765ac1b at java.base@11.0.9.1/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155) at java.base@11.0.9.1/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:176) at java.desktop@11.0.9.1/sun.java2d.Disposer.run(Disposer.java:144) at java.base@11.0.9.1/java.lang.Thread.run(Thread.java:834) "Thread-92" daemon prio=5 Id=134 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@1e349293 at java.base@11.0.9.1/jdk.internal.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@1e349293 at java.base@11.0.9.1/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194) at java.base@11.0.9.1/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081) at java.base@11.0.9.1/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:433) at java.base@11.0.9.1/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054) at java.base@11.0.9.1/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114) at java.base@11.0.9.1/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.9.1/java.lang.Thread.run(Thread.java:834) "Netty Epoll Server IO #1" daemon prio=5 Id=139 RUNNABLE at io.netty.channel.epoll.Native.epollWait0(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:114) at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884) at java.base@11.0.9.1/java.lang.Thread.run(Thread.java:834) "IO-Worker-17" daemon prio=5 Id=140 RUNNABLE at java.base@11.0.9.1/sun.nio.ch.FileDispatcherImpl.pwrite0(Native Method) at java.base@11.0.9.1/sun.nio.ch.FileDispatcherImpl.pwrite(FileDispatcherImpl.java:68) at java.base@11.0.9.1/sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:109) at java.base@11.0.9.1/sun.nio.ch.IOUtil.write(IOUtil.java:79) at java.base@11.0.9.1/sun.nio.ch.FileChannelImpl.writeInternal(FileChannelImpl.java:850) at java.base@11.0.9.1/sun.nio.ch.FileChannelImpl.write(FileChannelImpl.java:836) at net.minecraft.class_2861.method_21874(class_2861.java:377) - locked net.minecraft.class_2861@4460a68b at net.minecraft.class_2861$class_2862.close(class_2861.java:350) ... Number of locked synchronizers = 1 - java.util.concurrent.ThreadPoolExecutor$Worker@4470ed4d "IO-Worker-18" daemon prio=5 Id=141 TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@b4e1013 at java.base@11.0.9.1/jdk.internal.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.SynchronousQueue$TransferStack@b4e1013 at java.base@11.0.9.1/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234) at java.base@11.0.9.1/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462) at java.base@11.0.9.1/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361) at java.base@11.0.9.1/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937) at java.base@11.0.9.1/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053) at java.base@11.0.9.1/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114) at java.base@11.0.9.1/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ... "Netty Epoll Server IO #2" daemon prio=5 Id=142 RUNNABLE at io.netty.channel.epoll.Native.epollWait0(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:114) at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884) at java.base@11.0.9.1/java.lang.Thread.run(Thread.java:834) "Netty Epoll Server IO #3" daemon prio=5 Id=145 RUNNABLE at io.netty.channel.epoll.Native.epollWait0(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:114) at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884) at java.base@11.0.9.1/java.lang.Thread.run(Thread.java:834) "Netty Epoll Server IO #4" daemon prio=5 Id=146 RUNNABLE at io.netty.channel.epoll.Native.epollWait0(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:114) at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884) at java.base@11.0.9.1/java.lang.Thread.run(Thread.java:834) "Netty Epoll Server IO #5" daemon prio=5 Id=147 RUNNABLE at io.netty.channel.epoll.Native.epollWait0(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:114) at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884) at java.base@11.0.9.1/java.lang.Thread.run(Thread.java:834) "Netty Epoll Server IO #6" daemon prio=5 Id=149 RUNNABLE at io.netty.channel.epoll.Native.epollWait0(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:114) at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884) at java.base@11.0.9.1/java.lang.Thread.run(Thread.java:834) "Netty Epoll Server IO #7" daemon prio=5 Id=150 RUNNABLE at io.netty.channel.epoll.Native.epollWait0(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:114) at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884) at java.base@11.0.9.1/java.lang.Thread.run(Thread.java:834) "Netty Epoll Server IO #8" daemon prio=5 Id=151 RUNNABLE at io.netty.channel.epoll.Native.epollWait0(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:114) at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884) at java.base@11.0.9.1/java.lang.Thread.run(Thread.java:834) "Netty Epoll Server IO #9" daemon prio=5 Id=153 RUNNABLE at io.netty.channel.epoll.Native.epollWait0(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:114) at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884) at java.base@11.0.9.1/java.lang.Thread.run(Thread.java:834) "Netty Epoll Server IO #10" daemon prio=5 Id=154 RUNNABLE at io.netty.channel.epoll.Native.epollWait0(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:114) at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884) at java.base@11.0.9.1/java.lang.Thread.run(Thread.java:834) Stacktrace: at net.minecraft.class_3178.run(class_3178.java:65) at java.base/java.lang.Thread.run(Thread.java:834) -- Performance stats -- Details: Random tick rate: 3 Level stats: ResourceKey[minecraft:dimension / minecraft:overworld]: players: 0, entities: 121 [minecraft:item:51,minecraft:pig:12,minecraft:arrow:11,minecraft:cow:10,minecraft:sheep:9], block_entities: 27 [minecraft:chest:13,minecraft:mob_spawner:8,minecraft:ender_chest:5,minecraft:furnace:1], block_ticks: 1, fluid_ticks: 0, chunk_source: ServerChunkCache: 2601, ResourceKey[minecraft:dimension / minecraft:the_nether]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0, ResourceKey[minecraft:dimension / minecraft:the_end]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0 -- System Details -- Details: Minecraft Version: 1.16.5 Minecraft Version ID: 1.16.5 Operating System: Linux (amd64) version 5.8.0-40-generic Java Version: 11.0.9.1, Ubuntu Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Ubuntu Memory: 5211115856 bytes (4969 MB) / 28991029248 bytes (27648 MB) up to 28991029248 bytes (27648 MB) CPUs: 8 JVM Flags: 11 total; -Xmx27G -Xms27G -XX:+UseG1GC -XX:+UnlockExperimentalVMOptions -XX:MaxGCPauseMillis=100 -XX:+DisableExplicitGC -XX:TargetSurvivorRatio=90 -XX:G1NewSizePercent=15 -XX:G1MaxNewSizePercent=35 -XX:G1MixedGCLiveThresholdPercent=50 -XX:+AlwaysPreTouch Fabric Mods: adventure-platform-fabric: adventure-platform-fabric 4.0.0-SNAPSHOT autoconfig1u: Auto Config v1 Updated 3.3.1 autoconfigtoml: AutoConfig-TOML 1.0.0-fabric cadmium: Cadmium 0.1.0-lucilletea.1 chunky-fabric: Chunky 1.2.8 cloth-basic-math: Cloth Basic Math 0.5.1 cloth-config2: Cloth Config v4 4.8.3 colorchat: colorchat 1.3.2 com_electronwill_night-config_core: core 3.6.3 com_electronwill_night-config_toml: toml 3.6.3 fabric: Fabric API 0.29.4+1.16 fabric-api-base: Fabric API Base 0.2.0+daa38b3d7d fabric-biome-api-v1: Fabric Biome API (v1) 3.1.1+ca58154a7d fabric-command-api-v1: Fabric Command API (v1) 1.0.10+ca58154a7d fabric-commands-v0: Fabric Commands (v0) 0.2.2+ca58154a7d fabric-containers-v0: Fabric Containers (v0) 0.1.10+ca58154a7d fabric-content-registries-v0: Fabric Content Registries (v0) 0.2.1+ca58154a7d fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.1.3+ca58154a7d fabric-dimensions-v1: fabric-dimensions-v1 2.0.2+ca58154a7d fabric-entity-events-v1: Fabric Entity Events (v1) 1.0.3+ca58154a7d fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.2+ca58154a7d fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.1+ca58154a7d fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.6+ca58154a7d fabric-item-api-v1: Fabric Item API (v1) 1.2.1+ca58154a7d fabric-item-groups-v0: Fabric Item Groups (v0) 0.2.3+ca58154a7d fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 1.2.1+ca58154a7d fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.0.2+ca58154a7d fabric-mining-levels-v0: Fabric Mining Levels (v0) 0.1.3+ca58154a7d fabric-networking-api-v1: Fabric Networking API (v1) 1.0.1+ca58154a7d fabric-networking-blockentity-v0: Fabric Networking Block Entity (v0) 0.2.8+ca58154a7d fabric-networking-v0: Fabric Networking (v0) 0.3.2+ca58154a7d fabric-object-builder-api-v1: Fabric Object Builder API (v1) 1.9.3+ca58154a7d fabric-object-builders-v0: Fabric Object Builders (v0) 0.7.2+ca58154a7d fabric-particles-v1: Fabric Particles (v1) 0.2.4+ca58154a7d fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.7.4+ca58154a7d fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.1.5+ca58154a7d fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.4.2+ca58154a7d fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.1.1+ca58154a7d fabric-structure-api-v1: Fabric Structure API (v1) 1.1.4+ca58154a7d fabric-tag-extensions-v0: Fabric Tag Extensions (v0) 1.1.1+ca58154a7d fabric-tool-attribute-api-v1: Fabric Tool Attribute API (v1) 1.2.6+ca58154a7d fabricloader: Fabric Loader 0.11.1 golfiv: Golf IV 0.0.1 hydrogen: Hydrogen 0.2-SNAPSHOT java: OpenJDK 64-Bit Server VM 11 krypton: Krypton 0.1.1 lazydfu: LazyDFU 0.1.1 lithium: Lithium 0.6.1 minecraft: Minecraft 1.16.5 minimotd-fabric: MiniMOTD 1.3.0+43b01fe-SNAPSHOT net_gegy1000_just-now: just-now 0.1.0-SNAPSHOT net_kyori_adventure-api: adventure-api 4.4.0 net_kyori_adventure-key: adventure-key 4.4.0 net_kyori_adventure-platform-api: adventure-platform-api 4.0.0-SNAPSHOT net_kyori_adventure-text-feature-pagination: adventure-text-feature-pagination 4.0.0-SNAPSHOT net_kyori_adventure-text-minimessage: adventure-text-minimessage 4.1.0-SNAPSHOT net_kyori_adventure-text-serializer-gson: adventure-text-serializer-gson 4.4.0 net_kyori_adventure-text-serializer-plain: adventure-text-serializer-plain 4.4.0 net_kyori_examination-api: examination-api 1.0.0 net_kyori_examination-string: examination-string 1.0.0 player_events: Player Events 2.0.0 player_events_api: Player Events API 2.0.0 randompatches: RandomPatches 2.2.1-fabric starlight: Starlight 0.0.3 tic_tacs: Tic-TACS 0.1.3 Player Count: 0 / 250; [] Data Packs: vanilla, Fabric Mods Is Modded: Definitely; Server brand changed to 'fabric' ```
jukefr commented 3 years ago

heres another log with a mixintrace

``` ---- Minecraft Crash Report ---- // I feel sad now :( Time: 1/26/21, 1:42 PM Description: Watching Server java.lang.Error: Watchdog at java.base@11.0.9.1/jdk.internal.misc.Unsafe.park(Native Method) at java.base@11.0.9.1/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194) at java.base@11.0.9.1/java.util.concurrent.CompletableFuture$Signaller.block(CompletableFuture.java:1796) at java.base@11.0.9.1/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3128) at java.base@11.0.9.1/java.util.concurrent.CompletableFuture.waitingGet(CompletableFuture.java:1823) at java.base@11.0.9.1/java.util.concurrent.CompletableFuture.join(CompletableFuture.java:2043) at net.minecraft.class_3977.method_23697(class_3977.java:73) at net.minecraft.class_3898.method_17242(class_3898.java:378) at net.minecraft.class_3215.method_17298(class_3215.java:321) at net.minecraft.class_3218.method_14176(class_3218.java:710) at net.minecraft.server.MinecraftServer.method_3723(MinecraftServer.java:567) at net.minecraft.class_3104.method_13550(class_3104.java:34) at net.minecraft.class_3104.method_13553(class_3104.java:23) at net.minecraft.class_3104$$Lambda$3266/0x00000008409e0040.run(Unknown Source) at com.mojang.brigadier.CommandDispatcher.execute(CommandDispatcher.java:262) at com.mojang.brigadier.CommandDispatcher.execute(CommandDispatcher.java:176) at net.minecraft.class_2170.method_9249(class_2170.java:249) at net.minecraft.class_3176.method_13941(class_3176.java:340) at net.minecraft.class_3176.method_3813(class_3176.java:313) at net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:811) at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:670) at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:257) at net.minecraft.server.MinecraftServer$$Lambda$3591/0x0000000840a76440.run(Unknown Source) at java.base@11.0.9.1/java.lang.Thread.run(Thread.java:834) A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Thread: Server Watchdog Stacktrace: at java.base@11.0.9.1/jdk.internal.misc.Unsafe.park(Native Method) at java.base@11.0.9.1/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194) at java.base@11.0.9.1/java.util.concurrent.CompletableFuture$Signaller.block(CompletableFuture.java:1796) at java.base@11.0.9.1/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3128) at java.base@11.0.9.1/java.util.concurrent.CompletableFuture.waitingGet(CompletableFuture.java:1823) at java.base@11.0.9.1/java.util.concurrent.CompletableFuture.join(CompletableFuture.java:2043) at net.minecraft.class_3977.method_23697(class_3977.java:73) at net.minecraft.class_3898.method_17242(class_3898.java:378) at net.minecraft.class_3215.method_17298(class_3215.java:321) at net.minecraft.class_3218.method_14176(class_3218.java:710) at net.minecraft.server.MinecraftServer.method_3723(MinecraftServer.java:567) at net.minecraft.class_3104.method_13550(class_3104.java:34) at net.minecraft.class_3104.method_13553(class_3104.java:23) at net.minecraft.class_3104$$Lambda$3266/0x00000008409e0040.run(Unknown Source) at com.mojang.brigadier.CommandDispatcher.execute(CommandDispatcher.java:262) at com.mojang.brigadier.CommandDispatcher.execute(CommandDispatcher.java:176) at net.minecraft.class_2170.method_9249(class_2170.java:249) at net.minecraft.class_3176.method_13941(class_3176.java:340) at net.minecraft.class_3176.method_3813(class_3176.java:313) at net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:811) at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:670) at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:257) -- Thread Dump -- Details: Threads: "Reference Handler" daemon prio=10 Id=2 RUNNABLE at java.base@11.0.9.1/java.lang.ref.Reference.waitForReferencePendingList(Native Method) at java.base@11.0.9.1/java.lang.ref.Reference.processPendingReferences(Reference.java:241) at java.base@11.0.9.1/java.lang.ref.Reference$ReferenceHandler.run(Reference.java:213) "Finalizer" daemon prio=8 Id=3 WAITING on java.lang.ref.ReferenceQueue$Lock@47f28e41 at java.base@11.0.9.1/java.lang.Object.wait(Native Method) - waiting on java.lang.ref.ReferenceQueue$Lock@47f28e41 at java.base@11.0.9.1/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155) at java.base@11.0.9.1/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:176) at java.base@11.0.9.1/java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:170) "Signal Dispatcher" daemon prio=9 Id=4 RUNNABLE "Common-Cleaner" daemon prio=8 Id=11 TIMED_WAITING on java.lang.ref.ReferenceQueue$Lock@429bae91 at java.base@11.0.9.1/java.lang.Object.wait(Native Method) - waiting on java.lang.ref.ReferenceQueue$Lock@429bae91 at java.base@11.0.9.1/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155) at java.base@11.0.9.1/jdk.internal.ref.CleanerImpl.run(CleanerImpl.java:148) at java.base@11.0.9.1/java.lang.Thread.run(Thread.java:834) at java.base@11.0.9.1/jdk.internal.misc.InnocuousThread.run(InnocuousThread.java:134) "Timer hack thread" daemon prio=5 Id=101 TIMED_WAITING at java.base@11.0.9.1/java.lang.Thread.sleep(Native Method) at net.minecraft.class_156$6.run(class_156.java:636) "Worker-Main-1" daemon prio=5 Id=104 WAITING on java.util.concurrent.ForkJoinPool@482e66e2 at java.base@11.0.9.1/jdk.internal.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.ForkJoinPool@482e66e2 at java.base@11.0.9.1/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194) at java.base@11.0.9.1/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1628) at java.base@11.0.9.1/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183) "Worker-Main-2" daemon prio=5 Id=105 WAITING on java.util.concurrent.ForkJoinPool@482e66e2 at java.base@11.0.9.1/jdk.internal.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.ForkJoinPool@482e66e2 at java.base@11.0.9.1/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194) at java.base@11.0.9.1/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1628) at java.base@11.0.9.1/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183) "Worker-Main-3" daemon prio=5 Id=106 WAITING on java.util.concurrent.ForkJoinPool@482e66e2 at java.base@11.0.9.1/jdk.internal.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.ForkJoinPool@482e66e2 at java.base@11.0.9.1/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194) at java.base@11.0.9.1/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1628) at java.base@11.0.9.1/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183) "Worker-Main-5" daemon prio=5 Id=108 WAITING on java.util.concurrent.ForkJoinPool@482e66e2 at java.base@11.0.9.1/jdk.internal.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.ForkJoinPool@482e66e2 at java.base@11.0.9.1/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194) at java.base@11.0.9.1/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1628) at java.base@11.0.9.1/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183) "Worker-Main-6" daemon prio=5 Id=109 WAITING on java.util.concurrent.ForkJoinPool@482e66e2 at java.base@11.0.9.1/jdk.internal.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.ForkJoinPool@482e66e2 at java.base@11.0.9.1/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194) at java.base@11.0.9.1/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1628) at java.base@11.0.9.1/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183) "Worker-Main-7" daemon prio=5 Id=110 TIMED_WAITING on java.util.concurrent.ForkJoinPool@482e66e2 at java.base@11.0.9.1/jdk.internal.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.ForkJoinPool@482e66e2 at java.base@11.0.9.1/java.util.concurrent.locks.LockSupport.parkUntil(LockSupport.java:275) at java.base@11.0.9.1/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1619) at java.base@11.0.9.1/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183) "Snooper Timer" daemon prio=5 Id=112 WAITING on java.util.TaskQueue@3bf02ef9 at java.base@11.0.9.1/java.lang.Object.wait(Native Method) - waiting on java.util.TaskQueue@3bf02ef9 at java.base@11.0.9.1/java.lang.Object.wait(Object.java:328) at java.base@11.0.9.1/java.util.TimerThread.mainLoop(Timer.java:527) at java.base@11.0.9.1/java.util.TimerThread.run(Timer.java:506) "Server thread" prio=5 Id=111 WAITING on java.util.concurrent.CompletableFuture$Signaller@cd4dec0 at java.base@11.0.9.1/jdk.internal.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.CompletableFuture$Signaller@cd4dec0 at java.base@11.0.9.1/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194) at java.base@11.0.9.1/java.util.concurrent.CompletableFuture$Signaller.block(CompletableFuture.java:1796) at java.base@11.0.9.1/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3128) at java.base@11.0.9.1/java.util.concurrent.CompletableFuture.waitingGet(CompletableFuture.java:1823) at java.base@11.0.9.1/java.util.concurrent.CompletableFuture.join(CompletableFuture.java:2043) at net.minecraft.class_3977.method_23697(class_3977.java:73) at net.minecraft.class_3898.method_17242(class_3898.java:378) ... "Server console handler" daemon prio=5 Id=114 RUNNABLE (in native) at java.base@11.0.9.1/java.io.FileInputStream.readBytes(Native Method) at java.base@11.0.9.1/java.io.FileInputStream.read(FileInputStream.java:279) at java.base@11.0.9.1/java.io.BufferedInputStream.read1(BufferedInputStream.java:290) at java.base@11.0.9.1/java.io.BufferedInputStream.read(BufferedInputStream.java:351) - locked java.io.BufferedInputStream@132406ed at java.base@11.0.9.1/sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:284) at java.base@11.0.9.1/sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:326) at java.base@11.0.9.1/sun.nio.cs.StreamDecoder.read(StreamDecoder.java:178) - locked java.io.InputStreamReader@28067b1d at java.base@11.0.9.1/java.io.InputStreamReader.read(InputStreamReader.java:185) ... "DestroyJavaVM" prio=5 Id=115 RUNNABLE "ObjectCleanerThread" daemon prio=1 Id=116 TIMED_WAITING on java.lang.ref.ReferenceQueue$Lock@12bb0f02 at java.base@11.0.9.1/java.lang.Object.wait(Native Method) - waiting on java.lang.ref.ReferenceQueue$Lock@12bb0f02 at java.base@11.0.9.1/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155) at io.netty.util.internal.ObjectCleaner$1.run(ObjectCleaner.java:54) at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) at java.base@11.0.9.1/java.lang.Thread.run(Thread.java:834) "Netty Epoll Server IO #0" daemon prio=5 Id=117 RUNNABLE at io.netty.channel.epoll.Native.epollWait0(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:114) at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884) at java.base@11.0.9.1/java.lang.Thread.run(Thread.java:834) "lighting-worker" daemon prio=5 Id=118 WAITING at java.base@11.0.9.1/jdk.internal.misc.Unsafe.park(Native Method) at java.base@11.0.9.1/java.util.concurrent.locks.LockSupport.park(LockSupport.java:323) at net.gegy1000.tictacs.lighting.LightingExecutor.run(LightingExecutor.java:54) at java.base@11.0.9.1/java.lang.Thread.run(Thread.java:834) "worldgen-worker-1" daemon prio=5 Id=119 WAITING on java.lang.Object@38b3e14b at java.base@11.0.9.1/java.lang.Object.wait(Native Method) - waiting on java.lang.Object@38b3e14b at java.base@11.0.9.1/java.lang.Object.wait(Object.java:328) at net.gegy1000.tictacs.async.worker.LevelPrioritisedQueue.take(LevelPrioritisedQueue.java:53) at net.gegy1000.tictacs.async.worker.ChunkExecutor.run(ChunkExecutor.java:41) at net.gegy1000.tictacs.async.worker.ChunkExecutor$$Lambda$3658/0x0000000840aeb440.run(Unknown Source) at java.base@11.0.9.1/java.lang.Thread.run(Thread.java:834) "worldgen-worker-2" daemon prio=5 Id=120 WAITING on java.lang.Object@38b3e14b at java.base@11.0.9.1/java.lang.Object.wait(Native Method) - waiting on java.lang.Object@38b3e14b at java.base@11.0.9.1/java.lang.Object.wait(Object.java:328) at net.gegy1000.tictacs.async.worker.LevelPrioritisedQueue.take(LevelPrioritisedQueue.java:53) at net.gegy1000.tictacs.async.worker.ChunkExecutor.run(ChunkExecutor.java:41) at net.gegy1000.tictacs.async.worker.ChunkExecutor$$Lambda$3658/0x0000000840aeb440.run(Unknown Source) at java.base@11.0.9.1/java.lang.Thread.run(Thread.java:834) "lighting-worker" daemon prio=5 Id=121 WAITING at java.base@11.0.9.1/jdk.internal.misc.Unsafe.park(Native Method) at java.base@11.0.9.1/java.util.concurrent.locks.LockSupport.park(LockSupport.java:323) at net.gegy1000.tictacs.lighting.LightingExecutor.run(LightingExecutor.java:54) at java.base@11.0.9.1/java.lang.Thread.run(Thread.java:834) "lighting-worker" daemon prio=5 Id=122 WAITING at java.base@11.0.9.1/jdk.internal.misc.Unsafe.park(Native Method) at java.base@11.0.9.1/java.util.concurrent.locks.LockSupport.park(LockSupport.java:323) at net.gegy1000.tictacs.lighting.LightingExecutor.run(LightingExecutor.java:54) at java.base@11.0.9.1/java.lang.Thread.run(Thread.java:834) "Server Watchdog" daemon prio=5 Id=127 RUNNABLE at java.management@11.0.9.1/sun.management.ThreadImpl.dumpThreads0(Native Method) at java.management@11.0.9.1/sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:521) at java.management@11.0.9.1/sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:509) at net.minecraft.class_3178.run(class_3178.java:49) at java.base@11.0.9.1/java.lang.Thread.run(Thread.java:834) "ForkJoinPool.commonPool-worker-3" daemon prio=5 Id=128 WAITING on java.util.concurrent.ForkJoinPool@b138bde at java.base@11.0.9.1/jdk.internal.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.ForkJoinPool@b138bde at java.base@11.0.9.1/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194) at java.base@11.0.9.1/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1628) at java.base@11.0.9.1/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183) "Java2D Disposer" daemon prio=10 Id=129 WAITING on java.lang.ref.ReferenceQueue$Lock@1056c732 at java.base@11.0.9.1/java.lang.Object.wait(Native Method) - waiting on java.lang.ref.ReferenceQueue$Lock@1056c732 at java.base@11.0.9.1/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155) at java.base@11.0.9.1/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:176) at java.desktop@11.0.9.1/sun.java2d.Disposer.run(Disposer.java:144) at java.base@11.0.9.1/java.lang.Thread.run(Thread.java:834) "Netty Epoll Server IO #1" daemon prio=5 Id=134 RUNNABLE at io.netty.channel.epoll.Native.epollWait0(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:114) at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884) at java.base@11.0.9.1/java.lang.Thread.run(Thread.java:834) "Thread-92" daemon prio=5 Id=135 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@5adf0925 at java.base@11.0.9.1/jdk.internal.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@5adf0925 at java.base@11.0.9.1/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194) at java.base@11.0.9.1/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081) at java.base@11.0.9.1/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:433) at java.base@11.0.9.1/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054) at java.base@11.0.9.1/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114) at java.base@11.0.9.1/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.9.1/java.lang.Thread.run(Thread.java:834) "IO-Worker-17" daemon prio=5 Id=141 RUNNABLE at java.base@11.0.9.1/sun.nio.ch.FileDispatcherImpl.pwrite0(Native Method) at java.base@11.0.9.1/sun.nio.ch.FileDispatcherImpl.pwrite(FileDispatcherImpl.java:68) at java.base@11.0.9.1/sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:109) at java.base@11.0.9.1/sun.nio.ch.IOUtil.write(IOUtil.java:58) at java.base@11.0.9.1/sun.nio.ch.FileChannelImpl.writeInternal(FileChannelImpl.java:850) at java.base@11.0.9.1/sun.nio.ch.FileChannelImpl.write(FileChannelImpl.java:836) at net.minecraft.class_2861.method_21870(class_2861.java:411) at net.minecraft.class_2861.method_21874(class_2861.java:383) - locked net.minecraft.class_2861@7d41128c ... Number of locked synchronizers = 1 - java.util.concurrent.ThreadPoolExecutor$Worker@69ba4c38 "Netty Epoll Server IO #2" daemon prio=5 Id=144 RUNNABLE at io.netty.channel.epoll.Native.epollWait0(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:114) at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884) at java.base@11.0.9.1/java.lang.Thread.run(Thread.java:834) "IO-Worker-26" daemon prio=5 Id=151 TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@6a9b3b81 at java.base@11.0.9.1/jdk.internal.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.SynchronousQueue$TransferStack@6a9b3b81 at java.base@11.0.9.1/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234) at java.base@11.0.9.1/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462) at java.base@11.0.9.1/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361) at java.base@11.0.9.1/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937) at java.base@11.0.9.1/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053) at java.base@11.0.9.1/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114) at java.base@11.0.9.1/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ... "Netty Epoll Server IO #3" daemon prio=5 Id=152 RUNNABLE at io.netty.channel.epoll.Native.epollWait0(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:114) at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884) at java.base@11.0.9.1/java.lang.Thread.run(Thread.java:834) Stacktrace: at net.minecraft.class_3178.run(class_3178.java:65) at java.base/java.lang.Thread.run(Thread.java:834) -- Performance stats -- Details: Random tick rate: 3 Level stats: ResourceKey[minecraft:dimension / minecraft:overworld]: players: 0, entities: 123 [minecraft:item:53,minecraft:pig:12,minecraft:arrow:11,minecraft:cow:10,minecraft:sheep:9], block_entities: 28 [minecraft:chest:15,minecraft:mob_spawner:6,minecraft:ender_chest:5,minecraft:beehive:1,minecraft:furnace:1], block_ticks: 1, fluid_ticks: 0, chunk_source: ServerChunkCache: 2601, ResourceKey[minecraft:dimension / minecraft:the_nether]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0, ResourceKey[minecraft:dimension / minecraft:the_end]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0 -- System Details -- Details: Minecraft Version: 1.16.5 Minecraft Version ID: 1.16.5 Operating System: Linux (amd64) version 5.8.0-40-generic Java Version: 11.0.9.1, Ubuntu Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Ubuntu Memory: 13977648240 bytes (13330 MB) / 28991029248 bytes (27648 MB) up to 28991029248 bytes (27648 MB) CPUs: 8 JVM Flags: 11 total; -Xmx27G -Xms27G -XX:+UseG1GC -XX:+UnlockExperimentalVMOptions -XX:MaxGCPauseMillis=100 -XX:+DisableExplicitGC -XX:TargetSurvivorRatio=90 -XX:G1NewSizePercent=35 -XX:G1MaxNewSizePercent=60 -XX:G1MixedGCLiveThresholdPercent=50 -XX:+AlwaysPreTouch Mixins in Stacktrace: net.minecraft.class_3977: net.gegy1000.tictacs.mixin.io.VersionedChunkStorageMixin (tic_tacs.mixins.json) net.minecraft.class_3898: net.gegy1000.tictacs.mixin.ThreadedAnvilChunkStorageMixin (tic_tacs.mixins.json) net.gegy1000.tictacs.mixin.io.ThreadedAnvilChunkStorageMixin (tic_tacs.mixins.json) com.therandomlabs.randompatches.mixin.ThreadedAnvilChunkStorageMixin (randompatches.mixins.json) net.gegy1000.tictacs.mixin.TacsAccessor (tic_tacs.mixins.json) net.fabricmc.fabric.mixin.event.lifecycle.ThreadedAnvilChunkStorageMixin (fabric-lifecycle-events-v1.mixins.json) me.steinborn.krypton.mixin.network.shared.flushconsolidation.ThreadedAnvilChunkStorageMixin (krypton.mixins.json) org.popcraft.chunky.mixin.ThreadedAnvilChunkStorageMixin (chunky-fabric.mixins.json) net.fabricmc.fabric.mixin.networking.ThreadedAnvilChunkStorageMixin (fabric-networking-api-v1.mixins.json) net.gegy1000.tictacs.mixin.lighting.ThreadedAnvilChunkStorageMixin (tic_tacs.mixins.json) net.minecraft.class_3215: net.gegy1000.tictacs.mixin.ServerChunkManagerMixin (tic_tacs.mixins.json) org.popcraft.chunky.mixin.ServerChunkManagerMixin (chunky-fabric.mixins.json) net.gegy1000.tictacs.mixin.chunk_ticking.ServerChunkManagerMixin (tic_tacs.mixins.json) net.minecraft.class_3218: net.gegy1000.tictacs.mixin.starlight.StarlightServerWorldMixin (tic_tacs.mixins.json) me.jellysquid.mods.lithium.mixin.ai.nearby_entity_tracking.ServerWorldMixin (lithium.mixins.json) me.jellysquid.mods.lithium.mixin.alloc.chunk_random.ServerWorldMixin (lithium.mixins.json) me.jellysquid.mods.lithium.mixin.world.tick_scheduler.ServerWorldMixin (lithium.mixins.json) ca.spottedleaf.starlight.mixin.common.world.ServerWorldMixin (starlight.mixins.json) me.jellysquid.mods.lithium.mixin.alloc.world_ticking.ServerWorldMixin (lithium.mixins.json) net.fabricmc.fabric.mixin.event.lifecycle.ServerWorldMixin (fabric-lifecycle-events-v1.mixins.json) net.gegy1000.tictacs.mixin.unblocking.ServerWorldMixin (tic_tacs.mixins.json) me.jellysquid.mods.lithium.mixin.entity.inactive_navigations.ServerWorldMixin (lithium.mixins.json) net.minecraft.server.MinecraftServer: net.fabricmc.fabric.mixin.event.lifecycle.MinecraftServerMixin (fabric-lifecycle-events-v1.mixins.json) net.kyori.adventure.platform.fabric.impl.mixin.MinecraftServerMixin (adventure-platform-fabric.mixins.json) net.fabricmc.fabric.mixin.resource.loader.MinecraftServerMixin (fabric-resource-loader-v0.mixins.json) net.minecraft.class_2170: com.therandomlabs.randompatches.mixin.CommandManagerMixin (randompatches.mixins.json) net.fabricmc.fabric.mixin.command.CommandManagerMixin (fabric-command-api-v1.mixins.json) Fabric Mods: adventure-platform-fabric: adventure-platform-fabric 4.0.0-SNAPSHOT autoconfig1u: Auto Config v1 Updated 3.3.1 autoconfigtoml: AutoConfig-TOML 1.0.0-fabric cadmium: Cadmium 0.1.0-lucilletea.1 chunky-fabric: Chunky 1.2.8 cloth-basic-math: Cloth Basic Math 0.5.1 cloth-config2: Cloth Config v4 4.8.3 colorchat: colorchat 1.3.2 com_electronwill_night-config_core: core 3.6.3 com_electronwill_night-config_toml: toml 3.6.3 fabric: Fabric API 0.29.4+1.16 fabric-api-base: Fabric API Base 0.2.0+daa38b3d7d fabric-biome-api-v1: Fabric Biome API (v1) 3.1.1+ca58154a7d fabric-command-api-v1: Fabric Command API (v1) 1.0.10+ca58154a7d fabric-commands-v0: Fabric Commands (v0) 0.2.2+ca58154a7d fabric-containers-v0: Fabric Containers (v0) 0.1.10+ca58154a7d fabric-content-registries-v0: Fabric Content Registries (v0) 0.2.1+ca58154a7d fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.1.3+ca58154a7d fabric-dimensions-v1: fabric-dimensions-v1 2.0.2+ca58154a7d fabric-entity-events-v1: Fabric Entity Events (v1) 1.0.3+ca58154a7d fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.2+ca58154a7d fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.1+ca58154a7d fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.6+ca58154a7d fabric-item-api-v1: Fabric Item API (v1) 1.2.1+ca58154a7d fabric-item-groups-v0: Fabric Item Groups (v0) 0.2.3+ca58154a7d fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 1.2.1+ca58154a7d fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.0.2+ca58154a7d fabric-mining-levels-v0: Fabric Mining Levels (v0) 0.1.3+ca58154a7d fabric-networking-api-v1: Fabric Networking API (v1) 1.0.1+ca58154a7d fabric-networking-blockentity-v0: Fabric Networking Block Entity (v0) 0.2.8+ca58154a7d fabric-networking-v0: Fabric Networking (v0) 0.3.2+ca58154a7d fabric-object-builder-api-v1: Fabric Object Builder API (v1) 1.9.3+ca58154a7d fabric-object-builders-v0: Fabric Object Builders (v0) 0.7.2+ca58154a7d fabric-particles-v1: Fabric Particles (v1) 0.2.4+ca58154a7d fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.7.4+ca58154a7d fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.1.5+ca58154a7d fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.4.2+ca58154a7d fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.1.1+ca58154a7d fabric-structure-api-v1: Fabric Structure API (v1) 1.1.4+ca58154a7d fabric-tag-extensions-v0: Fabric Tag Extensions (v0) 1.1.1+ca58154a7d fabric-tool-attribute-api-v1: Fabric Tool Attribute API (v1) 1.2.6+ca58154a7d fabricloader: Fabric Loader 0.11.1 golfiv: Golf IV 0.0.1 hydrogen: Hydrogen 0.2-SNAPSHOT java: OpenJDK 64-Bit Server VM 11 krypton: Krypton 0.1.1 lazydfu: LazyDFU 0.1.1 lithium: Lithium 0.6.1 minecraft: Minecraft 1.16.5 minimotd-fabric: MiniMOTD 1.3.0+43b01fe-SNAPSHOT mixintrace: MixinTrace 1.0.0 net_gegy1000_just-now: just-now 0.1.0-SNAPSHOT net_kyori_adventure-api: adventure-api 4.4.0 net_kyori_adventure-key: adventure-key 4.4.0 net_kyori_adventure-platform-api: adventure-platform-api 4.0.0-SNAPSHOT net_kyori_adventure-text-feature-pagination: adventure-text-feature-pagination 4.0.0-SNAPSHOT net_kyori_adventure-text-minimessage: adventure-text-minimessage 4.1.0-SNAPSHOT net_kyori_adventure-text-serializer-gson: adventure-text-serializer-gson 4.4.0 net_kyori_adventure-text-serializer-plain: adventure-text-serializer-plain 4.4.0 net_kyori_examination-api: examination-api 1.0.0 net_kyori_examination-string: examination-string 1.0.0 player_events: Player Events 2.0.0 player_events_api: Player Events API 2.0.0 randompatches: RandomPatches 2.2.1-fabric starlight: Starlight 0.0.3 tic_tacs: Tic-TACS 0.1.3 Player Count: 0 / 250; [] Data Packs: vanilla, Fabric Mods Is Modded: Definitely; Server brand changed to 'fabric' Type: Dedicated Server (map_server.txt) ```
Titaniumtown commented 3 years ago

jesus... use pastebin

jukefr commented 3 years ago

so just to check that its not actually the disk write speed throttling the operation somehow i ran a quick benchmark

dd if=/dev/random of=/tmp/output bs=8k count=1000k; rm -f /tmp/output
1024000+0 records in
1024000+0 records out
8388608000 bytes (8.4 GB, 7.8 GiB) copied, 32.7489 s, 256 MB/s

I used iotop in parallel and I have the exact same reading on Total DISK WRITE so I trust that value to check the server process write speed.

Now I ran the chunky task with only chunky and tictacs, getting a CPS around 65ish

Total DISK WRITE     16.57 M/s

The write speed varies from 10 to 20 which is perfectly fine.

When I run with tictacs and starlight, getting around 130 CPS, surprisingly the Total DISK WRITE is far inferior to the one without starlight even if the CPS is far superior...

Total DISK WRITE     4.82 M/s

It varies from around 2 to 8 with peaks around 15 sometimes but mostly between 2-8...

It could also be that the one without starlight varies from very low to 10-20 fast and I dont see the transition while the one with starlight is more stable overall I guess ?

So the problem might come from Starlight but I don't see why it would do anything to chunk saving i thought it was only a lighting engine rewrite but i guess i will have to take a closer look at the code...

EDIT: as soon as I pause the chunky task the write speed jumps up

Total DISK WRITE     30.16 M/s

So I'm guessing that the problem is in fact that for some reason the chunk saving is not able to keep up with the chunk generation. And I guess that over time if the chunks that need to be saved become larger than the free memory available that would cause a crash and the saving logic is also probably not designed to handle 20G of data at a time if you have the memory to spare (like I do).

EDIT: the same problem also seems to happen with only chunky + stalight actually so i think its a bug with vanilla chunk saving which might not be in the scope of this rewrite

EDIT2: I also experience the exact same behavior with starlight_0.0.2

EDIT3: I also tried launching the server with only 8G of ram and no extra flags of any kind, same outcome.

EDIT4: same result with openjre 8 (previously using openjre11)

EDIT5: same result with oracle 8 jre

EDIT6: sync-chunk-writes seems to have no impact on the issue

jukefr commented 3 years ago

The more I look into this the more it looks like a problem with the vanilla chunk saving module not being able to keep up with chunks being generated at over around 70cps, at this point it looks like it just stores it all in memory until the tasks end and at this point will write the chunks.

I have disabled the max tick time by setting it to -1 to try and see if the chunk saving can manage to stay alive long enough to write however many gigabytes of data is needed to be writter, and kept sync writes to off as from my understanding on a unix platform it should be fine and prefered.

So if my assumptions are correct and that this isnt a result of some mix of weird mixins then its a bug in the vanilla chunk saving and probably need a rewrite or at least adjustments to handle this sort of rates which is probably not in the scope of this project so feel free to close this issue if you want but at least its documented somewhere...

supsm commented 3 years ago

Unsure if this is related, but sometimes when I stop my server, it will hang at saving chunks for overworld/nether/end. It's quite annoying to be honest. Also, sometimes chunks won't load at all. Would downgrading back to 0.1.2 help this?

jukefr commented 3 years ago

I wrote a quick mixin to hook on the chunk save queue method and the actual io write return result. The result is what was expected. The queue saves just pile up and once the generation task is over they just start actually writing to file.

``` [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-7, 26] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [11, 12] [19:46:05] [IO-Worker-10/INFO]: [Kekmium] wrote chunk [9, 25] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [6, 5] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [2, 8] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [8, 7] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-3, 22] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [1, 7] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [13, 5] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-7, 12] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-5, 12] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-7, 5] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [9, 7] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [3, 4] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [8, 21] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-7, 25] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [14, 4] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [13, 19] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [2, 16] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [11, 5] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [11, 20] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [15, 23] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [14, 24] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-2, 21] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [4, 10] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [10, 25] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [12, 22] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [1, 9] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [2, 26] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [7, 16] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [11, 19] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [3, 13] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [3, 18] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [15, 13] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [4, 24] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [12, 21] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [7, 9] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [8, 26] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-1, 20] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-6, 22] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [9, 17] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-7, 18] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [8, 6] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [1, 8] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [6, 16] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [12, 15] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [12, 5] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [7, 22] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-1, 10] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [2, 5] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [13, 20] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-1, 21] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [-2, 4] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [2, 19] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [4, 18] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [1, 18] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [10, 26] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [13, 25] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [13, 4] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [2, 9] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-3, 16] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-7, 11] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-3, 21] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-4, 23] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [0, 20] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [10, 6] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [10, 16] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-5, 21] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [5, 18] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [-7, 9] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [14, 17] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [12, 12] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [15, 4] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [11, 26] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [0, 10] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-2, 11] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [5, 8] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [14, 10] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [13, 18] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [15, 14] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-5, 11] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [6, 6] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-4, 16] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-6, 12] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-1, 14] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [9, 4] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-5, 25] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [1, 5] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [2, 10] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-2, 9] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [0, 7] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [15, 5] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-6, 26] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [3, 10] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-5, 18] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [7, 20] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [4, 20] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [13, 13] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-4, 19] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [0, 14] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [6, 20] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-3, 20] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [7, 10] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-3, 6] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [15, 26] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [9, 6] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-5, 4] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [9, 25] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [11, 20] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [12, 21] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-2, 4] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-7, 9] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [10, 24] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [14, 20] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [13, 21] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-1, 22] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [15, 12] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [5, 9] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-2, 24] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [8, 19] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [9, 20] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-6, 13] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [12, 20] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [6, 21] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [6, 7] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [2, 25] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [11, 9] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [13, 10] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [10, 10] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-3, 17] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [5, 22] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [14, 11] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [12, 6] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [2, 4] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [7, 11] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [1, 19] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [0, 21] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [4, 9] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-4, 9] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [10, 17] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [13, 24] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [1, 12] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-7, 19] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-6, 6] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-4, 10] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-2, 10] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [15, 25] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-3, 9] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [6, 19] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-1, 13] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [10, 18] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [6, 14] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-7, 10] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [0, 13] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [15, 11] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-7, 20] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-5, 19] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-1, 23] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [1, 11] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-6, 5] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [14, 9] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-6, 20] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [12, 7] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [1, 26] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [3, 20] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-1, 8] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [8, 9] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [14, 19] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [0, 8] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [10, 4] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [12, 14] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [7, 21] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [13, 22] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [9, 12] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [15, 6] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [10, 23] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-3, 19] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-2, 23] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [9, 5] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-4, 18] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [4, 19] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [11, 10] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [5, 16] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [9, 19] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [2, 11] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-5, 24] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [10, 9] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-4, 11] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [4, 8] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [5, 15] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-1, 7] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [0, 22] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [14, 22] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [13, 11] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [8, 18] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-6, 14] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [3, 11] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [11, 21] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [9, 26] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [1, 25] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-2, 16] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [3, 21] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [2, 24] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [6, 13] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [1, 6] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [14, 12] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [8, 8] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-3, 8] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-4, 8] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-4, 21] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-6, 19] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [1, 20] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-3, 25] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [13, 8] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [9, 23] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [14, 13] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [0, 26] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [10, 12] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [2, 22] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [13, 23] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-3, 4] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [9, 13] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [6, 23] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-1, 24] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-3, 11] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [8, 10] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-7, 21] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-4, 12] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [14, 8] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-7, 16] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [4, 6] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-2, 17] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [5, 21] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-2, 7] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-3, 18] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [15, 7] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [13, 15] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [10, 19] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [12, 8] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [15, 17] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [0, 16] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-6, 8] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [4, 7] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [1, 24] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-6, 18] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-4, 7] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [1, 14] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-7, 7] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [10, 22] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [8, 24] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-1, 6] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-1, 16] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [2, 13] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [15, 10] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [15, 20] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [7, 13] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [5, 14] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-5, 17] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [11, 17] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [11, 22] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [7, 18] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [5, 4] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [5, 24] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [4, 22] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [12, 18] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [8, 17] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [6, 12] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [3, 9] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-6, 25] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [11, 7] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [9, 22] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [3, 22] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-2, 26] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-3, 10] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [2, 23] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [0, 6] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-3, 5] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-4, 20] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [9, 14] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [4, 14] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [10, 24] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-7, 15] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [8, 16] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-5, 5] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [14, 14] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-2, 15] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [15, 18] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-5, 7] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-4, 6] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-3, 26] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-2, 8] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [12, 9] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [14, 21] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-2, 18] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-1, 15] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [9, 24] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [13, 14] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [13, 9] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-7, 22] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [6, 22] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [1, 4] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-4, 13] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-4, 26] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [11, 8] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [8, 11] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [7, 12] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [11, 16] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [14, 7] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [10, 21] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-1, 26] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [6, 11] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [12, 26] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [1, 13] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [9, 11] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [2, 12] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-2, 25] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [4, 13] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [1, 23] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-7, 8] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [8, 25] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [9, 21] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-6, 17] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [12, 19] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [3, 8] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [15, 19] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [7, 26] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [3, 23] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-6, 7] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [5, 13] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [0, 15] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [5, 23] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-5, 26] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [0, 25] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [10, 11] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [7, 19] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [7, 5] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [0, 5] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [4, 21] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [15, 9] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [11, 23] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-1, 5] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-5, 6] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-5, 16] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [2, 15] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-1, 4] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [5, 19] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-2, 14] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [11, 25] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-7, 14] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [3, 24] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [4, 15] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-4, 14] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [8, 22] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-7, 4] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-4, 24] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [5, 12] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [3, 14] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [0, 24] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [8, 5] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [8, 15] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [6, 10] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [12, 16] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [4, 25] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [5, 5] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [0, 17] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-5, 8] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [5, 26] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [15, 22] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-6, 16] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [10, 14] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [1, 22] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [1, 15] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [7, 15] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-6, 9] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [11, 4] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [14, 15] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-4, 5] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [3, 7] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-6, 23] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [14, 16] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-2, 19] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [3, 17] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [2, 20] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [15, 15] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [12, 25] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-5, 22] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [9, 10] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [0, 4] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [15, 8] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-1, 11] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [11, 15] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [14, 6] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [6, 17] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-5, 15] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [10, 20] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [8, 12] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-2, 5] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [10, 7] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-4, 15] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [12, 11] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [0, 11] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [13, 17] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-1, 18] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [9, 15] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-7, 24] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-1, 25] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [7, 25] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [14, 25] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [7, 6] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [4, 4] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [7, 24] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [5, 25] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [6, 24] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [5, 6] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [8, 14] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-6, 10] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [3, 15] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [1, 21] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [11, 24] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-4, 4] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [4, 5] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-3, 14] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [7, 4] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [7, 14] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [12, 17] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [6, 4] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [13, 7] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-4, 25] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [5, 11] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [4, 12] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-5, 14] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [11, 14] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [5, 20] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [15, 16] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-2, 13] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-3, 24] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [1, 16] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [10, 13] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-6, 15] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [0, 23] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [0, 18] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [6, 9] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [3, 25] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [3, 6] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-3, 12] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [2, 21] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [4, 26] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [8, 4] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-5, 9] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [14, 26] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [2, 7] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [7, 7] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [15, 21] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [10, 8] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [13, 6] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [7, 17] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-1, 17] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [12, 10] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-3, 23] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-3, 13] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [9, 16] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [4, 23] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [13, 16] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-7, 23] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-2, 6] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [9, 9] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [3, 16] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [4, 16] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [14, 5] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [12, 24] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [2, 14] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [8, 13] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-7, 6] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [6, 18] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-1, 12] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-6, 24] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-2, 20] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [8, 23] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [6, 25] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-7, 13] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [11, 13] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-3, 15] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-6, 21] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [4, 11] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [11, 11] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-2, 22] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [15, 24] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [14, 23] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [11, 6] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [0, 12] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [3, 5] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [6, 8] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [12, 23] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-6, 11] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [9, 8] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [11, 18] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [5, 7] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-1, 19] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [12, 13] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [0, 19] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-5, 20] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [10, 5] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-1, 9] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [6, 15] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [7, 8] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [1, 10] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-6, 4] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [9, 18] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-5, 23] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [3, 26] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [5, 10] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [3, 19] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [1, 17] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-5, 13] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [8, 20] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [2, 17] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [2, 18] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [3, 12] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [4, 17] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [10, 15] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-4, 17] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-2, 12] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [6, 26] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [2, 6] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [7, 23] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-4, 22] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-5, 10] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [12, 4] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-7, 17] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-3, 7] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [13, 26] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [0, 9] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [5, 17] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [14, 18] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [13, 12] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-7, 26] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [11, 12] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [6, 5] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [2, 8] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [8, 7] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-3, 22] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [1, 7] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [13, 5] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-7, 12] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-5, 12] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-7, 5] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [9, 7] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [3, 4] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [8, 21] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-7, 25] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [14, 4] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [13, 19] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [2, 16] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [11, 5] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [15, 23] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [14, 24] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-2, 21] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [4, 10] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [10, 25] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [12, 22] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [1, 9] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [2, 26] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [7, 16] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [11, 19] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [3, 13] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [3, 18] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [15, 13] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [4, 24] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [7, 9] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [8, 26] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-1, 20] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-6, 22] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [9, 17] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-7, 18] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [8, 6] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [1, 8] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [6, 16] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [12, 15] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [12, 5] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [7, 22] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-1, 10] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [2, 5] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [13, 20] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-1, 21] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [2, 19] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [4, 18] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [1, 18] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [10, 26] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [13, 25] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [13, 4] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [2, 9] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-3, 16] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-7, 11] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-3, 21] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-4, 23] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [0, 20] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [10, 6] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [10, 16] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-5, 21] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [5, 18] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [14, 17] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [12, 12] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [15, 4] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [11, 26] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [0, 10] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-2, 11] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [5, 8] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [14, 10] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [13, 18] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [15, 14] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-5, 11] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [6, 6] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-4, 16] [19:46:05] [Server thread/INFO]: [Kekmium] queued for saving chunk [-6, 12] # TASK PAUSED AROUND THIS TIMEMARK [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [14, 20] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [13, 21] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [-1, 22] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [15, 12] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [5, 9] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-2, 24] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [8, 19] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [9, 20] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [-6, 13] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [12, 20] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [6, 21] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [6, 7] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [2, 25] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [11, 9] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [13, 10] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [10, 10] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [-3, 17] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [5, 22] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [14, 11] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [12, 6] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [2, 4] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [7, 11] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [1, 19] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [0, 21] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [4, 9] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-4, 9] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [10, 17] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [13, 24] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [1, 12] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-7, 19] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [-6, 6] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-4, 10] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [-2, 10] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [15, 25] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [-3, 9] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [6, 19] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [-1, 13] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [10, 18] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [6, 14] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-7, 10] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [0, 13] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [15, 11] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [-7, 20] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-5, 19] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [-1, 23] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [1, 11] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [-6, 5] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [14, 9] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [-6, 20] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [12, 7] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [1, 26] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [3, 20] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [-1, 8] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [8, 9] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [14, 19] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [0, 8] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [10, 4] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [12, 14] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [7, 21] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [13, 22] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [9, 12] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [15, 6] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [10, 23] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-3, 19] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [-2, 23] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [9, 5] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [-4, 18] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [4, 19] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [11, 10] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [5, 16] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [9, 19] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [2, 11] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [-5, 24] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [10, 9] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [-4, 11] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [4, 8] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [5, 15] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1, 7] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [0, 22] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [14, 22] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [13, 11] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [8, 18] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [-6, 14] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [3, 11] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [11, 21] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [9, 26] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [1, 25] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-2, 16] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [3, 21] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [2, 24] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [6, 13] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [1, 6] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [14, 12] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [8, 8] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [-3, 8] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-4, 8] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [-4, 21] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-6, 19] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [1, 20] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-3, 25] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [13, 8] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [9, 23] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [14, 13] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [0, 26] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [10, 12] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [2, 22] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [13, 23] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-3, 4] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [9, 13] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [6, 23] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [-1, 24] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-3, 11] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [8, 10] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-7, 21] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [-4, 12] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [14, 8] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [-7, 16] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [4, 6] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [-2, 17] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [5, 21] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [-2, 7] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-3, 18] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [15, 7] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [13, 15] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [10, 19] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [12, 8] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [15, 17] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [0, 16] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [-6, 8] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [4, 7] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [1, 24] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-6, 18] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [-4, 7] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [1, 14] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [-7, 7] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [10, 22] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [8, 24] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1, 6] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [-1, 16] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [2, 13] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [15, 10] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [15, 20] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [7, 13] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [5, 14] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [-5, 17] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [11, 17] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [11, 22] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [7, 18] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [5, 4] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [5, 24] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [4, 22] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [12, 18] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [8, 17] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [6, 12] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [3, 9] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-6, 25] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [11, 7] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [9, 22] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [3, 22] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-2, 26] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [-3, 10] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [2, 23] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [0, 6] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-3, 5] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [-4, 20] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [9, 14] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [4, 14] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-7, 15] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [8, 16] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-5, 5] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [14, 14] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-2, 15] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [15, 18] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-5, 7] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [-4, 6] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-3, 26] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [-2, 8] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [12, 9] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [14, 21] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-2, 18] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [-1, 15] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [9, 24] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [13, 14] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [13, 9] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [-7, 22] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [6, 22] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [1, 4] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-4, 13] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [-4, 26] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [11, 8] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [8, 11] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [7, 12] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [11, 16] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [14, 7] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [10, 21] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1, 26] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [6, 11] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [12, 26] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [1, 13] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [9, 11] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [2, 12] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-2, 25] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [4, 13] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [1, 23] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [-7, 8] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [8, 25] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [9, 21] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-6, 17] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [12, 19] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [3, 8] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [15, 19] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [7, 26] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [3, 23] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-6, 7] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [5, 13] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [0, 15] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [5, 23] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-5, 26] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [0, 25] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [10, 11] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [7, 19] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [7, 5] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [0, 5] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [4, 21] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [15, 9] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [11, 23] [19:46:05] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [-1, 5] [19:46:05] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-5, 6] [19:46:06] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [-5, 16] [19:46:06] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [2, 15] [19:46:06] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [-1, 4] [19:46:06] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [5, 19] [19:46:06] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [-2, 14] [19:46:06] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [11, 25] [19:46:06] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [-7, 14] [19:46:06] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [3, 24] [19:46:06] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [4, 15] [19:46:06] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-4, 14] [19:46:06] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [8, 22] [19:46:06] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-7, 4] [19:46:06] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [-4, 24] [19:46:06] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [5, 12] [19:46:06] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [3, 14] [19:46:06] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [0, 24] [19:46:06] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [8, 5] [19:46:06] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [8, 15] [19:46:06] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [6, 10] [19:46:06] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [12, 16] [19:46:06] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [4, 25] [19:46:06] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [5, 5] [19:46:06] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [0, 17] [19:46:06] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-5, 8] [19:46:06] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [5, 26] [19:46:06] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [15, 22] [19:46:06] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [-6, 16] [19:46:06] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [10, 14] [19:46:06] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [1, 22] [19:46:06] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [1, 15] [19:46:06] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [7, 15] [19:46:06] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-6, 9] [19:46:06] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [11, 4] [19:46:06] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [14, 15] [19:46:06] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [-4, 5] [19:46:06] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [3, 7] [19:46:06] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [-6, 23] [19:46:06] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [14, 16] [19:46:06] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [-2, 19] [19:46:06] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [3, 17] [19:46:06] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [2, 20] [19:46:06] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [15, 15] [19:46:06] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [12, 25] [19:46:06] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-5, 22] [19:46:06] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [9, 10] [19:46:06] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [0, 4] [19:46:06] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [15, 8] [19:46:06] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1, 11] [19:46:06] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [11, 15] [19:46:06] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [14, 6] [19:46:06] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [6, 17] [19:46:06] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-5, 15] [19:46:06] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [10, 20] [19:46:06] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [8, 12] [19:46:06] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [-2, 5] [19:46:06] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [10, 7] [19:46:06] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [-4, 15] [19:46:06] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [12, 11] [19:46:06] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [0, 11] [19:46:06] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [13, 17] [19:46:06] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [-1, 18] [19:46:06] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [9, 15] [19:46:06] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [-7, 24] [19:46:06] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1, 25] [19:46:06] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [7, 25] [19:46:06] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [14, 25] [19:46:06] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [7, 6] [19:46:06] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [4, 4] [19:46:06] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [7, 24] [19:46:06] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [5, 25] [19:46:06] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [6, 24] [19:46:06] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [5, 6] [19:46:06] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [8, 14] [19:46:06] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-6, 10] [19:46:06] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [3, 15] [19:46:06] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [1, 21] [19:46:06] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [11, 24] [19:46:06] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-4, 4] [19:46:06] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [4, 5] [19:46:06] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-3, 14] [19:46:06] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [7, 4] [19:46:06] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [7, 14] [19:46:06] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [12, 17] [19:46:06] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [6, 4] [19:46:06] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [13, 7] [19:46:06] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-4, 25] [19:46:06] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [5, 11] [19:46:06] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [4, 12] [19:46:06] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [-5, 14] [19:46:06] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [11, 14] [19:46:06] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [5, 20] [19:46:06] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [15, 16] [19:46:06] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [-2, 13] [19:46:06] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-3, 24] [19:46:06] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [1, 16] [19:46:06] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [10, 13] [19:46:06] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [-6, 15] [19:46:06] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [0, 23] [19:46:06] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [0, 18] [19:46:06] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [6, 9] [19:46:06] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [3, 25] [19:46:06] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [3, 6] [19:46:06] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [-3, 12] [19:46:06] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [2, 21] [19:46:06] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [4, 26] [19:46:06] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [8, 4] [19:46:06] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [-5, 9] [19:46:06] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [14, 26] [19:46:06] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [2, 7] [19:46:06] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [7, 7] [19:46:06] [IO-Worker-15/INFO]: [Kekmium] wrote chunk [15, 21] ```

This was with sync-chunk-writes=true

And this is a log with sync-chunk-writes=false

``` [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-127, 1638] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-114, 1635] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1259, 1637] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-106, 1621] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-111, 1625] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-120, 1624] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-106, 1631] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-118, 1633] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1260, 1636] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-132, 1636] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-115, 1617] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-132, 1626] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-117, 1630] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-135, 1613] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-100, 1626] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-124, 1614] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-105, 1613] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-135, 1632] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1261, 1628] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1258, 1634] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-102, 1628] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-132, 1616] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-133, 1613] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-108, 1617] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-134, 1633] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-141, 1614] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-132, 1621] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-129, 1626] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-117, 1615] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-126, 1624] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-140, 1627] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-111, 1638] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1258, 1629] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-111, 1628] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-140, 1632] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-119, 1616] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-108, 1622] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-124, 1633] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-124, 1629] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-129, 1636] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1257, 1634] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-131, 1628] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1261, 1638] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1261, 1639] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-143, 1630] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-142, 1635] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1260, 1633] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-133, 1632] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-112, 1633] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-113, 1619] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-137, 1636] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-140, 1613] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-137, 1616] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-130, 1636] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-125, 1616] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-118, 1615] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-123, 1613] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-133, 1637] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-136, 1618] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-135, 1618] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-130, 1621] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-126, 1629] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-122, 1631] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-137, 1635] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-138, 1636] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-102, 1635] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-117, 1635] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-108, 1636] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-104, 1625] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-122, 1636] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-100, 1639] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-130, 1616] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-126, 1614] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-138, 1616] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-123, 1639] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-143, 1623] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-103, 1631] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-125, 1634] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-136, 1633] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-125, 1614] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1259, 1626] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1258, 1638] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-103, 1627] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-120, 1617] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-142, 1615] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-112, 1620] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-121, 1637] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-110, 1631] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-121, 1618] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-139, 1624] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-133, 1639] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-130, 1623] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-144, 1621] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-144, 1616] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-100, 1614] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-126, 1639] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-144, 1626] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1257, 1629] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-134, 1617] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1257, 1633] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-108, 1629] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-125, 1629] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-107, 1631] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-127, 1631] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-102, 1616] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-123, 1623] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-104, 1621] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-139, 1614] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-135, 1620] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-128, 1632] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-131, 1616] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-135, 1625] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-125, 1639] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-140, 1620] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1261, 1629] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-141, 1626] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-126, 1636] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-139, 1619] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-128, 1637] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-122, 1638] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-144, 1631] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-140, 1639] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-143, 1618] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-128, 1623] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1259, 1631] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-113, 1631] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-112, 1621] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-109, 1626] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-108, 1621] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-118, 1622] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-120, 1623] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-107, 1630] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-113, 1621] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-141, 1630] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-132, 1637] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-138, 1614] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1260, 1628] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-101, 1629] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-118, 1617] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-123, 1633] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-112, 1616] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-132, 1620] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-134, 1635] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-141, 1635] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1260, 1630] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-126, 1631] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-135, 1630] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-124, 1628] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-138, 1624] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-120, 1613] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-125, 1623] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-104, 1627] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-116, 1624] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-137, 1615] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1259, 1627] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1258, 1633] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-113, 1626] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1261, 1634] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-130, 1639] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-144, 1636] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1257, 1638] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-108, 1616] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-130, 1620] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-115, 1616] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-139, 1629] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-106, 1629] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-144, 1617] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-104, 1632] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-105, 1621] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-126, 1626] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-143, 1621] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1258, 1628] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-122, 1623] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-121, 1638] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-143, 1631] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-137, 1630] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-121, 1633] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1257, 1630] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-111, 1636] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1261, 1632] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-131, 1629] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-139, 1617] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-129, 1616] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-122, 1613] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-124, 1634] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-111, 1617] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-131, 1624] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-131, 1614] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-129, 1635] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-114, 1633] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-110, 1619] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-102, 1614] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-128, 1633] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-137, 1620] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-131, 1619] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-142, 1613] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-120, 1638] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-107, 1635] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-122, 1626] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-137, 1625] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-121, 1628] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-110, 1634] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-139, 1635] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1259, 1628] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-101, 1622] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1259, 1636] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-133, 1630] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-104, 1619] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1261, 1637] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-130, 1630] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-104, 1614] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-100, 1633] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1260, 1638] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-127, 1633] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-132, 1632] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-109, 1614] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-115, 1631] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-127, 1620] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-132, 1625] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-123, 1621] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-109, 1634] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-129, 1621] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1258, 1631] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-105, 1630] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1257, 1635] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-110, 1629] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-119, 1615] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-110, 1624] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1260, 1639] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-139, 1630] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-134, 1623] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-120, 1628] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-134, 1628] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-113, 1633] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-126, 1619] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-114, 1613] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-101, 1636] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-102, 1634] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-138, 1635] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-143, 1616] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-127, 1630] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-127, 1623] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-125, 1613] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-141, 1615] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-106, 1636] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-112, 1625] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-105, 1635] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1257, 1627] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-115, 1626] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-116, 1617] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-144, 1637] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1261, 1635] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1259, 1633] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1260, 1634] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-100, 1628] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-104, 1639] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1258, 1639] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-126, 1638] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-109, 1639] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-108, 1631] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-118, 1638] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-103, 1626] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-120, 1633] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-117, 1637] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-142, 1620] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-100, 1623] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-133, 1615] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-128, 1613] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-119, 1620] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-114, 1621] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1260, 1629] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-114, 1628] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1257, 1632] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-136, 1638] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-142, 1639] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-119, 1633] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1259, 1638] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-141, 1625] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-102, 1624] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-130, 1615] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-117, 1618] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-128, 1618] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-133, 1625] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-109, 1621] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-107, 1623] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-103, 1632] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-121, 1623] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1257, 1636] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-101, 1634] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1259, 1634] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-119, 1628] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-109, 1619] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-140, 1637] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-133, 1620] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-100, 1618] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-123, 1628] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-112, 1635] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-136, 1619] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-105, 1625] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-140, 1615] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-121, 1613] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1261, 1627] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-114, 1626] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-133, 1622] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-138, 1638] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-129, 1633] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-138, 1633] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-116, 1629] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-113, 1623] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-108, 1614] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-105, 1623] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-132, 1618] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1259, 1630] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-111, 1631] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-126, 1617] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-138, 1619] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-128, 1615] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-140, 1617] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-108, 1619] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1258, 1636] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-118, 1631] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-112, 1637] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-125, 1618] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-137, 1639] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-136, 1636] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-113, 1618] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1261, 1631] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-117, 1628] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-132, 1634] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-127, 1635] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-100, 1616] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-103, 1614] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-125, 1625] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-110, 1614] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-111, 1622] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-132, 1623] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-106, 1624] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-117, 1623] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-141, 1622] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-120, 1621] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-127, 1615] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-115, 1614] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-132, 1639] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-103, 1619] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-139, 1637] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-122, 1628] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-100, 1635] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-126, 1622] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-101, 1627] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-142, 1632] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-114, 1616] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1258, 1627] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-136, 1631] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-102, 1631] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1260, 1632] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-103, 1639] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-130, 1625] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-142, 1622] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-131, 1633] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1258, 1637] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1257, 1637] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-142, 1627] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-136, 1626] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-136, 1616] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-140, 1630] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-125, 1637] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-140, 1635] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-122, 1621] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-119, 1613] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-141, 1637] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-116, 1619] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-107, 1614] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-133, 1635] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-115, 1621] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-116, 1638] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-103, 1634] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-143, 1626] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-128, 1628] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1258, 1626] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-109, 1631] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1260, 1637] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1261, 1636] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-119, 1635] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-140, 1622] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-106, 1615] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-120, 1615] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-135, 1635] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-132, 1613] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-118, 1636] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-123, 1616] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-106, 1634] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-114, 1638] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-110, 1639] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-144, 1619] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-102, 1639] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-107, 1618] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-138, 1621] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-138, 1631] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-144, 1629] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-108, 1633] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-108, 1626] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-117, 1632] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1261, 1626] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-134, 1620] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-127, 1628] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-138, 1626] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-125, 1632] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-104, 1624] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-135, 1623] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-128, 1635] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-144, 1634] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-141, 1623] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-124, 1616] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1259, 1629] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-139, 1622] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1259, 1639] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1260, 1635] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-113, 1628] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-126, 1633] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-142, 1637] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-112, 1630] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1369, 1628] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-115, 1628] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1361, 1633] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-113, 1638] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-103, 1624] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-131, 1638] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1362, 1637] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-123, 1636] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-142, 1618] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-129, 1613] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-134, 1615] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-129, 1618] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-122, 1616] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-110, 1626] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1383, 1631] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-110, 1621] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-139, 1627] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-134, 1625] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-144, 1624] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-101, 1617] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-136, 1621] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-137, 1632] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-113, 1613] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-124, 1636] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-129, 1628] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1344, 1629] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-107, 1628] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-102, 1626] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-102, 1619] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-108, 1639] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-117, 1613] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-123, 1626] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1359, 1627] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-134, 1630] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-104, 1634] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-141, 1617] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-115, 1633] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-135, 1628] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-129, 1623] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-137, 1613] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-139, 1632] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-105, 1616] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-130, 1613] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-122, 1633] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-143, 1633] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-131, 1631] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-124, 1626] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-143, 1638] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1339, 1628] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-106, 1619] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-118, 1624] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-111, 1626] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-121, 1621] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-129, 1638] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-135, 1615] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-124, 1621] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-130, 1618] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-116, 1633] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-125, 1620] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-119, 1631] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1391, 1626] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-120, 1616] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-127, 1616] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1360, 1632] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1345, 1637] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-133, 1617] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-116, 1614] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-106, 1639] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-144, 1639] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-127, 1632] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-122, 1639] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-106, 1620] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-124, 1618] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-144, 1620] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-107, 1620] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-127, 1637] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-131, 1637] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-122, 1620] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-103, 1628] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-109, 1617] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-134, 1613] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-102, 1622] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-119, 1617] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-114, 1624] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-136, 1617] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-129, 1625] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-107, 1625] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-139, 1620] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-139, 1639] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1362, 1627] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-111, 1627] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-101, 1632] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-115, 1635] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-135, 1631] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-121, 1615] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-134, 1632] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-132, 1615] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-110, 1628] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-102, 1627] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-113, 1637] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-135, 1621] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-139, 1613] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-116, 1634] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-128, 1617] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-103, 1635] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1384, 1626] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-123, 1638] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-141, 1618] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-100, 1615] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-140, 1619] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-104, 1622] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-101, 1613] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-117, 1614] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-109, 1636] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-100, 1630] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-115, 1613] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-108, 1613] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-130, 1627] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-104, 1617] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-141, 1613] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1381, 1630] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-136, 1622] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-117, 1634] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-108, 1618] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-113, 1616] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-120, 1620] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-107, 1627] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1387, 1617] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-103, 1630] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-142, 1624] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-101, 1638] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-124, 1625] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-105, 1637] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1254, 1635] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-111, 1614] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-102, 1617] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-105, 1627] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-132, 1617] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-116, 1621] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-138, 1637] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-117, 1639] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-120, 1635] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-142, 1616] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-128, 1631] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-107, 1632] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1254, 1628] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1339, 1638] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-108, 1628] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-119, 1638] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1355, 1632] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1387, 1636] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-131, 1627] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-143, 1629] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-140, 1624] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-105, 1622] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-133, 1633] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-118, 1639] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-124, 1632] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-144, 1627] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-130, 1617] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-100, 1620] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-124, 1630] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1353, 1628] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1373, 1637] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-118, 1629] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1359, 1637] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-125, 1630] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-143, 1624] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1367, 1630] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1346, 1635] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-109, 1629] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-126, 1615] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1366, 1637] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-132, 1635] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-118, 1619] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-137, 1627] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-144, 1632] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-129, 1637] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-142, 1629] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-125, 1635] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-121, 1636] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-136, 1629] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-132, 1622] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1343, 1628] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-128, 1626] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1342, 1628] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-123, 1631] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1389, 1631] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-140, 1628] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-134, 1639] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-141, 1634] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1390, 1636] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-130, 1632] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-114, 1636] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-133, 1638] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-129, 1632] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-140, 1638] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-139, 1625] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-117, 1621] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-128, 1636] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-133, 1628] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-137, 1634] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-113, 1630] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1366, 1627] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-138, 1627] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1355, 1637] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-112, 1634] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-128, 1621] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1365, 1637] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1340, 1637] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-127, 1627] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1342, 1633] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-130, 1637] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-121, 1626] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-109, 1624] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-143, 1619] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-135, 1617] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-122, 1625] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-104, 1629] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-129, 1639] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-122, 1635] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-103, 1623] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-137, 1637] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-143, 1614] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-143, 1634] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-115, 1639] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-112, 1619] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1381, 1626] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1369, 1638] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-114, 1631] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-142, 1636] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1366, 1632] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-110, 1637] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-138, 1617] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-110, 1632] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-131, 1617] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-124, 1637] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-122, 1630] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-138, 1622] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-126, 1628] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-125, 1615] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-114, 1615] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-143, 1617] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-136, 1639] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-128, 1619] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-137, 1624] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-109, 1622] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1392, 1626] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-119, 1626] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1379, 1639] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1384, 1636] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-125, 1628] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1344, 1633] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1392, 1636] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-130, 1629] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-139, 1618] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1387, 1632] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-120, 1618] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-104, 1636] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-141, 1627] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-144, 1615] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-139, 1634] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-144, 1622] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1392, 1631] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1391, 1636] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-114, 1629] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-127, 1618] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-127, 1613] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1372, 1634] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1379, 1634] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-118, 1626] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-133, 1626] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-108, 1635] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-124, 1639] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-119, 1622] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-119, 1636] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-123, 1629] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-123, 1624] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1347, 1628] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-129, 1630] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-135, 1626] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-134, 1627] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-121, 1624] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-128, 1638] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-139, 1615] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-141, 1632] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-121, 1619] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-115, 1630] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-129, 1620] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-131, 1615] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-134, 1637] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-124, 1623] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-143, 1636] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-120, 1637] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-144, 1625] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-113, 1625] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-126, 1630] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1256, 1626] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1368, 1637] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-112, 1627] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-123, 1614] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-115, 1637] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1360, 1637] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-137, 1622] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-125, 1622] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-134, 1618] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-105, 1632] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-130, 1635] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-123, 1619] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-122, 1637] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-100, 1625] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-126, 1635] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-112, 1632] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-110, 1630] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-102, 1636] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-103, 1616] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-114, 1619] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1383, 1626] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-138, 1629] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-113, 1620] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-122, 1618] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-130, 1622] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-108, 1637] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1370, 1632] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-116, 1616] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-137, 1617] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-103, 1637] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-109, 1638] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-112, 1614] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-125, 1627] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-131, 1635] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-106, 1637] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-103, 1621] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-113, 1635] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-107, 1622] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-121, 1631] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-115, 1623] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-106, 1622] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-117, 1619] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-111, 1619] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1256, 1634] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1385, 1632] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1345, 1632] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-106, 1627] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-135, 1638] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-106, 1632] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-120, 1630] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-132, 1630] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-127, 1625] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-111, 1639] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-108, 1623] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-105, 1614] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-133, 1619] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-110, 1616] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-141, 1639] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-107, 1637] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-104, 1615] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-133, 1614] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-118, 1614] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-116, 1636] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-117, 1616] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-141, 1620] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-140, 1633] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1252, 1627] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-133, 1624] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-106, 1617] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-111, 1634] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-135, 1633] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-140, 1614] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-105, 1619] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-120, 1625] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-115, 1618] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-118, 1634] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-131, 1622] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-132, 1627] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-142, 1634] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1370, 1627] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-100, 1627] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-112, 1639] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-115, 1625] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-117, 1626] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-136, 1614] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-101, 1635] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-129, 1615] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-111, 1624] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-101, 1625] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-110, 1623] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-100, 1637] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-118, 1621] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-101, 1620] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-110, 1618] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-134, 1622] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-136, 1624] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1352, 1627] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-111, 1629] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1252, 1632] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1370, 1637] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-116, 1631] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-100, 1632] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1380, 1636] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-107, 1615] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-142, 1631] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-130, 1634] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-120, 1632] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-108, 1630] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-102, 1629] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-101, 1630] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-136, 1634] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1360, 1627] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-116, 1626] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-104, 1631] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-105, 1639] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-124, 1613] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-101, 1615] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-126, 1620] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-137, 1629] [19:52:07] [Server thread/INFO]: [Kekmium] queued for saving chunk [-131, 1639] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1376, 1628] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1346, 1628] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1389, 1638] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1378, 1631] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1348, 1633] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1374, 1633] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1355, 1627] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1383, 1636] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1341, 1633] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1252, 1637] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1351, 1629] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1379, 1631] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1378, 1636] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1371, 1636] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1363, 1634] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1351, 1633] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1358, 1637] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1343, 1637] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1357, 1627] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1373, 1632] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1375, 1627] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1358, 1632] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1356, 1638] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1376, 1638] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1255, 1627] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1353, 1635] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1244, 1632] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1247, 1638] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1243, 1632] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1246, 1630] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1242, 1637] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1246, 1637] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1245, 1632] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1239, 1626] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1241, 1631] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1251, 1639] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1239, 1633] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1240, 1632] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1248, 1632] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1248, 1627] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1240, 1637] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1251, 1632] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1245, 1637] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1249, 1626] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1243, 1637] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1241, 1628] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1238, 1637] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1240, 1627] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1242, 1629] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1250, 1632] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1364, 1637] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1377, 1636] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1349, 1631] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1247, 1628] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1354, 1636] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1341, 1626] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1356, 1631] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1250, 1637] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1347, 1633] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1367, 1637] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1357, 1637] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1365, 1629] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1354, 1633] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1362, 1632] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1347, 1638] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1357, 1618] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1353, 1638] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1254, 1638] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1250, 1636] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1253, 1636] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1345, 1627] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1378, 1637] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1352, 1628] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1255, 1631] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1255, 1626] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1249, 1637] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1380, 1632] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1349, 1627] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1385, 1631] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1251, 1628] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1384, 1633] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1353, 1631] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1345, 1628] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1372, 1631] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1341, 1629] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1345, 1633] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1347, 1637] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1369, 1635] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1389, 1635] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1382, 1632] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1390, 1631] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1374, 1637] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1239, 1637] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1391, 1630] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1244, 1635] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1358, 1633] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1375, 1632] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1380, 1637] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1373, 1627] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1339, 1631] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1391, 1633] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1368, 1627] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1357, 1632] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1241, 1635] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1367, 1633] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1368, 1632] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1343, 1632] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1386, 1631] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1371, 1637] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1241, 1638] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1378, 1632] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1377, 1633] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1371, 1632] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1363, 1638] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1358, 1626] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1367, 1626] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1354, 1626] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1361, 1626] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1374, 1626] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1237, 1632] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1236, 1632] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1236, 1627] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1237, 1635] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1236, 1637] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1237, 1638] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1237, 1628] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1253, 1626] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1372, 1635] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1390, 1626] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1356, 1634] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1385, 1636] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1253, 1631] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1246, 1633] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1346, 1638] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1387, 1631] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1239, 1630] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1352, 1632] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1243, 1627] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1385, 1626] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1256, 1633] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1248, 1631] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1362, 1636] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1244, 1628] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1354, 1629] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1382, 1637] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1238, 1627] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1356, 1627] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1352, 1637] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1245, 1627] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1374, 1630] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1359, 1632] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1238, 1632] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1361, 1629] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1360, 1636] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1360, 1631] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1376, 1635] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1346, 1631] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1255, 1636] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1381, 1637] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1248, 1636] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1350, 1632] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1256, 1637] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1348, 1626] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1350, 1637] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1375, 1637] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1247, 1631] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1354, 1639] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1347, 1632] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1250, 1627] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1358, 1629] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1340, 1628] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1251, 1635] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1388, 1631] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1365, 1626] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1343, 1627] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1364, 1632] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1342, 1639] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1249, 1629] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1254, 1631] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1361, 1636] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1386, 1639] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1377, 1626] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1371, 1627] [19:52:07] [IO-Worker-12/INFO]: [Kekmium] wrote chunk [-1363, 1631] [19:52:07] [IO-Worker-13/INFO]: [Kekmium] wrote chunk [-1364, 1627] ```

Also after actually looking a bit into the minecraft code and your repo's code I guess the saving part could fall under the scope of this project and this could be a feat request for a rewrite/optimization of the IO part which directly impacts TACS save routine.

jukefr commented 3 years ago

I just replicated this on an almost vanilla server, so I'm pretty much sure that the issue is just vanilla TACS at this point, from what I gathered snooping around the code :

To replicate on a vanilla server :

  1. use the logger I made https://github.com/jukefr/kekmium or just make your own quickly + fabric api
  2. create brand new minecraft instance with fabric-server-installer
  3. launch server with no flags (not even max mem or anything, but you obviously could change, just trying to make it as basic as possible)
  4. log in with a user and start flying diagonally with a hacked client or anything of the sort that allows you to move fast (for a completely vanilla approach just start spamming /tp ~100 ~ ~ in chat) try not to generate chunks faster than the server can handle but keep generating chunks constantly and you should see all the queuing save of chunk pile up in chat with close to no actual writes
  5. watch server logs, after mere seconds the chunk saving is pretty much "overloaded" and will pretty much pause until you stop moving and generating new chunks.

To experience an almost identical case (the one @supsm) was mentioning just do step 4 but generate chunks faster than the server can actually handle. Once you stop and the server starts catching up it generate all the chunks in your path and you will see a long list of queue operations with no actual writes, same exact behavior, then once all the chunks have generated you see the queue logs stop and the writes keep going for a while (depending on how long you kept going)

So this explains that this behavior is observed in an almost vanilla environment as well as a heavily modded one that allows for very high CPS rates. This will impact the server no matter if the chunks are being generated faster than it can handle (since it just considers the cost of saving in the future to be nonexistent apparently)

So this is a definitely a bug (or maybe more so an never thought about case) with TACS, so yeah I guess this is a feature request as map pregeneration is an obvious must for performance gains and this also means that a couple users flying and generating chunks could potentially hog up the entire memory of the server over time and probably many other issues that could be fixed by thinking about how this saving routine can be optimized.

supsm commented 3 years ago

In my experience, without tic-tacs sometimes the server will be overloaded when I'm generating new chunks, but with tic-tacs the server will be fine. For this reason I think what you're seeing is actually the chunks not being able to generate quickly enough, as opposed to not being saved quickly enough. On another note, if you're running the server on a slower hard drive that could definitely be possible.

jukefr commented 3 years ago

I did benchmarks (see above) and write speed is not the limiting factor. Typical Java IO should be around 2.5 to 3 times slower than native code so I would expect my write speed to max out at 50 M/s and thats being very conservative and I'm nowhere near this kind of usage except when I stop generating new chunks (writes go from ~5M/s to 30-45M/s at that point which is what is to be expected as stated previously) Also I would agree with your theory about generation speed being the issue but I experience the exact same behavior when running mods that bring my CPS to over 200 which makes me think my theory is closer to the actual cause. The vanilla thing was mainly to try and find a reproducible setup with minimal external factors to provide reproducible steps, this helps with speeding up tracking down the actual root cause of issues and fixing them faster.

EDIT: also if you look at the logs the chunk saves are clearly queued for save and afaik they cant be until they are generated

EDIT2: but your idea of the server being "overloaded" is probably what is in fact happening, and behind the scene the server "manager" then chooses to prioritize chunk generation because it sees the cost of putting the chunks to save in memory for the time being as very low because it probably doesnt expect it to ever get to sizes in the gigabytes and the processing to be hogged uninterrupted for hours on end

jukefr commented 3 years ago

So I did some more testing to figure out exactly what happens once the amount of chunks in memory gets close to or over the amount of free memory (maybe the server would somehow pause and force write) but sadly it just seems that the server runs out of memory no matter what.

So I suspect this also would impact servers with low memory not even doing any intense generation but simply exploring with multiple users at the same time would eventually also eat up all the ram. Many scenarios where forcing a save-all flush routine would be beneficial.

AFAIK PaperMC has a max-auto-save-chunks-per-tick flag which would probably tell us more about how they fix this if they do.

jukefr commented 3 years ago

Here's some more logs I got to illustrate

[02:35:20] [Server thread/INFO]: [Kekmium] 5545 chunks queued for save in the last second
[02:35:20] [Server thread/INFO]: [Kekmium] current ticket count is 51
[02:35:20] [IO-Worker-9/INFO]: [Kekmium] 6 chunks written in the last second
[02:35:20] [Server thread/INFO]: [Chunky] Task running for minecraft:overworld. Processed: 10632494 chunks (75.57%), ETA: 6:01:09, Rate: 158.6 cps, Current: 3, 1630
[02:35:21] [Server thread/INFO]: [Kekmium] 4751 chunks queued for save in the last second
[02:35:21] [Server thread/INFO]: [Kekmium] current ticket count is 51
[02:35:21] [Server thread/INFO]: [Chunky] Task running for minecraft:overworld. Processed: 10632682 chunks (75.57%), ETA: 5:49:03, Rate: 164.1 cps, Current: 201, 1630
[02:35:22] [Server thread/INFO]: [Kekmium] 5240 chunks queued for save in the last second
[02:35:22] [Server thread/INFO]: [Kekmium] current ticket count is 51
[02:35:22] [Server thread/INFO]: [Chunky] Task running for minecraft:overworld. Processed: 10632893 chunks (75.57%), ETA: 5:33:41, Rate: 171.7 cps, Current: 402, 1630
[02:35:23] [Server thread/INFO]: [Kekmium] 4402 chunks queued for save in the last second
[02:35:23] [Server thread/INFO]: [Kekmium] current ticket count is 51
[02:35:23] [Server thread/INFO]: [Chunky] Task running for minecraft:overworld. Processed: 10633021 chunks (75.57%), ETA: 5:39:51, Rate: 168.5 cps, Current: 530, 1630
[02:35:24] [IO-Worker-20/INFO]: [Kekmium] 635 chunks written in the last second
[02:35:24] [Server thread/INFO]: [Kekmium] 3194 chunks queued for save in the last second
[02:35:24] [Server thread/INFO]: [Kekmium] current ticket count is 51
[02:35:24] [Server thread/INFO]: [Chunky] Task running for minecraft:overworld. Processed: 10633214 chunks (75.57%), ETA: 5:34:27, Rate: 171.3 cps, Current: 723, 1630
[02:35:25] [Server thread/INFO]: [Kekmium] 6081 chunks queued for save in the last second
[02:35:25] [Server thread/INFO]: [Kekmium] current ticket count is 46
[02:35:25] [IO-Worker-19/INFO]: [Kekmium] 108 chunks written in the last second
[02:35:26] [Server thread/INFO]: [Chunky] Task running for minecraft:overworld. Processed: 10633375 chunks (75.57%), ETA: 5:46:28, Rate: 165.3 cps, Current: 890, 1630
[02:35:26] [Server thread/INFO]: [Kekmium] 3256 chunks queued for save in the last second
[02:35:26] [Server thread/INFO]: [Kekmium] current ticket count is 51
ch[02:35:27] [IO-Worker-8/INFO]: [Kekmium] 210 chunks written in the last second
[02:35:27] [Server thread/INFO]: [Chunky] Task running for minecraft:overworld. Processed: 10633521 chunks (75.58%), ETA: 5:43:55, Rate: 166.5 cps, Current: 1040, 1630
u[02:35:27] [Server thread/INFO]: [Kekmium] 4453 chunks queued for save in the last second
[02:35:27] [Server thread/INFO]: [Kekmium] current ticket count is 51
nk[02:35:28] [Server thread/INFO]: [Chunky] Task running for minecraft:overworld. Processed: 10633731 chunks (75.58%), ETA: 5:29:51, Rate: 173.6 cps, Current: 1240, 1630
y [02:35:28] [Server thread/INFO]: [Kekmium] 5327 chunks queued for save in the last second
[02:35:28] [Server thread/INFO]: [Kekmium] current ticket count is 51
[02:35:28] [IO-Worker-11/INFO]: [Kekmium] 4 chunks written in the last second
pause
[02:35:29] [Server thread/INFO]: [Chunky] Task running for minecraft:overworld. Processed: 10633924 chunks (75.58%), ETA: 5:27:33, Rate: 174.8 cps, Current: 1432, 1630
[02:35:29] [Server thread/INFO]: [Chunky] Task paused for minecraft:overworld.
[02:35:29] [Chunky-minecraft:overworld Thread/INFO]: [Chunky] Task stopped for minecraft:overworld.
[02:35:29] [Server thread/INFO]: [Kekmium] 5338 chunks queued for save in the last second
[02:35:29] [Server thread/INFO]: [Kekmium] current ticket count is 15
[02:35:29] [IO-Worker-10/INFO]: [Kekmium] 619 chunks written in the last second
[02:35:30] [Server thread/INFO]: [Kekmium] current ticket count is 1
[02:35:30] [IO-Worker-11/INFO]: [Kekmium] 3705 chunks written in the last second
[02:35:31] [Server thread/INFO]: [Kekmium] current ticket count is 1
[02:35:31] [IO-Worker-11/INFO]: [Kekmium] 3468 chunks written in the last second
[02:35:32] [Server thread/INFO]: [Kekmium] current ticket count is 1
[02:35:32] [IO-Worker-11/INFO]: [Kekmium] 3146 chunks written in the last second
[02:35:33] [Server thread/INFO]: [Kekmium] current ticket count is 1
[02:35:33] [IO-Worker-10/INFO]: [Kekmium] 3349 chunks written in the last second
[02:35:34] [Server thread/INFO]: [Kekmium] current ticket count is 1
[02:35:34] [IO-Worker-10/INFO]: [Kekmium] 3338 chunks written in the last second
[02:35:35] [Server thread/INFO]: [Kekmium] current ticket count is 1
[02:35:35] [IO-Worker-11/INFO]: [Kekmium] 3241 chunks written in the last second
[02:35:36] [Server thread/INFO]: [Kekmium] current ticket count is 1
[02:35:36] [IO-Worker-11/INFO]: [Kekmium] 3716 chunks written in the last second
[02:35:37] [Server thread/INFO]: [Kekmium] current ticket count is 1
[02:35:37] [IO-Worker-11/INFO]: [Kekmium] 3628 chunks written in the last second
[02:35:38] [Server thread/INFO]: [Kekmium] current ticket count is 1
[02:35:38] [IO-Worker-10/INFO]: [Kekmium] 3547 chunks written in the last second
[02:35:39] [Server thread/INFO]: [Kekmium] current ticket count is 1
[02:35:39] [IO-Worker-10/INFO]: [Kekmium] 3032 chunks written in the last second
[02:35:40] [Server thread/INFO]: [Kekmium] current ticket count is 1
[02:35:40] [IO-Worker-10/INFO]: [Kekmium] 3594 chunks written in the last second
[02:35:41] [Server thread/INFO]: [Kekmium] current ticket count is 1
[02:35:41] [IO-Worker-11/INFO]: [Kekmium] 3723 chunks written in the last second
[02:35:42] [Server thread/INFO]: [Kekmium] current ticket count is 1
[02:35:42] [IO-Worker-10/INFO]: [Kekmium] 3299 chunks written in the last second
[02:35:43] [Server thread/INFO]: [Kekmium] current ticket count is 1
[02:35:44] [Server thread/INFO]: [Kekmium] current ticket count is 1
[02:35:45] [Server thread/INFO]: [Kekmium] current ticket count is 1
supsm commented 3 years ago

Since you know how to write mods, would it be possible to just write random data to test java's write speed?