Maksim Chizhov

Results 6 issues of Maksim Chizhov

`Monit` is not suitable for containers. Please see https://bitbucket.org/tildeslash/monit/issue/53/ . It ends up crowded with zombie processes and you'll have to kill the container. ``` 32714 ? Z 0:00 [service]...

### Java API client version 8.6.2,8.7.0 ### Java version 17 ### Elasticsearch Version 8.6.2 ### Problem description `BoxPlotAggregate` aggregation can no be extracted supposedly due to typo in [Aggregate.java](https://github.com/elastic/elasticsearch-java/blob/main/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/Aggregate.java#L74) (comparing...

Linux 5.9.0-1-amd64 SMP Debian 5.9.1-1 (2020-10-17) x86_64 GNU/Linux ```Traceback (most recent call last): File ".../elastalert/bin/elastalert-test-rule", line 33, in sys.exit(load_entry_point('elastalert==0.2.4', 'console_scripts', 'elastalert-test-rule')()) File ".../elastalert/bin/elastalert-test-rule", line 25, in importlib_load_entry_point return next(matches).load() File...

Steps to reproduce: 1. Create image with `machine_image` resource; 2. Remove image created on previous step using `docker rmi` command; 3. Converge machine using image from step 1 as from_image...

Currently `chef-provisioning-docker` does not support [`Docker Swarm`](https://docs.docker.com/swarm/) -- docker native clustering tool. `chef-provisioning-docker` workflow implies committing containers and reusing resulting images. This new image exists only on single node in...

I found that docker image created by `machine_image` resource has too many redundant layers in it. ``` REPOSITORY TAG IMAGE ID VIRTUAL SIZE chef test 85d60acf156b 386.7 MB ubuntu 14.04...