Mahesh Arumugam
f57abbf7fc
go version set to 1.16.3 in makefile
2021-05-24 12:17:19 -07:00
Mahesh Arumugam
2679fa6cfd
restore import syscall, accidentally removed in previous commit
2021-05-24 12:17:00 -07:00
Mahesh Arumugam
277eba9895
update comment
2021-05-24 12:17:00 -07:00
Mahesh Arumugam
ce2b07b650
move to go 1.16.4
2021-05-24 12:16:57 -07:00
Mahesh Arumugam
b6098f05e6
fixing the build for linux,arm
2021-05-24 12:16:30 -07:00
Mahesh Arumugam
25ddc2d3a0
fixing the build tags
2021-05-24 12:16:28 -07:00
Mahesh Arumugam
0523088fed
add darwin-arm64 support
2021-05-24 12:15:48 -07:00
Nia
a0f2623b04
Merge pull request #1607 from niaow/fix-get-translate
...
Correct handling of field translate data fetch in get translate data endpoint
2021-05-24 13:07:42 -04:00
Kuba Podgórski
ba8d4c4ca1
Merge branch 'master' into fix-get-translate
2021-05-24 18:52:41 +02:00
Kuba Podgórski
01c4b11efb
Merge pull request #1605 from kuba--/fix-file-backup
...
Fix backup to a file
2021-05-24 18:52:23 +02:00
Kuba Podgórski
a1e7755fe7
Merge branch 'master' into fix-file-backup
2021-05-24 18:29:44 +02:00
Nia Weiss
bfe2383f65
correct handling of field translate data fetch in get translate data endpoint
...
After retrieving field translation, this attempted to fetch index translation which didn't work because this is not an index translation request.
2021-05-24 12:24:00 -04:00
tgruben
576c2d9efc
Merge pull request #1606 from tgruben/restore-fix
...
Restore arg handling bug
2021-05-24 11:19:33 -05:00
Todd Gruben
94e66b74b5
tls config bug and arge handling
2021-05-24 11:00:37 -05:00
Kuba Podgórski
be06340869
Merge branch 'master' into fix-file-backup
2021-05-24 16:21:56 +02:00
tgruben
89bf845192
Merge pull request #1600 from tgruben/restore
...
[ CORE-525] Restore
2021-05-24 09:15:10 -05:00
tgruben
5be61772f0
Merge branch 'master' into restore
2021-05-24 08:51:32 -05:00
Ben Johnson
9cb7c2be6c
Merge pull request #1603 from molecula/fix-bench-filename
...
Fix benchmark file naming
2021-05-24 07:50:53 -06:00
Todd Gruben
69fda13ff4
cleanup arg processing
2021-05-24 08:48:32 -05:00
Ben Johnson
34bd5c9fa2
Merge branch 'master' into fix-bench-filename
2021-05-24 07:11:17 -06:00
Kuba Podgórski
935edba1db
Fix backup to a file
2021-05-24 10:36:58 +02:00
tgruben
b5613a6c33
Merge branch 'master' into restore
2021-05-23 21:18:34 -05:00
Todd Gruben
ff86f82ef2
applied ben's suggestions
2021-05-23 10:27:50 -05:00
Alan Bernstein
9992cb886a
Merge pull request #1599 from alanbernstein/merge-lattice-take2
...
CLOUD-65 Merge lattice take2
2021-05-21 21:04:54 -05:00
Ben Johnson
69e15525d8
Fix benchmark file naming
2021-05-21 14:51:08 -06:00
Alan Bernstein
e4a8293c0e
Update lattice makefile to reflect new structure
2021-05-21 14:56:55 -05:00
Alan Bernstein
4aaf3e2fc2
Copy lattice repo @8c29787 into subdirectory lattice/
2021-05-21 14:56:55 -05:00
Alan Bernstein
4a00bd9d6e
Remove lattice submodule steps from pilosa makefile
2021-05-21 14:56:55 -05:00
Alan Bernstein
89891174b6
Add job skipping step to CI jobs
2021-05-21 14:56:55 -05:00
Alan Bernstein
9ea12803a2
Remove lattice submodule
2021-05-21 14:56:55 -05:00
Todd Gruben
05fea53f73
linter
2021-05-21 09:27:53 -05:00
Todd Gruben
3d577d762a
cleanup
2021-05-21 09:27:08 -05:00
Todd Gruben
35f4c33de9
first cache rebuild was ineffective
2021-05-21 09:27:08 -05:00
Todd Gruben
7520e0ef28
rebuild rank caches on restore
2021-05-21 09:27:08 -05:00
Todd Gruben
b25ad81e67
restore without restart
2021-05-21 09:27:08 -05:00
Todd Gruben
cc0c1b829a
restore idalloc
2021-05-21 09:27:08 -05:00
Todd Gruben
a1a9103f62
restore column translate keys
2021-05-21 09:27:08 -05:00
Todd Gruben
329f86033d
restore field translate keys
2021-05-21 09:27:08 -05:00
Todd Gruben
69245ee209
shard import
2021-05-21 09:27:08 -05:00
Todd Gruben
42b465b80c
load schema
2021-05-21 09:27:08 -05:00
Todd Gruben
9d24fb07b7
wired in restore command
2021-05-21 09:27:08 -05:00
Todd Gruben
169dc30d62
api compiles
2021-05-21 09:27:08 -05:00
Todd Gruben
7c6423587a
skeleton restore
2021-05-21 09:27:08 -05:00
seebs
b784dd88d9
Merge pull request #1602 from seebs/addgo116
...
add go 1.16.3 to circleci
2021-05-20 18:43:04 -05:00
Seebs
ac5964480b
add go 1.16.3 to circleci
...
Since we're starting to use this more, add it to the matrix. We should
probably make it our default later, but for now let's just start testing
it.
2021-05-20 17:25:07 -05:00
seebs
2f95bd2de8
Merge pull request #1593 from seebs/getTx
...
write operations can cause deadlocks in GetTx
2021-05-20 17:09:08 -05:00
Seebs
1c7a6da37b
write operations can cause deadlocks in GetTx
...
The GetTx logic is deeply broken, this DOES NOT fix the underlying
bug.
When any call anywhere in a given set of calls has a top-level write,
we perform all transactions as write transactions, and we do not cache or
share those transactions. This means that anything which causes a
second GetTx for the same index/shard deadlocks against itself.
The two easy to find cases by casual inspection are time quantums
and Not queries, so this addresses those, but this should NOT be
considered a general fix.
2021-05-20 16:41:38 -05:00
seebs
479d668045
Merge pull request #1601 from seebs/noTxBitmap
...
drop unused TxBitmap
2021-05-20 16:41:18 -05:00
Seebs
7cf0ea452a
drop unused TxBitmap
...
TxBitmap was a workaround for performance problems with doing
individual-bit operations directly on RBF, used only in the
large-writes path of importValue. With importValue no longer
using that path, ever, there are zero remaining users of TxBitmap,
and the test for it no longer exercises it.
Solution: Remove it.
2021-05-20 16:28:19 -05:00
seebs
a46e14ef22
Merge pull request #1598 from seebs/importSpeedups
...
improve performance of importValue in most cases, switching to consistently use importPositions.
2021-05-20 16:26:38 -05:00