Ghost blocks at 10th placement — paper-global.yml incoming-packet-threshold time-window bug #1

Open
opened 2026-05-24 01:23:04 +00:00 by admin_ekaii · 0 comments

Detailed postmortem in sessions/2026-05-24-ghost-blocks-bug.md.

Quick fix

sed -i s/incoming-packet-threshold: 100000/incoming-packet-threshold: 300/ /opt/mc-stack/<server>/config/paper-global.yml
# Then restart MC via RCON save-all flush + stop

Cross-server cleanup

  • mc-ekaii — applied 2026-05-24
  • mc-creaclone
  • mc-plot
  • maison MC (if still active)

Why it bugs

Name is misleading. incoming-packet-threshold is a TIME WINDOW in milliseconds, not a packet count. Hardcoded limit is 8 packets per window. At 100000ms (100s) window, 10th placement = silent drop.

Full source code analysis + 5h debug log in the doc.

Memory entry

Also saved in user memory: feedback_paper_incoming_packet_threshold.md

Detailed postmortem in [sessions/2026-05-24-ghost-blocks-bug.md](sessions/2026-05-24-ghost-blocks-bug.md). ## Quick fix ```bash sed -i s/incoming-packet-threshold: 100000/incoming-packet-threshold: 300/ /opt/mc-stack/<server>/config/paper-global.yml # Then restart MC via RCON save-all flush + stop ``` ## Cross-server cleanup - [x] mc-ekaii — applied 2026-05-24 - [ ] mc-creaclone - [ ] mc-plot - [ ] maison MC (if still active) ## Why it bugs Name is misleading. `incoming-packet-threshold` is a TIME WINDOW in milliseconds, not a packet count. Hardcoded limit is 8 packets per window. At 100000ms (100s) window, 10th placement = silent drop. Full source code analysis + 5h debug log in the doc. ## Memory entry Also saved in user memory: feedback_paper_incoming_packet_threshold.md
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
exo/ekaii-mc-stack#1
No description provided.