[collector]fix jdbc spi并发加载死锁 (#40)

This commit is contained in:
tomsun28
2022-03-19 16:21:11 +08:00
committed by GitHub
parent 711f0e070a
commit eea9e601cf
2 changed files with 33 additions and 1 deletions

View File

@@ -6,4 +6,5 @@ com.usthe.collector.dispatch.MetricsCollectorQueue,\
com.usthe.collector.dispatch.WorkerPool,\
com.usthe.collector.dispatch.entrance.internal.CollectJobService,\
com.usthe.collector.dispatch.export.MetricsDataExporter,\
com.usthe.collector.util.SpringContextHolder
com.usthe.collector.util.SpringContextHolder,\
com.usthe.collector.collect.database.JdbcSpiLoader