Grzegorz Banasiak

Results 10 issues of Grzegorz Banasiak

The documentation (see [here](https://www.elastic.co/guide/en/cloud-on-k8s/2.3/k8s-openshift.html#k8s-openshift-before-you-begin) and [here](https://www.elastic.co/guide/en/cloud-on-k8s/2.3/k8s-virtual-memory.html)) isn't very helpful when deploying prod ES in OpenShift and `vm.max_map_count` Linux kernel setting requires an increase: * init container approach doesn't work in...

>docs

This became visible after https://github.com/elastic/rally-tracks/pull/562. ``` 2024-02-19 00:22:57,437 ActorAddr-(T|:42217)/PID:25267 esrally.driver.driver INFO Worker[0] executing tasks: ['field-caps-exclude-empty-fields', 'field-caps-exclude-empty-fields'] 2024-02-19 00:22:57,441 ActorAddr-(T|:42217)/PID:25267 esrally.driver.driver ERROR Could not execute schedule Traceback (most recent call last):...

cleanup

**Rally version** (get with `esrally --version`): ``` esrally 2.10.0.dev0 (git revision: a2c09a751d7e2797fde531f90aea43ac1375c987) ``` **Description of the problem including expected versus actual behavior**: In certain scenarios, Rally can produce large `meta.error-description`...

bug

As Elastic maintenance of non-ECK Helm charts is drawing to an end (see https://github.com/elastic/helm-charts/issues/1731) there's a group of customers who will migrate from non-ECK to ECK Helm charts. Today there's...

>feature

Rally supports writing metrics to Elasticsearch metric store. This could be enhanced to support writing to a serverless project.

enhancement

[GH actions](https://docs.github.com/en/actions) are free for public repositories. It would be useful to run pytest automatically on each of supported platforms to verify PRs before they get merged into master branch.

Async transport has the following hard-coded limits: https://github.com/thespianpy/Thespian/blob/acf5cb2543da2979f0866013d0c6af3c8481dec6/thespian/system/transport/asyncTransportBase.py#L37-L40 In setups with high number of actors these arbitrary limits might be too small for the actor system to operate correctly. I'd...

**Thespian version**: recent snapshot (https://github.com/thespianpy/Thespian/commit/acf5cb2543da2979f0866013d0c6af3c8481dec6) **OS version**: MacOS Sequoia 15.2 ``` % sw_vers ProductName: macOS ProductVersion: 15.2 BuildVersion: 24C101 ``` **Description**: ``` % py.test -v -k testSimpleActorAsk50K =============================================================================================== test session...

Addresses deprecation warnings visible when running `pytest` with the exception of `aiohttp` which should be upgraded separately.

https://github.com/elastic/elasticsearch/issues/119652 shows we need a new telemetry device that would periodically report the amount of memory maps, i.e. `wc -l /proc//maps`.

enhancement