Commit 9669631
Nonblocking commits (#3340)
* Debug tracing for nonblocking commit
* Disable logging messages- looking for an assertion failure about committing a non-temporary page
* debug logging
* Check for issue with Arroyo state collapsing
* more debugging
* more debug
* Coordination bt gc & commit tasks
* disable nonblocking commits
* Coordination between page garbage collection and commits
* Stricter criterion for when pages can be garbage collected
* Use unique db names for testing
* typo
* Kludge for issue with accessing temporary pages after transaction released, when reporting AbortException
* comment
* Fix for AbortException issue
* oops
* debugging for no_self_edges failures
* IFL heisenbugs
* Use unique db names for RAIVM benchmarks
* gen_safe_dbname typo
* gen_safe_dbname() fix
* comment
* debugging
* PR feedback
* handling of CREATE_OVERWRITE
* ..
* mutex to ensure CommitManager.prev_tip_pageid and KV store are updated together
* [ClientSDKs] Generated SDK changes for `wait_durable`
* Do not use objectid to detect objects we have encountered before, because objectids are not unique for immutable objects.
* Fix connection versioning test failures
* Fix failing unit test error_handling
* tweak
* run_actions() use wait_durable=true
* generate-client-sdks.sh
* whups
* fix
* Disable DevilSpawn.jl
* disable assert
* cleanup
* cleanup
* Commit generated change to incubator/ClientSDKs/javascript-client-sdk/client/test/Transaction.spec.js
* Temporarily disable blocking commits to see effect on benchmarks
* whups
* Consistently use default of wait_durable=true
* Use IdDict{Any,Nothing} rather than Set{Any}, to avoid issue with Vector(undef,N)
* Reduce allocations in collect_relations()
* tweaks
* mmmhmm
* Change wait_durable to nowait_durable, because protocol boolean flags must have default false
* tweak
* remove testing code
* .
* Update src/API/Server/Server.jl
Co-authored-by: Nikolas Göbel <nikolas.goebel@relational.ai>
* PR feedback
* fix wrong default
Co-authored-by: Todd Veldhuizen <>
Co-authored-by: Mohammad Dashti <mdashti@gmail.com>
Co-authored-by: Rob Bearman <robbear@hyperfine.com>
Co-authored-by: Nikolas Göbel <nikolas.goebel@relational.ai>1 parent ff744c8 commit 9669631
File tree
3 files changed
+21
-3
lines changed- client
- docs
- src/model
- test/model
3 files changed
+21
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
32 | | - | |
| 33 | + | |
33 | 34 | | |
34 | | - | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
42 | | - | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| 47 | + | |
46 | 48 | | |
47 | 49 | | |
48 | 50 | | |
| |||
73 | 75 | | |
74 | 76 | | |
75 | 77 | | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
76 | 81 | | |
77 | 82 | | |
78 | 83 | | |
| |||
120 | 125 | | |
121 | 126 | | |
122 | 127 | | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
123 | 134 | | |
124 | 135 | | |
125 | 136 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
87 | 93 | | |
88 | 94 | | |
89 | 95 | | |
| |||
0 commit comments