Travis Turner
dcff924be4
Merge pull request #793 from travisturner/fix-default-container-type
...
ensure new containers have a type
2017-08-25 14:17:37 -05:00
Travis
cef489c726
ensure new containers have a type
2017-08-25 13:34:57 -05:00
tgruben
644262810f
Merge pull request #786 from tgruben/xor-bug
...
Xor bug
2017-08-24 14:13:25 -05:00
Todd Gruben
72041eb4f2
comment cleanup
2017-08-24 13:49:43 -05:00
Todd Gruben
0f91149852
converted xorArrayRun test to table; xor cardinality bug fix
2017-08-24 13:47:58 -05:00
Todd Gruben
ee3324ba8e
overflow in arrayRun with supporting tests
2017-08-23 11:20:33 -05:00
Todd Gruben
95d89e7648
replaced magic number with constant; updated comments
2017-08-23 09:03:26 -05:00
Todd Gruben
343ff04399
fixes #780;adjusted test to avoid array conversion
2017-08-22 16:09:03 -05:00
Matthew Jaffee
659df6d428
Merge pull request #784 from jaffee/782-gossip-race
...
re-arrange GossipNodeSet.Open to hopefully avoid race
2017-08-22 11:09:56 -05:00
Ben Johnson
5bea524894
Merge pull request #778 from benbjohnson/621-aggregate-field-queries
...
Sum() and Average() field queries.
2017-08-22 08:28:20 -06:00
Ben Johnson
562fba9de1
Sum() and Average() field queries.
2017-08-22 08:27:52 -06:00
Matthew Jaffee
81d0f25ba1
re-arrange GossipNodeSet.Open to hopefully avoid race
2017-08-21 17:08:57 -05:00
Travis Turner
2fea07f6bb
Merge pull request #779 from travisturner/look-for-array-oom
...
Fix infinite loop in bitmap-to-array conversion.
2017-08-21 14:45:14 -05:00
Matthew Jaffee
dbbdabef05
add failing test for XorRunRun
2017-08-21 14:38:35 -05:00
Travis
cf372cdd1d
Fix infinite loop in bitmap-to-array conversion.
...
When a run ended the container (i.e. contained column 65535), then the for loop
would increment the 16-bit value to 0, at which point it was still <= 65535.
2017-08-21 14:20:37 -05:00
Matthew Jaffee
fec7413f96
Merge pull request #773 from jaffee/countrange-bug
...
Countrange bug
2017-08-16 13:06:35 -05:00
Cody Soyland
e304d00c41
Merge pull request #775 from codysoyland/doc-metadata
...
Doc metadata
2017-08-16 12:11:33 -05:00
Cody Soyland
463c3029f2
Add sorting and navigation metadata for architecture document
2017-08-16 11:43:45 -05:00
Cody Soyland
370ab656f9
Add metadata to doc pages (sort weight and nav headings)
2017-08-16 11:43:45 -05:00
Matthew Jaffee
23f0d09157
improve description of search32 and search64
2017-08-15 17:47:12 -05:00
Matthew Jaffee
f6b75e0361
fix Bitmap.CountRange bugs, comment, test
2017-08-15 17:07:15 -05:00
Todd Gruben
af4350ca46
spelling correction
2017-08-15 12:36:09 -05:00
Todd Gruben
89b72cbfc8
provided some clarification of CountRange issue
2017-08-15 12:33:19 -05:00
Todd Gruben
7bcbfaef09
fix for #770
2017-08-15 11:36:49 -05:00
Matthew Jaffee
5a0eea2948
Merge pull request #766 from jaffee/fix-ts-log
...
fix log which treats time.Duration as secs instead of ns
2017-08-14 13:57:40 -05:00
Matthew Jaffee
0831d50e1c
fix log which treats time.Duration as secs instead of ns
2017-08-14 13:33:09 -05:00
Ben Johnson
8044cfb545
Merge pull request #755 from benbjohnson/620-pql-range-field
...
Support PQL Range() queries for fields.
2017-08-12 11:44:17 -06:00
Ben Johnson
c36fdbfacb
Support PQL Range() queries for fields.
2017-08-12 11:39:25 -06:00
alanbernstein
4f4843a624
Merge pull request #763 from alanbernstein/roaring-minor-fixes
...
Roaring minor fixes
2017-08-11 14:55:43 -05:00
Alan Bernstein
c2ea0dd715
Trivial docs update
2017-08-11 14:41:05 -05:00
Alan Bernstein
f807adb0ac
Update docs for current storage format
2017-08-11 14:05:14 -05:00
Alan Bernstein
056707ad09
Remove unused magic number
2017-08-11 14:02:43 -05:00
Cody Soyland
cdb7d1f0b6
Merge pull request #761 from codysoyland/v0.6.0-release
...
Release v0.6.0
2017-08-11 11:14:45 -05:00
Cody Soyland
0fee3860b0
Release v0.6.0
2017-08-11 11:10:28 -05:00
tgruben
04de5440e8
Merge pull request #759 from tgruben/bug-CountRange
...
CountRange was incorrect if rangekey was prior to inital container
2017-08-11 08:10:21 -05:00
Travis
8f3cb3e761
add a comment to TestBitmap_BitmapCountRangeEdgeCase
2017-08-10 08:46:13 -05:00
Todd Gruben
5d39bc0b1c
addressing concerns
2017-08-09 15:34:59 -05:00
Todd Gruben
93257af5d2
CountRange was incorrect if rangekey was prior to inital container
2017-08-09 14:06:22 -05:00
tgruben
a5d2a7a705
Merge pull request #758 from tgruben/16bitcontainer
...
RLE with 16bit container conversion
2017-08-08 12:17:12 -05:00
Todd Gruben
dfbfc217d9
corrected some merge issues
2017-08-08 12:06:06 -05:00
Todd Gruben
728308a5bb
Merge branch 'master' into 16bitcontainer
2017-08-08 10:17:44 -05:00
Travis Turner
e177fbb46c
Merge pull request #750 from travisturner/gossip-always
...
WIP: DefaultClusterType = ClusterGossip
2017-08-07 10:04:44 -05:00
Travis
e3a6ba8f12
remove test that was testing for error on net.LookupIP()
2017-08-07 08:25:35 -05:00
Travis
2d3548afac
Adjust error tests to work on go v1.8
2017-08-07 08:25:35 -05:00
Travis
c4a4f0dcc4
don't normalize bind address after all, just have it use defaults when necessary
2017-08-07 08:25:35 -05:00
Travis
fcb311389e
added pilosa.NormalizeAddress() to address variations in the bind configuration
2017-08-07 08:25:35 -05:00
Travis
a3b1b2ee1a
DefaultClusterType = ClusterGossip
...
This commit removes the `httpbroadcast` NodeSet, sets the default cluster type
to `gossip`, and uses the `static` cluster type for most test cases.
2017-08-07 08:25:35 -05:00
Todd Gruben
51f980f695
replaced counting method on cache load
2017-08-05 17:12:31 -05:00
Cody Soyland
40b0235552
Merge pull request #757 from pilosa/v0.5
...
Release 0.5.0
2017-08-04 13:15:55 -05:00
Ben Johnson
e8a2d125a7
Merge pull request #754 from benbjohnson/619-internal-range-field
...
Implement BSI Field Range internally
2017-08-04 11:47:57 -06:00