Random thread error
kaxlabs opened this issue · 1 comments
Issue report
Tell us about your environment
-
Server Software: petal 1.19.2-pre-2
-
Server Version: 1.19.2
-
BanManager Version: 7.8.0
-
Online/Offline mode: online
-
Bungeecoord online/offline mode (if applicable): n/a
BanManager config.yml:
#
# Aliases will be found and blocked automatically, e.g. msg will block tell
debug: false
databases:
local:
enabled: true
storageType: h2
host: 127.0.0.1
port: 3306
name: local_bans
user: root
password: ''
maxConnections: 10
useSSL: false
allowPublicKeyRetrieval: false
verifyServerCertificate: false
maxLifetime: 1800000
connectionTimeout: 30000
tables:
players: bm_players
playerBans: bm_player_bans
playerBanRecords: bm_player_ban_records
playerMutes: bm_player_mutes
playerMuteRecords: bm_player_mute_records
playerKicks: bm_player_kicks
playerNotes: bm_player_notes
playerHistory: bm_player_history
playerReports: bm_player_reports
playerReportLocations: bm_player_report_locations
playerReportStates: bm_player_report_states
playerReportCommands: bm_player_report_commands
playerReportComments: bm_player_report_comments
playerWarnings: bm_player_warnings
ipBans: bm_ip_bans
ipBanRecords: bm_ip_ban_records
ipMutes: bm_ip_mutes
ipMuteRecords: bm_ip_mute_records
ipRangeBans: bm_ip_range_bans
ipRangeBanRecords: bm_ip_range_ban_records
rollbacks: bm_rollbacks
nameBans: bm_name_bans
nameBanRecords: bm_name_ban_records
global:
enabled: false
storageType: mysql
host: 127.0.0.1
port: 3306
name: global_bans
user: root
password: ''
maxConnections: 10
useSSL: false
allowPublicKeyRetrieval: false
verifyServerCertificate: false
leakDetection: 3000
maxLifetime: 1800000
connectionTimeout: 30000
tables:
playerBans: bm_player_ban_all
playerUnbans: bm_player_unban_all
playerMutes: bm_player_mute_all
playerUnmutes: bm_player_unmute_all
playerNotes: bm_player_note_all
ipBans: bm_ip_ban_all
ipUnbans: bm_ip_unban_all
mutedCommandBlacklist:
- msg
softMutedCommandBlacklist:
- msg
duplicateIpCheck: true
bypassDuplicateChecks:
- 0.0.0.0
- 127.0.0.1
logKicks: false
logIps: true
displayNotifications: true
broadcastOnSync: false
timeLimits: {}
cooldowns:
ban: 10
tempban: 10
mute: 10
tempmute: 10
banip: 10
tempbanip: 10
warn: 10
tempwarn: 10
report: 10
warningActions:
enabled: false
warningMute: false
hooks:
enabled: false
checkForUpdates: true
offlineAutoComplete: true
punishAlts: true
denyAlts: false
timeAssociatedAlts: 0
cleanUp:
kicks: 30
banRecords: 0
ipBanRecords: 0
ipMuteRecords: 0
muteRecords: 0
readWarnings: 0
unreadWarnings: 0
playerHistory: 0
maxOnlinePerIp: 0
maxMultiaccountsRecently: 0
multiaccountsTime: 300
checkOnJoin: false
createNoteReasons: false
onlineMode: true
chatPriority: normal
blockInvalidReasons: false
uuidFetcher:
idToName:
url: https://sessionserver.mojang.com/session/minecraft/profile/[uuid]
key: name
nameToId:
url: https://api.mojang.com/users/profiles/minecraft/[name]
key: id
Describe your issue:
[01:14:38 WARN]: Can't keep up! Is the server overloaded? Running 25474ms or 509 ticks behind
[01:14:38 ERROR]: --- DO NOT REPORT THIS TO PETAL - THIS IS NOT A BUG OR A CRASH - git-petal-"032a81b" (MC: 1.19.2) ---[01:14:38 WARN]: [me.confuser.banmanager.common.hikari.pool.HikariPool] bm-local - Thread starvation or clock leap detected (housekeeper delta=50s757ms52µs700ns).
[01:14:38 ERROR]: The server has not responded for 25 seconds! Creating thread dump
[01:14:38 ERROR]: ------------------------------
[01:14:38 ERROR]: Server thread dump (Look for plugins here before reporting to petal!):
[01:14:43 ERROR]: ------------------------------
[01:14:43 ERROR]: Current Thread: Server thread
[01:14:43 ERROR]: PID: 39 | Suspended: false | Native: false | State: RUNNABLE
[01:14:43 ERROR]: Stack:
[01:14:43 ERROR]: java.base@17/java.lang.Thread.yield(Native Method)
[01:14:43 ERROR]: net.minecraft.util.thread.BlockableEventLoop.waitForTasks(BlockableEventLoop.java:147)
[01:14:43 ERROR]: net.minecraft.util.thread.BlockableEventLoop.managedBlock(BlockableEventLoop.java:137)
[01:14:43 ERROR]: net.minecraft.server.MinecraftServer.waitUntilNextTick(MinecraftServer.java:1334)
[01:14:43 ERROR]: net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1222)
[01:14:43 ERROR]: net.minecraft.server.MinecraftServer.lambda$spin$1(MinecraftServer.java:310)
[01:14:43 ERROR]: net.minecraft.server.MinecraftServer$$Lambda$4434/0x0000000801543ca0.run(Unknown Source)[01:14:43 ERROR]: java.base@17/java.lang.Thread.run(Thread.java:833)
[01:14:43 ERROR]: ------------------------------
[01:14:43 ERROR]: --- DO NOT REPORT THIS TO PETAL - THIS IS NOT A BUG OR A CRASH ---
[01:14:43 ERROR]: ------------------------------
How to replicate:
No idea
Further information:
Happened after a 1.19 player left (I use ViaBackwards)