Raman Gupta
Raman Gupta
@pires I believe 6.3.0 is broken. ES appears to be attempting to run `/elasticsearch/modules/x-pack/x-pack-ml/platform/linux-x86_64/bin/controller` on startup, and fails. It is running this despite `xpack.ml.enabled` being false. Running an ldd on...
The relevant ES code seems to be here: https://github.com/elastic/elasticsearch/blob/72f57c8e72500cb27dc69e902edf5cd270249c14/server/src/main/java/org/elasticsearch/bootstrap/Spawner.java#L61 It appears to attempt to spawn native controllers based on whether they exist in the filesystem. Adding the following to `run.sh`...
@pires I believe I have the latest image. Here is the docker history: ``` $ docker history quay.io/pires/docker-elasticsearch-kubernetes:6.3.0 | head -5 IMAGE CREATED CREATED BY SIZE COMMENT 3813d73cfe49 2 days...
@pires It's the right one - the sha256 digest starts with `b16d5e2a8db4`: ``` $ docker pull quay.io/pires/docker-elasticsearch-kubernetes:6.3.0 Trying to pull repository quay.io/pires/docker-elasticsearch-kubernetes ... sha256:b16d5e2a8db4c5d969c3068ef5c60f9921c25566c39063a2994a0beaa6865cb1: Pulling from quay.io/pires/docker-elasticsearch-kubernetes ff3a5c916c92: Already exists...
@rewt Thanks, I'll create another issue for what I was seeing as it looks to be a different problem.
@shengbiaohong Port 9300 is the "transport" API and is used by the cluster internally. The Java API used to also use the transport API as a client, but Elastic is...
I'm guessing this won't happen -- the README for this project suggests using the upstream Gradle docker image instead: https://github.com/GoogleCloudPlatform/cloud-builders/blob/master/gradle/README.md.
@LouisCAD I commented in the upstream issue as well but FYI I can no longer reproduce this with modern versions of the IDE and Kotlin. Its working well now! I'll...
For the web, this is timely: https://developer.chrome.com/blog/spa-view-transitions-land/
> Actually I suspect you were referring to the `FirebaseException` in the JS target as that does have a code that's not exposed to match https://firebase.google.com/docs/reference/node/firebase.FirebaseError Yes, sorry I should...