borg

Results 7 issues of borg

### Describe the bug I used a configuration with the worker tag, which runs on startup but not on reload. ### To Reproduce Use my configuration to start and reload...

bug

``` fluentd 2472 root 125r REG 252,1 134217728 539602 /var/log/journal/a87d37f9c4d74e9eb672b97b5dd0c818/system@d059ec38963543fb95c6390453c1f247-0000000007057712-00059fa76e02b10d.journal (deleted) fluentd 2472 root 159r REG 252,1 134217728 539602 /var/log/journal/a87d37f9c4d74e9eb672b97b5dd0c818/system@d059ec38963543fb95c6390453c1f247-0000000007057712-00059fa76e02b10d.journal (deleted) fluentd 2472 2497 root 125r REG 252,1 134217728 539602...

I encountered one such bug.I use k8s to deploy my application,and send the log to fluentd.However, when fluentd's pod dies, fluentd's service is still normal.At this time, my openstack application...

When I restarted the kafka cluster, the following problems occurred: ``` 2020-01-17 07:29:35 +0000 [warn]: #0 failed to flush the buffer. retry_time=10 next_retry_seconds=2020-01-17 07:30:33 +0000 chunk="59c39b45987d2889fdf53f5e2d87f58c" error_class=Kafka::UnknownTopicOrPartition error="Kafka::UnknownTopicOrPartition" 2020-01-17 07:29:35...

bug

I want to keep the original tag, but I can't.

``` @type tail @type json path /var/log/containers/kube-dns* path_key path pos_file /var/log/es-kubernetes.pos tag k8s @type parser key_name path reserve_data true remove_key_name_field true @type regexp expression /^.*kube-(?.+)-(master|slave).*/ @type record_modifier Payload ${record['log']} whitelist_keys...