childe / gohangout

使用 golang 模仿的 Logstash。用于消费 Kafka 数据,处理后写入 ES、Clickhouse 等。
MIT License
1.01k stars 234 forks source link

concurrent map writes #208

Closed childe closed 1 year ago

childe commented 1 year ago
  1. clickhouse output 里面的 transFloatColumn 等变量,在 worker > 1 的时候会导致 concurrent map writes
  2. 对 Event 做 cast 转换的时候,多 output 也可能会导致 concurrent map writes