Josh Slocum
|
c8c97e0256
|
Blob Worker focused cleanup
|
2022-03-10 09:55:23 -06:00 |
Josh Slocum
|
1f964ac085
|
BM focused cleanup
|
2022-03-09 15:04:17 -06:00 |
Josh Slocum
|
9dbb6d216e
|
SS-focused cleanup
|
2022-03-09 10:39:04 -06:00 |
Josh Slocum
|
b21d0943b9
|
client-focused cleanup
|
2022-03-09 10:01:25 -06:00 |
Josh Slocum
|
4d909abbd1
|
re-enabling all storage engine types
|
2022-03-09 09:21:45 -06:00 |
Josh Slocum
|
f230ac0e41
|
Fixing more merge issues
|
2022-03-09 09:13:03 -06:00 |
Josh Slocum
|
e71b3533f9
|
Merge branch 'main' into blob_integration
|
2022-03-09 08:59:56 -06:00 |
A.J. Beamon
|
402fa4dd9e
|
Merge pull request #6428 from sfc-gh-ajbeamon/fdb-tenant-add-interfaces
Add server-side and protocol support for tenants
|
2022-03-08 15:33:18 -08:00 |
A.J. Beamon
|
63b8b838a2
|
Merge pull request #6558 from sfc-gh-ajbeamon/special-keys-limits
Add support for a limits hint in special keys range reads
|
2022-03-08 15:32:59 -08:00 |
A.J. Beamon
|
693bcb4582
|
Merge pull request #6565 from sfc-gh-jfu/jfu-fix-conflict-range-bug
Apply stricter condition for special keys check
|
2022-03-08 14:52:59 -08:00 |
A.J. Beamon
|
d71e91eea5
|
Add a comment about limitsHint.
|
2022-03-08 14:35:22 -08:00 |
A.J. Beamon
|
6a2e54d955
|
Rename OPTIONAL to avoid windows macro conflict
|
2022-03-08 13:45:29 -08:00 |
A.J. Beamon
|
6f7adb04a5
|
Send a version along with GetKeyServerLocationsRequests to allow the proxy to reject missing tenants more quickly. Change the commit proxy tenant map to be unversioned.
|
2022-03-08 13:33:56 -08:00 |
Jon Fu
|
24d0c158b4
|
Apply stricter condition for special keys check
|
2022-03-08 16:22:09 -05:00 |
A.J. Beamon
|
5003a0d662
|
Remove unnecessary parameter from clampRangeToTenant
|
2022-03-08 12:01:51 -08:00 |
A.J. Beamon
|
f39a53787f
|
Ignore changes that happen in the system key-space when evaluating whether a transaction should have conflicted in the conflict range test.
|
2022-03-08 07:46:07 -06:00 |
neethuhaneesha
|
212deb05e9
|
Merge pull request #6501 from neethuhaneesha/rocksdb-CompBytesLimiter
Rocksdb knobs for compaction, storageserver canCommit() waiting if rocksdb overloaded
|
2022-03-07 14:59:34 -08:00 |
Markus Pilman
|
2dc75ce5dc
|
Merge pull request #6495 from Doxense/fix-ignoring-test-exit-code
Fix ignoring test exit codes
|
2022-03-07 22:36:06 +01:00 |
Andrew Noyes
|
a827e1cbd5
|
Flush all output streams in flushAndExit
Also detect reading past the end of the infile for debug_determinism tracing
|
2022-03-07 13:25:52 -08:00 |
Yao Xiao
|
36edfb8820
|
Update error type for timeouts. (#6503)
|
2022-03-07 13:14:20 -08:00 |
Steve Atherton
|
8f8f95931b
|
In the SQLite storage engine, destroy and create new cursors after SQLITE_CURSOR_MAX_LIFETIME_BYTES of KV read usage because cursor usage increases page cache memory usage in SQLite (internal page cache, not AsyncFileCached) by pinning pages which are not freed until the cursor is destroyed.
|
2022-03-07 11:20:59 -08:00 |
A.J. Beamon
|
07169b1f11
|
Add unknown_tenant error to documentation. Avoid doing an extra tenant lookup in the clampRangeToTenant function.
|
2022-03-07 10:37:22 -08:00 |
Josh Slocum
|
58f5cea39b
|
fix typo
|
2022-03-07 11:20:24 -06:00 |
Josh Slocum
|
04f678d515
|
Fixing sample logic
|
2022-03-07 11:20:24 -06:00 |
Josh Slocum
|
665e182bcc
|
TSS Metrics improvements
|
2022-03-07 11:20:24 -06:00 |
A.J. Beamon
|
3ae98189af
|
Server processes send unknown_tenant responses back to clients, which is meant to be retried after updating the tenant cache. Fix bug where key selectors could be truncated after applying the tenant prefix.
|
2022-03-06 21:54:21 -08:00 |
A.J. Beamon
|
72a34945ce
|
Add the ability to disable tenants. Server processes verify the ID of tenants being read or written.
|
2022-03-06 21:54:21 -08:00 |
A.J. Beamon
|
b4feddea8d
|
Fix a couple bugs. Don't store old versions in tenant map indefinitely.
|
2022-03-06 21:54:21 -08:00 |
A.J. Beamon
|
c630cb45cd
|
Fix formatting
|
2022-03-06 21:54:21 -08:00 |
A.J. Beamon
|
e898e59d18
|
Fix merge issue that caused tenant serialization problems. Fix case where arena was passed by value rather than reference. Watches should check the tenant map at the latest version rather than the watch version.
|
2022-03-06 21:54:21 -08:00 |
A.J. Beamon
|
c99c7cf55f
|
Apply tenant prefixes on the storage server. The commit proxy can serve tenant location requests. Fix some bugs.
|
2022-03-06 21:54:21 -08:00 |
A.J. Beamon
|
bd3920c23d
|
Wait to initialize the SS tenant map until after the storage server has been added. Add some extra logging around inserting and erasing tenants.
|
2022-03-06 21:54:21 -08:00 |
A.J. Beamon
|
b8192828d9
|
Add support for the global tenant prefix to tenant map entries
|
2022-03-06 21:54:21 -08:00 |
A.J. Beamon
|
ea273291c7
|
Add new tenant mode configuration field to status documentation
|
2022-03-06 21:54:21 -08:00 |
A.J. Beamon
|
9c4773164e
|
Add ID to requests
|
2022-03-06 21:54:21 -08:00 |
A.J. Beamon
|
5fa9d3e1b7
|
Add a tenant parameter to read and commit requests. Store a map of all tenants on commit proxy and storage servers. Add an option to require tenant mode.
|
2022-03-06 21:54:21 -08:00 |
A.J. Beamon
|
36435af4f5
|
Add support for a limits hint in special keys. Fix a typo and resolve some comment formatting weirdness.
|
2022-03-06 21:52:39 -08:00 |
Trevor Clinkenbeard
|
b84d3af533
|
Merge pull request #6499 from sfc-gh-ajbeamon/fix-trace-overflow-bug
Fix possible infinite loop when a trace event is too long
|
2022-03-04 16:11:37 -08:00 |
Trevor Clinkenbeard
|
ddb42f33e5
|
Merge pull request #6475 from sfc-gh-ajbeamon/fix-trace-double-escaping
Fix several instances where trace events were double-escaping strings
|
2022-03-04 16:10:49 -08:00 |
Jingyu Zhou
|
89648769d0
|
Fix clang format and cmake files for fmt 8.1.1
|
2022-03-04 15:52:06 -08:00 |
Jingyu Zhou
|
1a5bf25b5c
|
Update code base to use fmt 8.1.1
|
2022-03-04 15:52:06 -08:00 |
Jingyu Zhou
|
212e5147b9
|
Update fmt from 8.0.1 to 8.1.1
8.1.1 provides fmt::fprintf().
|
2022-03-04 15:52:06 -08:00 |
A.J. Beamon
|
ad792630aa
|
Fix formatting
|
2022-03-04 14:06:16 -08:00 |
A.J. Beamon
|
d45bae11b7
|
Fix substring call when reporting details about a trace event that was longer than the legal limit.
|
2022-03-04 13:59:49 -08:00 |
A.J. Beamon
|
41d1e4b5d5
|
Fix several instances where we were converting keys, ranges, and key selectors into strings before passing them into trace events. This had the effect of double escaping certain characters.
|
2022-03-04 13:58:36 -08:00 |
A.J. Beamon
|
45649c543d
|
Merge pull request #6500 from sfc-gh-ajbeamon/fix-merge-error
Fix conflict between two recent merges by using the new errorUnsuppressed function
|
2022-03-04 13:56:52 -08:00 |
Andrew Noyes
|
2bd2ddd779
|
Fix FastAlloc thread cleanup on OSX (#6485)
* Use ThreadData constructor and destructor
Instead of pthread api
* Make threadData a function static thread local variable
* Fix linux build
|
2022-03-04 12:49:40 -08:00 |
A.J. Beamon
|
f4291af1ab
|
Merge pull request #6476 from sfc-gh-ajbeamon/fix-clang-formatting-issues
Fix formatting issues caused by clang-format in WriteDuringRead workload
|
2022-03-04 12:46:12 -08:00 |
A.J. Beamon
|
11fbd1564e
|
Fix two more cases of error(e, true)
|
2022-03-04 12:44:52 -08:00 |
A.J. Beamon
|
1555c0e2aa
|
Fix conflict between two recent merges by using the new errorUnsuppressed function.
|
2022-03-04 12:41:21 -08:00 |