McJtyMods / RFToolsPower

MIT License
15 stars 12 forks source link

Bad network log spam #5

Open Sir-Will opened 6 years ago

Sir-Will commented 6 years ago

hey,

could it be reduced on how often it logs this warning:

[22:46:18] [Server thread/INFO]: [STDOUT]: [mcjty.rftoolspower.blocks.PowerCellTileEntity:buildNetwork:393]: Bad network at pos = BlockPos{x=2271, y=90, z=2938}

I don't have anything against logging this but it gets logged 60-90 times per second which kills the server.

Sir-Will commented 6 years ago

This are the power cells causing the spam:

keraldi commented 6 years ago

Check if they're seperated by a chunk border, I have the same problem on my server and they're seperated by a chunk border.

McJty commented 6 years ago

Note that the latest version fixes the spam at least. Interesting observation about chunk border. I will have to test that

keraldi commented 6 years ago

Well, the spam itself is not the problem for me. The problem for me are timeouts coming with it :P

McJty commented 6 years ago

Removing the spam should remove the timeouts I think. Except if there is another bug related to chunk boundary that causes problems