Phil Winder

Results 56 comments of Phil Winder

Yes. This is basically my presentation. Basically an extension of http://container-solutions.com/microservice-monitoring-with-prometheus/

@justinclayton Thanks Justin. We've just had a similar issue reported with #550. We can't decide whether this is our responsibility. I.e. whether we should add more code to work around...

Thanks for reporting this. I'm not sure why it has done this. I have tested the http download to be working, so I suspect that it is something to do...

This is one (of many) aspect of Mesos that I don't like. In the Offer's tab in the UI, you would intuitively think that this represents the in use offers....

Hi @rsingh2411, thanks for the information. So obviously there should not be unused offers in the offers tab in the UI. You may be right about the isAtleastOneNode... idea, but...

I'm not completely sure about this. I thought that Mesos bundled all offers from different slaves into one offer. So we iterate over the list of offers (serially), but I...

Hi @SlevinBE Thanks for that thorough debugging. That line you linked referes to the API used by the code. Not the version that it is compatible with. AFAIK you should...

@ror6ax Hi there. I'm reasonably confident that the issues you are seeing are due to the fact that you are running the scheduler in bridge mode. I think that the...

Probably because ES have changed their environmental variable API. Take a look at the code [here](https://github.com/mesos/elasticsearch/blob/master/scheduler/src/main/java/org/apache/mesos/elasticsearch/scheduler/configuration/ExecutorEnvironmentalVariables.java#L21) And see if any of the env vars are no longer compatible.