Matthew Jaffee

Results 54 issues of Matthew Jaffee

@codysoyland commented on [Tue May 30 2017](https://github.com/pilosa/internal/issues/31) ### Description [GRPC](http://www.grpc.io/) is an RPC framework built on Protobuf and other technologies. It would be interesting to see how Pilosa would work...

### Expected behavior No error. ### Actual behavior Errors like: Error: Post http://node0.sandbox.pilosa.com:10101/index/myindex/query: dial tcp: lookup node0.sandbox.pilosa.com on 10.0.0.2:53: dial udp 10.0.0.2:53: operation was canceled ### Steps to reproduce the...

### Description I've run into this a few times, the errors we get from TopN are basically non-existent and it's very confusing. For example, the correct query might be: ```...

developer-experience

### What's going wrong? Setting a string value via PQL like `Set('bl\'ah', fld=ha)` sets the literal value `bl\'ah` in Pilosa rather than the expected `bl'ah`. The PQL parser knows to...

bug

This test is setting 100 bits in 100 different shards via 100 `Set` calls concatenated in a single request to a 3-node in-memory cluster. This happens occasionally - I've seen...

It should be possible to clear integer values via PQL, e.g. `Clear(, intfield=x)` If we follow our import logic, this would actually set the intfield at equal to `x` and...

If we have a field called `size` which is an int, and we query it like `Count(Row(size=10))` we get `0` back. If we query it like `Count(Row(size==10))` (the correct way),...

...we have some that do, and some that don't, this is bad. Pilosa is the only entity which actually knows at any given point which nodes own a shard, if...

2.0

# Description There are many situations where records in a data set do not have natural sequential integer ids and we want to simply assign them at ingest time (rather...

proposal
ingest-performance

We should take a look at the API Reference section of our docs and make sure we cover anything which implemented in the clients. I know some things we don't...

documentation