Commit graph

2214 commits

Author SHA1 Message Date
Cody Soyland
03e92987cb
Merge pull request #961 from codysoyland/release-v0.7.2
Release v0.7.2
2017-11-15 11:30:34 -06:00
Cody Soyland
2f21b0addb Release v0.7.2 2017-11-15 08:29:08 -06:00
Matthew Jaffee
9ed91cac28
Merge pull request #920 from jaffee/v0.7
bump http client's MaxIdleConns and MaxIdleConnsPerHost
2017-11-02 13:59:33 -05:00
Matthew Jaffee
97eef1ff90
revert back to 200 idle conns per host
CI error appears unrelated to this setting
2017-11-01 12:55:37 -05:00
Matthew Jaffee
17c90c7ec3
decrease maxIdleConnsPerHost
test were failing in CI
2017-11-01 11:32:57 -05:00
Matthew Jaffee
53d4e5ee17
bump http client's MaxIdleConns and MaxIdleConnsPerHost
The idea here is for Pilosa to behave better under high query load where a node
might be making many connections to the other nodes in the cluster in order to
support lots of concurrent batches of SetBit queries (for example). By allowing
for more idle connections and more idle connections per host, we reduce
connection churn, and allow more connections to be reused rather than creating
new ones and potentially having many stale sockets in the TIME_WAIT state. See
https://github.com/golang/go/issues/16012
2017-10-31 16:44:03 -05:00
Cody Soyland
1819cf7845 Merge pull request #879 from codysoyland/release-v0.7.1
Release v0.7.1
2017-10-09 14:51:08 -05:00
Cody Soyland
4ea0eef6e9 Release v0.7.1 2017-10-09 11:50:17 -05:00
Cody Soyland
2d13b0a433 Merge pull request #878 from codysoyland/update-deps
Update dependencies and Go version
2017-10-09 09:26:42 -05:00
Cody Soyland
04867a5fe0 Update a few more deps 2017-10-09 09:04:18 -05:00
Cody Soyland
7b004908bc Update dependencies and Go version 2017-10-06 16:11:33 -05:00
Travis Turner
71c97ab44f Merge pull request #874 from travisturner/query-field-not-null
FieldNotNull for more efficient BETWEEN queries
2017-10-06 15:14:55 -05:00
Travis
b0afec0761
Make sure that outOfRange field predicates return not-null for NEQ queries 2017-10-06 14:47:56 -05:00
Travis
d62ea053b5
Add support for field != <int> Range query 2017-10-06 11:36:41 -05:00
Travis
4304d341f7
Add support for field != null Range query 2017-10-06 11:36:41 -05:00
Travis
07ae881967
Add FieldNotNull for more efficient BETWEEN queries 2017-10-06 11:36:24 -05:00
Michael Baird
881a9f1351 Merge pull request #868 from raskle/setfieldvalue-doc-fix
remove quotes from SetFieldValue field argument
2017-10-04 14:34:48 -05:00
Michael Baird
c8e96f9688 remove quotes from SetFieldValue field argument 2017-10-04 13:21:00 -05:00
Cody Soyland
4f87c147f7 Merge pull request #866 from codysoyland/release-v0.7.0
Release v0.7.0
2017-10-03 16:32:55 -05:00
Cody Soyland
fd42d10ca1 Minor fixes addressing PR review 2017-10-03 16:25:31 -05:00
Cody Soyland
5746ebbb1f Fix typo 2017-10-03 16:04:02 -05:00
Cody Soyland
7cbc0219a3 Minor fixes addressing PR review 2017-10-03 15:57:30 -05:00
Cody Soyland
e0088a7ef2 Update version in installation instructions 2017-10-03 15:35:00 -05:00
Cody Soyland
b302dc87c5 Release v0.7.0 2017-10-03 15:32:10 -05:00
Michael Baird
9bf6d04e6e Merge pull request #865 from raskle/bsi-doc-fix
make the Sum query argument order consistent with other queries.
2017-10-03 15:11:35 -05:00
Cody Soyland
3677154000 Merge pull request #833 from codysoyland/versioned-doc-link
Modify WebUI documentation link to open docs for the current version.
2017-10-03 14:58:29 -05:00
Michael Baird
6fac1174ee make the Sum query argument order consistent with other queries. 2017-10-03 11:17:40 -05:00
Michael Baird
146b44f49e Merge pull request #861 from raskle/740-bsi-doc-v2
740 bsi doc v2
2017-10-03 10:56:56 -05:00
Michael Baird
87f8d7be5f docs cleanup 2017-10-02 16:29:46 -05:00
Cody Soyland
162b084a82 Merge pull request #851 from codysoyland/www-145
Fix section heading name and incorrect flag
2017-09-29 13:33:56 -05:00
Yuce Tekol
066b36d45b Merge pull request #839 from yuce/deprecate-labels
Deprecate row/column labels
2017-09-28 19:23:24 +03:00
Yuce Tekol
a20adffd85
zap remaining label ref 2017-09-28 19:06:56 +03:00
Travis Turner
681527e37a Merge pull request #859 from travisturner/refactor-differencerunarray
Refactor differencerunarray
2017-09-28 10:31:16 -05:00
Travis Turner
eb524f30dd Merge pull request #860 from travisturner/empty-run-container
Fix panic when iterating over an empty run container.
2017-09-28 09:30:28 -05:00
Michael Baird
a1d81fbf86 BSI queries 2017-09-27 17:11:54 -05:00
Michael Baird
d2c052d4a9 BSI data model 2017-09-27 16:53:02 -05:00
Michael Baird
35d6e945a8 Create BSI Frame and Field documentation 2017-09-27 16:51:16 -05:00
Linh Vo
d44bdf9490 Merge pull request #856 from linhvo/handle-get-fields
Handle get fields
2017-09-27 16:04:15 -05:00
Travis
06f387842b
Adjust some comments and handle error conditions in Handler. 2017-09-27 15:51:16 -05:00
Travis
40b27b6643
Fix panic when iterating over an empty run container.
When the difference of two run containers resulted in an empty
container, that container would be a run container with no runs.
The Iterator was expected there to be at least on run in
`container.runs`. This fix protects against that and adds tests
for that case.
2017-09-27 15:11:16 -05:00
Matthew Jaffee
f115249316
don't forget to calculate in in differenceArrayRun 2017-09-27 15:05:27 -05:00
Matthew Jaffee
fd73eaa5cb
re-implement differenceRunArray to not use iterator
hopefully less heap allocs and better perf now
2017-09-27 15:05:16 -05:00
Linh Vo
5435886e7b Merge branch 'master' of github.com:pilosa/pilosa into handle-get-fields 2017-09-27 13:50:56 -05:00
Travis Turner
a863f4f422 Merge pull request #843 from travisturner/consolidate-frame-options
Consolidate frame options
2017-09-27 13:36:27 -05:00
Travis
c8c2229ca3
remove some code duplication in IndexOptions 2017-09-27 12:35:26 -05:00
Travis
80603ef28a
remove some code duplication in FrameOption encoding 2017-09-27 12:27:45 -05:00
Travis
27921564c0
Make sure Fields gets encoded with FrameOptions 2017-09-27 12:27:45 -05:00
Travis Turner
cc43cbd22b Merge pull request #841 from travisturner/perf-use-intersection-count
update fragment.FieldSum to use roaring IntersectionCount()
2017-09-27 12:26:52 -05:00
Linh Vo
d507251f3c resolve conflig with master 2017-09-27 12:00:57 -05:00
Travis
41b322d744
update fragment.FieldSum to use roaring IntersectionCount() 2017-09-27 11:54:09 -05:00