Eugene Lazin

Results 103 comments of Eugene Lazin

It looks like the error is in the plugin. Could you please attach the query that causes this error and the result (if it doesn't have any sensitive information).

In `ntp_archiver_service.cc` line 401 we have this code: ```cpp auto path = cloud_storage::generate_remote_segment_path( _ntp, _rev, candidate.exposed_name, _start_term); ``` which has to be changed. It uses `generate_remote_segment_path` which always generates the...

Most likely it's not related to shadow indexing. The test works in two stages. First, it produces the data using transactions and aborts some of them. Next, it waits until...

> I assume this fixes #6373? yes

> i assume v1,v2 mixed partitions will always be allowed in case of a rolling upgrade yes, this is exactly the case

It's not possible to do without breaking the bulk-load protocol. You don't really have to reconnect every time you need to send something new. If you have a new metric...

Hey, I'm adding events support to Akumuli. When it will be done (it's a matter of days) I'm going to add annotations support to datasource plugin.

I added event-store to the master but before it will be available I have to test and document it. Most likely, there will be another bug-fix release before that.

Thank you for the report. What version of Akumuli are you using and is there any errors in the akumuli log?

By default logs are stored in /tmp/akumuli.log