Armin Braun
Armin Braun
Adds chunked rest serialization infrastructure that tries to serialize only what can be flushed to the channel right away instead of fully materializing a response on heap first and then...
Current snapshot deletes consume memory that scales as O(N) in the number of shards in the repository that the delete operation touches. This makes them very memory intensive when deleting...
This meta issue tracks known issues with scaling clusters to large numbers of shards. - Security - [ ] https://github.com/elastic/elasticsearch/issues/67987 - [x] https://github.com/elastic/elasticsearch/issues/79632 - General - [ ] https://github.com/elastic/elasticsearch/issues/51992 -...
It's in the title, also see https://github.com/logstash-plugins/logstash-filter-grok/pull/111#issuecomment-300284569 for the background.
Currently we have this line in the `pom.xml` for the Qulice plugin: ``` findbugs:.* ``` We should not exclude Findbugs analysis from the build per default. Removing the global causes...
# Problem We are currently trying to move to dynamic provisioning of Docker daemons for Rultor. This means that Rultor builds would stop sharing the same build cache, making builds...
Currently `com.rultor.agents.github.StartsTalks#execute` does not provide context to exceptions it runs into as can be seen in #1074. This makes interpreting logged errors a lot less productive than it should be....
Rultor has a certain delay between someone posting a command and Rultor actually going to work on it. Depending on the hour of the day, this can easily be 5...
# Background At this point `com.rultor.agents.docker.DockerExec` only has one purpose, it periodically connects to the EC2 instance and by following functionality indicates whether the service is up and running or...
Rultor currently starts Docker containers with two somewhat tricky flags: - `--memory-swap=16g` - `--oom-kill-disable` This creates almost impossible to debug situations in tests involving timeouts. Certain software e.g. ZooKeeper will...