minio/internal/event/target
Harshavardhana 754f7a8a39
replace io.Discard usage to fix some NUMA copy() latencies (#18394)
replace io.Discard usage to fix NUMA copy() latencies

On NUMA systems copying from 8K buffer allocated via
io.Discard leads to large latency build-up for every

```
copy(new8kbuf, largebuf)
```

can in-cur upto 1ms worth of latencies on NUMA systems
due to memory sharding across NUMA nodes.
2023-11-06 14:26:08 -08:00
..
testdata/contrib rename all remaining packages to internal/ (#12418) 2021-06-01 14:59:40 -07:00
amqp.go Send kafka notification messages in batches when queue_dir is enabled (#18164) 2023-10-07 08:07:38 -07:00
elasticsearch.go replace io.Discard usage to fix some NUMA copy() latencies (#18394) 2023-11-06 14:26:08 -08:00
kafka_scram_client_contrib.go tune-kafka targets to ensure timeout triggers on hung brokers (#17898) 2023-08-22 20:26:35 -07:00
kafka.go Send kafka notification messages in batches when queue_dir is enabled (#18164) 2023-10-07 08:07:38 -07:00
mqtt.go Send kafka notification messages in batches when queue_dir is enabled (#18164) 2023-10-07 08:07:38 -07:00
mysql_test.go fix: store notification events immediately for persistent queues (#17112) 2023-05-02 07:53:13 -07:00
mysql.go Send kafka notification messages in batches when queue_dir is enabled (#18164) 2023-10-07 08:07:38 -07:00
nats_contrib_test.go Update to minio/pkg/v2 (#17967) 2023-09-04 12:57:37 -07:00
nats_tls_contrib_test.go Update to minio/pkg/v2 (#17967) 2023-09-04 12:57:37 -07:00
nats.go Send kafka notification messages in batches when queue_dir is enabled (#18164) 2023-10-07 08:07:38 -07:00
nsq_test.go Update to minio/pkg/v2 (#17967) 2023-09-04 12:57:37 -07:00
nsq.go Send kafka notification messages in batches when queue_dir is enabled (#18164) 2023-10-07 08:07:38 -07:00
postgresql_test.go fix: store notification events immediately for persistent queues (#17112) 2023-05-02 07:53:13 -07:00
postgresql.go Send kafka notification messages in batches when queue_dir is enabled (#18164) 2023-10-07 08:07:38 -07:00
redis.go Send kafka notification messages in batches when queue_dir is enabled (#18164) 2023-10-07 08:07:38 -07:00
webhook.go replace io.Discard usage to fix some NUMA copy() latencies (#18394) 2023-11-06 14:26:08 -08:00