Alessandro Gagliardi

Results 8 comments of Alessandro Gagliardi

Okay, I think I did what you asked. I tested it with a BeliefPropagation query with two variables and it returned as expected. I have _not_ tested MAP queries. I...

I can't tell if this is a related issue or not, but I'm seeing stuff like the following when I stop a consumer: ``` kafka_burrow_partition_current_offset{cluster="stage",group="test-burrow",partition="0",topic="TESTdelete_station"} 4 kafka_burrow_partition_current_offset{cluster="stage",group="test-burrow",partition="1",topic="TESTdelete_station"} 4 kafka_burrow_partition_current_offset{cluster="stage",group="test-burrow",partition="2",topic="TESTdelete_station"} 5...

Update: it turns out burrow_exporter has not been updated to use v3 of the Burrow API (it's amazing it worked as well as it did!) I updated it so it...

Oh, I just noticed it also doesn't block `www.example.com/banner.gif` (w/o the `http://`)

FWIW, this seems to happen _all the time_ when trying to deploy using [Nomad](https://www.nomadproject.io/). When I tried running the Docker container locally it worked great. It would, a couple times:...

Another update: someone suggested increasing the `EMQ_WAIT_TIME`. It looks like the comment was removed, so maybe the author already realized that wouldn't help, but I thought I'd respond anyway, since...

When I deployed to GCP using Kubernetes, it worked fine. But I never was able to deploy it with Nomad.

CSV is no good as we have shifting schemata and nested documents and all kinds of other madness that make CSV a mess. I imagine you're already aware of https://github.com/mongodb/mongo-hadoop...