Eugene Lazin

Results 30 issues of Eugene Lazin

Currently, when reactor is blocked the counters for `lowres_clock` and `lowres_system_clock` are not updated. Because of that, right after the reactor stall the `lowres_clock::now()` method can return stale value. The...

Improve logging and error handling in the remote_partition. In the remote partition reader we're checking two abort_source instances. One belongs to the remote_partition instance and another belongs to the sharded_abort_source...

area/redpanda

https://buildkite.com/redpanda/redpanda/builds/48384#018f1ef5-e475-4844-a04a-348bd1ad0b66/6-8810 ``` Module: rptest.tests.random_node_operations_test Class: RandomNodeOperationsTest Method: test_node_operations Arguments: { "enable_failures": true, "num_to_upgrade": 0, "with_tiered_storage": true } ``` ``` test_id: rptest.tests.random_node_operations_test.RandomNodeOperationsTest.test_node_operations.enable_failures=True.num_to_upgrade=0.with_tiered_storage=True status: FAIL run time: 10 minutes 3.296 seconds Traceback...

kind/bug
area/raft
ci-failure

I'm trying to build `bulk_query_gen` using go 1.6. ``` go build # influxdb-comparisons/cmd/bulk_query_gen ./main.go:38: undefined: NewMongoDevops8Hosts1Hr ```

Impossible to iterate through all values of the same key using iterator returned by the equal_range method. I use stx-btree-dev 0.8.6-1 package from ubuntu 12.10. This code demonstrates the issue:...

Not supposed to be merged. May miss some code. ## Backports Required - [x] none - not a bug fix - [ ] none - this is a backport -...

area/redpanda

This PR is a preparation step for the introduction of segment index compression. It moves some logic closer to the data from `segment_index` to the `index_state`. It also extracts`index_columns` class...

area/redpanda

This PR adds a scaffolding needed by the new STM without implementing the underlying data structure (which will be added later). ## Backports Required - [x] none - not a...

area/build
area/redpanda

The `maybe` template is a utility which is quite similar to boost::outcome. The difference is that it doesn't depend on `std::error_code` and can be used with enum instead. The header...

area/build
area/redpanda

This PR adds `dl_stm` implementation. The implementation is pretty basic and can only be used to add new data and not remove it (no truncation, no replacement). Internally, the STM...

area/build
area/redpanda