Adam Roberts

Results 20 issues of Adam Roberts

Hi all, I've followed and adapted the main readme as so ``` builds, err := jenkinsClient.GetAllBuildIds(job.Raw.Name) if err != nil { log.Fatalf("error getting all build ids: %v", err) } for...

Hey all, we've been using the operator for a while and we've noticed some flakiness when applying the FlinkCluster CR. Specifically we see this, and we're wondering if perhaps it's...

Hey everyone, I've been trying this operator successfully on OpenShift after making a few small changes and applying a workaround https://github.com/GoogleCloudPlatform/flink-on-k8s-operator/issues/288 in to use Flink 1.11. Now I'd like to...

Hi everyone, have noticed we can have multiple TaskManager replicas, does it make sense to have multiple JM ones? What if I don't want to use something like Zookeeper for...

Application crashes immediately after startup. ``` /home/aroberts/design-for-cloud/node_modules/appmetrics-dash/node_modules/appmetrics/probes/socketio-probe.js:140 am.emit('socketio', { ^ TypeError: am.emit is not a function at SocketioProbe.metricsEnd (/home/aroberts/design-for-cloud/node_modules/appmetrics-dash/node_modules/appmetrics/probes/socketio-probe.js:140:8) at /home/aroberts/design-for-cloud/node_modules/appmetrics-dash/node_modules/appmetrics/probes/socketio-probe.js:51:14 at Namespace.newFunc [as emit] (/home/aroberts/design-for-cloud/node_modules/appmetrics-dash/node_modules/appmetrics/lib/aspect.js:83:14) at Server.(anonymous function) [as...

bug

Credits to @nastacio for suggesting this one - Denilson, let us know if I've missed something! Currently, a user must know exactly what the labels are when they're about to...

kind/feature
lifecycle/frozen

As discussed in this week's Dashboard weekly working group call https://docs.google.com/document/d/1bG4mbjycmFtIBezA6AJoQvaB4-v3874dhX7n-DhGAx0/edit# we should ensure whatever's included in our readme mentions single namespace installs and that it's considered an experimental feature...

kind/documentation
lifecycle/frozen

It'd be useful to have, in `appmetrics-zipkin.properties` for example, and via a method call, to be able to configure how noisy the module behaves. Either we use a standard Node.js...

I'm testing appmetrics-zipkin with new versions of IBM Cloud Private regularly, I have a sample that uses it but will often silently not be working as expected. It'd be useful...

I'm working on this and will submit a pull request once done, we face NoSuchMethodError problems once you try to run anything but scheduling-throughput The fix for that is to...