Skip to content
This repository was archived by the owner on Nov 6, 2025. It is now read-only.
This repository was archived by the owner on Nov 6, 2025. It is now read-only.

akumulid process crashed after executing query api #328

@webfolderio

Description

@webfolderio

Hi,

Akumuli process crashed with the following test case.

1) Create an empty database

akumulid --init
akumulid --create

2) Write the datapoint to Akumuli via tcp port

echo +cpu.usage location=xyz\r\n:1574238775394000000\r\n:10\r\n | netcat localhost 8282

3) Query the datapoint

 curl --header "Content-Type: application/json" --request POST --data '{"select":"cpu.usage","range":{"from":"20191110T113255.72","to":"20191130T113255.72"},"group-by-tag":["location"]}' http://localhost:8181/api/query

Akumuli was abnormally crashed after the step 3 with following error message:

Aborted (core dumped)

OS: Ubuntu 18.04.3
Akumuli version: 0.8.72 (installed from deb package)

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions