Freeze when message display or autoclear works #229


Open
  • Forge_User_78531967 created this issue Sep 2, 2019

    Hi, i'm only the latest version, and the 1.14.4 on Minecraft. Each time a message display or the autoclear works, the whole server freeze and roleback for 1 good second.

     

    I hope you have any help, or the same problem,

     

    Best regards

  • bob7l posted a comment Sep 4, 2019

    How many entities are being removed at once?

  • Forge_User_78531967 posted a comment Sep 5, 2019

    A few ones, just between 5 and 25

     

    But just for a message display it freeze the same way

  • bob7l posted a comment Sep 5, 2019

    Can you supply a /timings report? That's very odd. Clearlag performs only O(1), and "instance of" calls and only changes the "die" boolean to true. It shouldn't be causing ANY lag unless you have like 10 billion entities or have another underlying issue, possibly related to 1.14

  • Forge_User_78531967 posted a comment Sep 7, 2019

    Yeah that's why I don't understand. Just for a broadcast message to show the remaining time it freeze the same.

     

    The timing report : https://www.spigotmc.org/go/timings?url=qiyufofezu

  • bob7l posted a comment Sep 7, 2019

    In the timings report, it showed no lag coming from Clearlag. Did it lag during that test? Maybe a network issue 

  • Forge_User_78531967 posted a comment Sep 10, 2019

    I'll try to see. I didn't know if it lagged bc that was my friend on it during the timing.

    Maybe yeah, I'll try to test when I'll have time. ;)

  • Forge_User_78531967 posted a comment Sep 15, 2019

    Here is the timing when the lag performed : https://www.spigotmc.org/go/timings?url=iyejedipep

     

    It's "world save" the problem, but idk what's that.

  • bob7l posted a comment Oct 5, 2019

    The timings you showed doesn't have any records of clearlag causing delays. Your issue is world saving. 


To post a comment, please login or register a new account.