Anoop Panicker

Results 62 comments of Anoop Panicker

The property to enable indexing in ES is `conductor.indexing.enabled` . There was an error in the README, please set this property to `true `and enable ES deployment in your docker...

Looks like the ES cluster is not reporting green in your deployment. Could you please try again by adding the following property to your configuration - ```conductor.elasticsearch.clusterHealthColor=yellow```

Can you verify if ES is up and running in your deployment? The errors point towards no connectivity with ES from your server. It could be due to ES not...

The ES container reports Up as per docker but can you verify what the cluster status is by making a curl request manually. Seems like the conductor server is unable...

@rickfish Looks like docker supported elasticsearch images for M1 mac are only available from v7.10.2 Additionally, the only supported OS/Arch for 6.8.15 is linux/amd64. Looks like the options are -...

@amimimor That's great. Would you be willing to submit a PR with the change? This would be really beneficial to the community

same as https://github.com/Netflix/conductor/issues/3106#issuecomment-1215879384

@jianbo The logs tab in the task view displays the task execution logs for each task. These logs need to be explicitly written by the worker in the [TaskResult](https://github.com/Netflix/conductor/blob/main/common/src/main/java/com/netflix/conductor/common/metadata/tasks/TaskResult.java#L70) when...

This is definitely an odd scenario, something that we have not seen before (albeit we use Conductor backed by Dynomite and C*). I wonder if this is related to how...

Thanks for reporting this. Could you please create a PR switching to one of the recommended alternatives?