symstu-tempesta
symstu-tempesta
I’ve been switching between different patched kernels over the past six months, so it’s possible that some conflicts have built up over time. The error appears periodically — every few...
**Describe the issue** No logs are present in the ClickHouse database during the first second of application startup, although logs do appear in dmesg. **Expected Behavior** Logs are present in...
**Describe the issue** I cannot set the configuration value for mmap_log_buffer_size. **Expected Behavior** Tempesta FW starts correctly but currently crashes when the mmap_log_buffer_size configuration parameter is set. **To Reproduce** Add...
**Describe the issue** The issue appears when, after processing some pipelined requests, the backend closes the connection midway. As a result, we see additional duplicated requests to the backend from...
**Describe the issue** If we have several pipelined requests — for example: GET 0, POST 1, GET 2 — the POST 1 request should block the last one, GET 2....