Maxton Huff
7fd3fc775f
remove test code
2021-02-11 11:01:16 -06:00
Maxton Huff
d02ba32743
alter error output to satisfy test
2021-02-11 11:01:15 -06:00
Maxton Huff
9840ae67e4
remove error return type
2021-02-11 11:01:15 -06:00
Maxton Huff
1dbab1ff92
add draft trial version of molecula
2021-02-11 11:01:15 -06:00
Matthew Jaffee
a781d472b8
Merge pull request #1415 from molecula/revert-1412-import-roaring-existence
...
Revert "Update existence field on import-roaring requests"
2021-02-10 18:40:59 -06:00
tgruben
a61ed011fc
Revert "Update existence field on import-roaring requests"
2021-02-10 14:51:11 -06:00
tgruben
a41a65d7bd
Merge pull request #1412 from tgruben/import-roaring-existence
...
Update existence field on import-roaring requests
2021-02-10 13:03:54 -06:00
Todd Gruben
e7f272f37f
updates existence field on importroaring fixes issue (1411)
2021-02-10 12:43:27 -06:00
Cody Soyland
f1f7bd6327
Merge pull request #1406 from codysoyland/upgrade-lattice
...
Upgrade lattice
2021-02-09 15:19:04 -06:00
Cody Soyland
0227d8306f
Upgrade lattice
2021-02-09 15:00:11 -06:00
Alan Bernstein
8e637cc34a
Merge pull request #1390 from alanbernstein/memory-usage
...
CORE-162 Add memory info to /ui/usage response
2021-02-03 16:36:57 -06:00
Alan Bernstein
6c139935f7
Add memory info to /ui/usage response
2021-02-03 14:18:29 -06:00
nagamocha3000
52ab7e5a99
Merge pull request #1379 from nagamocha3000/fix-core-26
...
Close process on fragment.openStorage error
2021-02-03 19:18:58 +03:00
nagamocha3000
92426a9d1b
Close process on fragment.openStorage error
...
When *fragment.openStorage is invoked in both f.importValue and
f.importValueSmallWrite and it returns an error, this means there's
some underlying error with the storage device and at the point of this
commit, the sane thing to do is to close the process, otherwise the
operation of Pilosa might proceed in an inconsistent state thus
precipiatting other silent but hairy errors along the way such as
dereferencing *fragment.gen later on which is set to nil once
openStorage fails.
2021-02-03 18:47:10 +03:00
Ben Johnson
c75d5553b9
Merge pull request #1373 from molecula/bench
...
Update keyed/unkeyed benchmarks
2021-02-01 14:39:21 -07:00
Ben Johnson
0900e7b9d2
Merge branch 'master' into bench
2021-02-01 14:10:15 -07:00
Cody Soyland
a057cc9899
Merge pull request #1375 from codysoyland/duration-header
...
CORE-27 Add duration header to all gRPC query results
2021-02-01 11:55:55 -06:00
Cody Soyland
0e22ed71cc
Fix instances of context.Background that need mocked context
2021-02-01 11:40:45 -06:00
Cody Soyland
c30e3f0c2d
Move duration header to fix error handling
2021-02-01 11:40:45 -06:00
Cody Soyland
e2331372d8
Handle errors
2021-02-01 11:40:45 -06:00
Cody Soyland
367425bba1
Add duration header to all gRPC query results
2021-02-01 11:40:43 -06:00
Alan Bernstein
51e41ee6b2
Merge pull request #1331 from alanbernstein/field-usage
...
Show disk usage broken down by field and keys
2021-02-01 11:31:29 -06:00
Alan Bernstein
e981b162f0
Upgrade lattice
2021-01-29 17:48:24 -06:00
Alan Bernstein
1e7c4d7e8e
Include metadata AKA 'other' in response
2021-01-29 17:48:24 -06:00
Alan Bernstein
5beb2664b0
Use simpler test
2021-01-29 17:48:24 -06:00
Alan Bernstein
c81ea88847
Fix total summation
2021-01-29 17:48:24 -06:00
Alan Bernstein
15443b371c
Force consistent timestamp width in startup log
2021-01-29 17:48:24 -06:00
Alan Bernstein
5dc00883bd
Add more involved diskUsage test
2021-01-29 17:48:24 -06:00
Alan Bernstein
703bd14048
Fix errors in usage check
2021-01-29 17:48:24 -06:00
Alan Bernstein
85fad859e2
Correct some disk usage computations
2021-01-29 17:48:24 -06:00
Ben Johnson
32a35805a4
Add RBF index/field usage stats
2021-01-29 17:48:24 -06:00
Alan Bernstein
e397d35ed5
Include roaring field and key details in usage endpoint
2021-01-29 17:48:24 -06:00
Ben Johnson
ea653eb9a4
Merge branch 'master' into bench
2021-01-29 12:46:26 -07:00
Nia
20d55f0805
Merge pull request #1369 from niaow/count-global
...
CORE-29 Invoke pre-calls directly in count operations (fixes Count(Distinct()) on negative integers)
2021-01-29 11:20:29 -05:00
Nia
2961a69bd2
Merge branch 'master' into count-global
2021-01-29 11:14:02 -05:00
Alan Bernstein
1f87b54e5f
Merge pull request #1361 from alanbernstein/distinct-crash
...
CORE-32 Handle nil result in signed row translation
2021-01-29 10:13:48 -06:00
Nia
13db91379f
Merge branch 'master' into count-global
2021-01-29 10:57:46 -05:00
Alan Bernstein
c4455acbd8
Use inconsistent JSON schema to reach Distinct translation error condition
2021-01-29 09:39:31 -06:00
Alan Bernstein
4fba6bea82
Prevent nil pointer exception during Distinct key translation
2021-01-29 09:39:01 -06:00
Ben Johnson
60b6eecc7a
Update keyed/unkeyed benchmarks
2021-01-28 16:36:45 -07:00
Maxton Huff
4b33a7fe16
Merge pull request #1368 from Maxtonian/mmap
...
Mmap limit comparison warning message for Linux
2021-01-27 10:33:43 -06:00
Maxton Huff
7d82c55274
Merge branch 'master' into mmap
2021-01-27 10:15:50 -06:00
Maxton Huff
927db378b4
add linux OS check and the way mmap limit is read
2021-01-27 09:52:13 -06:00
Nia Weiss
0d97ec559b
switch signed count distinct test to use TestVariousQueries
2021-01-27 10:29:40 -05:00
Matthew Jaffee
f84f43ec64
Merge pull request #1370 from travisturner/distinctset-empty-row
...
Return zero-bit row (with Index/Field) instead of nil in executeDistinctShardSet
2021-01-26 20:50:38 -06:00
Travis
48ac989e6a
Return zero-bit row (with Index/Field) instead of nil in executeDistinctShardSet
2021-01-26 15:47:28 -06:00
Nia Weiss
ac09c11bad
Invoke precalls directly in count operations
...
This changes Count(Precall()) operations to execute the precall directly inside of the count operation, bypassing the transformation to a Precomputed() call.
Eliminating the Precomputed() step causes Count(Distinct()) to work properly on negative integers.
2021-01-26 12:44:03 -05:00
Maxton Huff
8c36da9eeb
Merge branch 'mmap' of github.com:Maxtonian/pilosa into mmap
2021-01-26 11:27:12 -06:00
Maxton Huff
3982a8e970
format messages and change mmap comparison logic
2021-01-26 11:26:36 -06:00
Maxton Huff
bd680ef144
Merge branch 'master' into mmap
2021-01-26 10:21:18 -06:00