Bug 51962 - Ошибки декодирования при запросе "msgpack decode error [pos 1]: only encoded map or array can be decoded into a slice (0)"
Summary: Ошибки декодирования при запросе "msgpack decode error [pos 1]: only encoded ...
Status: NEW
Alias: None
Product: Sisyphus
Classification: Development
Component: fluent-forwarder (show other bugs)
Version: unstable
Hardware: x86_64 Linux
: P5 normal
Assignee: Leontiy Volodin
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-11-06 12:32 MSK by obidinog@basealt.ru
Modified: 2024-11-06 12:32 MSK (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description obidinog@basealt.ru 2024-11-06 12:32:35 MSK
Платформа:
alt-server 10.2 x86_64 (Обновленный до Sisyphus)

Пакет:
fluent-forwarder 0.0.1.0.46.b7c3-alt1

Шаги:
Запустить fluent-forwarder
$ fluentd_forwarder -listen-on 127.0.0.1:24224
Отправить запрос
$ echo '{"key 1": 123456789, "key 2": "abcdefg"}' |  nc 127.0.0.1 24224

Результат:
Возникает ошибка декодирования
[fluentd-forwarder] 2024/11/06 12:31:10.193206 Connected from 127.0.0.1:53488
[fluentd-forwarder] 2024/11/06 12:31:10.193250 Got conn from acceptChan
[fluentd-forwarder] 2024/11/06 12:31:10.193283 Started handling connection from 127.0.0.1:53488
[fluentd-forwarder] 2024/11/06 12:31:10.193325 msgpack decode error [pos 1]: only encoded map or array can be decoded into a slice (0)
[fluentd-forwarder] 2024/11/06 12:31:10.193338 Ended handling connection from 127.0.0.1:53488