Ben Johnson
f8608227d1
Add DeleteAvailableShard()
...
This commit adds the ability to remove an 'available shard'
from the shard cache. This does not affect shards known to be
available because of local data.
2018-10-17 08:50:06 -06:00
Travis Turner
1039390686
fixes pass-by-value issue in proto decode
2018-09-24 13:11:54 -05:00
Travis Turner
9b4c67ee60
rename notnull to exists
2018-09-11 15:15:37 -05:00
Travis Turner
d57dae3749
implement NotNull field with index option trackNotNull
2018-09-11 15:13:55 -05:00
Ben Johnson
f4c9c0fed3
Maintain available shards set.
...
This commit removes the previous `MaxShard` tracking and replaces
it with an `Available Shards` set tracking. This allows sparse shard
tracking without implicitly tracking all shards in between.
2018-08-22 07:57:58 -06:00
Travis Turner
177f25ee44
Add tests for importing value with column keys into integer fields.
...
Fix a bug in protofuf decoding of pilosa.Row.
2018-08-15 16:00:32 -05:00
Ben Johnson
8a0e99562a
encoding/proto: Fix key fields in protobuf.
2018-07-10 23:41:09 +01:00
Cody Soyland
c9497ec612
Unexport proto.EncodeValCount
2018-07-05 23:11:56 -05:00
Cody Soyland
b1d968f95e
Unexport proto.EncodeRow
2018-07-05 23:11:56 -05:00
Cody Soyland
bafc170420
Unexport proto.EncodePairs
2018-07-05 23:11:56 -05:00
Cody Soyland
052355014d
Unexport proto.EncodeNodes
2018-07-05 23:11:56 -05:00
Cody Soyland
17a0bb62b7
Unexport proto.EncodeColumnAttrSets
2018-07-05 23:11:56 -05:00
Cody Soyland
dc97e34fb7
Unexport proto.EncodeColumnAttrSet
2018-07-05 23:11:56 -05:00
Matt Jaffee
a164233c92
fix handler tests not to use internal and fix bug
2018-07-05 16:21:27 -05:00
Matt Jaffee
db2a53223d
remove internal references from api and http/*
2018-07-05 16:02:18 -05:00
Matt Jaffee
bbb93abd57
remove lots of unused code
2018-07-05 15:35:32 -05:00
Matt Jaffee
e76a90e69b
change Query and QueryNode to use pilosa.* Query structs
2018-07-05 15:02:33 -05:00
Matt Jaffee
59e80f9692
put Serializer on API, add QueryRequest/Response to serializer
2018-07-05 13:35:14 -05:00
Matt Jaffee
6309d3b7f7
get gossip using serializer stuff, remove proto and internal
2018-07-05 12:32:49 -05:00
Matt Jaffee
2cec75e399
add proto encoding subpackage and use for send and receive message
2018-07-05 12:00:42 -05:00