Commit Graph

16300 Commits

Author SHA1 Message Date
Andy Arthur
edcc243c13 added chunkJournal, journalWriter, and journalChunkSource 2022-11-28 14:54:11 -08:00
Andy Arthur
b66f5b1600 fix race in tableSet 2022-11-23 14:10:07 -08:00
Andy Arthur
45acdc0c6a swap chunkSources for chunkSourceSet in tableSet 2022-11-23 14:01:50 -08:00
Andy Arthur
1f5287fe4b sort table specs by address 2022-11-23 13:59:44 -08:00
Andy Arthur
24d1e16e16 added error return to tableSet.prepend() 2022-11-23 13:59:44 -08:00
AndyA
88a06edd34 Merge pull request #4856 from dolthub/andy/chunk-source-hash-error
[no-release-notes] go/store/nbs: remove unused error from chunkSource.hash()
2022-11-23 13:14:01 -08:00
Andy Arthur
0324e0752e go/store/nbs: remove unused error from chunkSource.hash() 2022-11-23 12:06:24 -08:00
Taylor Bantle
1e7287e69a Merge pull request #4832 from dolthub/taylor/shallow-gc
Online shallow gc
2022-11-23 10:44:15 -08:00
Maximilian Hoffman
5be1532994 history system table missing projections (#4845) 2022-11-23 09:49:02 -08:00
jennifersp
d5adfc425f use tini init system in docker container (#4851) 2022-11-23 09:43:16 -08:00
Daylon Wilkins
2e4d56cfb1 Merge pull request #4852 from dolthub/Hydrocharged-5f1008d6
[auto-bump] [no-release-notes] dependency by Hydrocharged
2022-11-23 01:25:33 -08:00
Daylon Wilkins
8e7df34d77 Fixed test error 2022-11-23 00:38:29 -08:00
Hydrocharged
50fd7ee096 [ga-bump-dep] Bump dependency in Dolt by Hydrocharged 2022-11-23 03:03:15 +00:00
Pavel Safronov
a88ec232bb Merge pull request #4849 from dolthub/pavel/bump-hdrhistogram-go
Get the version v1.1.2 of github.com/HdrHistogram/hdrhistogram-go
2022-11-22 16:05:31 -08:00
Taylor Bantle
cab0997abd Some fixes 2022-11-22 16:05:25 -08:00
Taylor Bantle
fc6b7f56cd Increment SkipPreparedsCount 2022-11-22 16:00:38 -08:00
Taylor Bantle
23ad8ea58c Add check to UpdateManifest that all table files exist before updating manifest 2022-11-22 15:59:20 -08:00
druvv
57854eb37e [ga-bump-release] Update Dolt version to 0.51.5 and release v0.51.5 v0.51.5 2022-11-22 22:17:30 +00:00
Pavel Safronov
88ec14b1ff Get the version v1.1.2 of github.com/HdrHistogram/hdrhistogram-go 2022-11-22 14:09:47 -08:00
Dhruv Sringari
48df05c476 Merge pull request #4846 from dolthub/dhruv/migrate-pk-ordinal-changes
Schemas with different PK ordinals should not be equal.
2022-11-22 13:49:47 -08:00
James Cor
bfc4c6b07f Merge pull request #4842 from dolthub/JCOR11599-0ba73661
[auto-bump] [no-release-notes] dependency by JCOR11599
2022-11-22 12:34:43 -08:00
Dhruv Sringari
30025a0dc8 Schemas with different PK ordinals should not be equal. 2022-11-22 12:10:27 -08:00
Taylor Bantle
5fdcdc92d2 Part of feedback 2022-11-22 12:05:40 -08:00
Taylor Bantle
2aa112355e Merge remote-tracking branch 'origin/main' into taylor/shallow-gc 2022-11-22 11:34:53 -08:00
JCOR11599
e74353e034 [ga-bump-dep] Bump dependency in Dolt by JCOR11599 2022-11-22 08:36:00 +00:00
James Cor
0bcdb7b205 Merge pull request #4812 from dolthub/james/ref-string-index
use prefix index for referenced strings
2022-11-22 00:34:02 -08:00
James Cor
9eb28a2336 bump 2022-11-21 16:34:28 -08:00
James Cor
a29023a049 fix 2022-11-21 16:32:10 -08:00
Nikita Konev
c87bb09054 Fix issues with docker entrypoint (#4831)
* Fix unability to process .sql in initdb, make init scripts run only
once, remove unnecessary and non working server starting

* Use workdir in order to have the same dir for the server and commandline

Co-authored-by: Nikita Konev <nikita.konev@arrival.com>
2022-11-21 16:22:43 -08:00
James Cor
eac942e05a Merge branch 'main' into james/ref-string-index 2022-11-21 16:17:43 -08:00
James Cor
a3db8dbc2b new tests 2022-11-21 16:17:14 -08:00
James Cor
2288463d6c merge with main 2022-11-21 16:03:55 -08:00
Maximilian Hoffman
fc46082dcf Blob chunker rewrite (#4825)
* Fix mising projection on indexed table

* add test

* rewrite

* cleanup

* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh

* blob test

* Fix tests

* node arena

* delete stale

* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh

* docs

* more cleanup

* add newline

* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh

* aaron's rewrite

* benchmarks

* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh

* concurrency safe blob builder

* fmt

* pointer to pool

* test nodeStore edits

Co-authored-by: max-hoffman <max-hoffman@users.noreply.github.com>
2022-11-21 15:46:17 -08:00
James Cor
38e8ee5945 Merge pull request #4768 from dolthub/james/dolt-docs
change dolt docs `doc_text` column to `longtext`
2022-11-21 15:05:13 -08:00
jennifersp
844993ed08 add Hibernate smoke test (#4829) 2022-11-21 14:30:07 -08:00
Pavel Safronov
aed57b2685 Merge pull request #4835 from dolthub/PavelSafronov-e938f9a0
[auto-bump] [no-release-notes] dependency by PavelSafronov
2022-11-21 13:15:17 -08:00
PavelSafronov
73507418cf [ga-bump-dep] Bump dependency in Dolt by PavelSafronov 2022-11-21 19:33:50 +00:00
Taylor Bantle
1c3fcbe5a1 Skip gc enginetest 2022-11-21 10:57:11 -08:00
tbantle22
f35f5c2e3f [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2022-11-21 18:06:04 +00:00
Taylor Bantle
9becfc9d02 Cleanup 2022-11-21 10:03:33 -08:00
Taylor Bantle
98120eb31d online prune table files 2022-11-21 10:03:33 -08:00
Taylor Bantle
d63ab697cb Add some shallow gc tests 2022-11-21 10:03:33 -08:00
druvv
9e33b03c77 [ga-bump-release] Update Dolt version to 0.51.4 and release v0.51.4 v0.51.4 2022-11-19 00:12:01 +00:00
Dhruv Sringari
1956ca903b Merge pull request #4784 from dolthub/dhruv/fix-remotesapi-panic
Fix a panic that occurs when grpc stream Recv() method returns an err…
2022-11-18 15:59:17 -08:00
Dhruv Sringari
a1be091711 Merge pull request #4382 from dolthub/dhruv/update-tag
Add dolt schema update-tag
2022-11-18 15:40:53 -08:00
Daylon Wilkins
d376474341 Merge pull request #4826 from dolthub/daylon/fixed-branch-perms-test
[no-release-notes] Fixed db issue with branch permissions test
2022-11-18 14:18:40 -08:00
James Cor
872ac4f2f2 bump 2022-11-18 13:55:52 -08:00
Dhruv Sringari
b1e80b686b only allow update-tag on format __DOLT__ 2022-11-18 13:28:29 -08:00
Dhruv Sringari
60350928fe add a bats for the interaction between update-tags and merge 2022-11-18 13:20:42 -08:00
Dustin Brown
af6f8bfa52 [ga-bump-dep] Bump dependency in Dolt by jennifersp (#4828) 2022-11-18 13:19:11 -08:00