Chaoguang Lin
|
8c19969048
|
Refactor the cache_range command
|
2021-08-20 10:57:13 -07:00 |
sfc-gh-tclinkenbeard
|
3a067b9cc8
|
Expand scope of GetGenerationQuorum object in PaxosConfigTransactionImpl
|
2021-08-20 10:15:01 -07:00 |
Fuheng Zhao
|
6f8e66bbf7
|
Merge branch 'HistogramCountDetailFormatChange' of https://github.com/FuhengZhao/foundationdb into HistogramCountDetailFormatChange
|
2021-08-20 09:25:27 -07:00 |
Fuheng Zhao
|
5aeb6249a5
|
change unit::cout format into %u
|
2021-08-20 09:24:59 -07:00 |
Mohamed Oulmahdi
|
bff33372f6
|
Use WIN32 mutex instead of std::mutex for singleton
|
2021-08-20 17:39:57 +02:00 |
Xiaoge Su
|
b11b4173cc
|
Merge pull request #5418 from PierreZ/address_comments_5389
Add warning on CMake when bindings requirements are not reached
|
2021-08-19 22:16:36 -07:00 |
Steve Atherton
|
ebdb9064ff
|
Merge pull request #5359 from RenxuanW/mlr
Check in the prototype of MutationLogReader.
|
2021-08-19 21:11:10 -07:00 |
Trevor Clinkenbeard
|
cb04f6a135
|
Merge pull request #5426 from sfc-gh-tclinkenbeard/paxos-config-db
Reenable ConfigIncrement test
|
2021-08-19 18:18:43 -07:00 |
neethuhaneesha
|
41f94e6e3b
|
Merge pull request #5130 from neethuhaneesha/readCancelRocksDB
Cancelling the timedout reads with rocksdb storage.
|
2021-08-19 16:41:22 -07:00 |
Zhe Wu
|
a8655e5f4e
|
Allow CC health monitor to handle cancellation
|
2021-08-19 16:32:18 -07:00 |
Chaoguang Lin
|
7e35a5da23
|
Merge branch 'master' of github.com:apple/foundationdb into ipc-bench
|
2021-08-19 23:23:59 +00:00 |
sfc-gh-tclinkenbeard
|
658233d0e0
|
Merge remote-tracking branch 'origin/master' into paxos-config-db
|
2021-08-19 16:18:59 -07:00 |
sfc-gh-tclinkenbeard
|
0fcca0eb60
|
Add IKnobCollection::clearTestKnobs to fix unit tests
|
2021-08-19 16:18:44 -07:00 |
Evan Tschannen
|
2adad62e59
|
Merge pull request #5424 from sfc-gh-jslocum/shard-metrics-timeout-fix
Using the current max shard size estimate instead of the max possible…
|
2021-08-19 16:00:51 -07:00 |
Jingyu Zhou
|
32142bdec2
|
Merge pull request #5422 from sfc-gh-xwang/master
fix spelling error
|
2021-08-19 15:48:27 -07:00 |
Neethu Haneesha Bingi
|
0fbfcc582e
|
Increasing the read cancellation timeouts to 5 minutes in simulation.
|
2021-08-19 14:47:12 -07:00 |
sfc-gh-tclinkenbeard
|
b6c669be23
|
Send ConfigBroadcastSnapshotReply to broadcaster
|
2021-08-19 14:45:30 -07:00 |
Chaoguang Lin
|
3e34769c6d
|
Merge branch 'master' of github.com:apple/foundationdb into ipc-bench
|
2021-08-19 21:40:27 +00:00 |
Chaoguang Lin
|
7258c085ac
|
Merge pull request #5395 from sfc-gh-clin/add-external-client-fdbcli-test
Add fdbcli external client tests
|
2021-08-19 14:30:22 -07:00 |
Chaoguang Lin
|
8c56cef23c
|
Merge pull request #5366 from sfc-gh-clin/add-flow-db-interface
Rewrite ThrottleApi functions using template
|
2021-08-19 14:28:55 -07:00 |
Josh Slocum
|
17f6f7a2ca
|
Using the current max shard size estimate instead of the max possible if unavailable
|
2021-08-19 16:17:55 -05:00 |
Neethu Haneesha Bingi
|
6c97782378
|
Timedout reads cancellation check removed in simulation.
|
2021-08-19 14:11:28 -07:00 |
Neethu Haneesha Bingi
|
02b3ed3ff1
|
Adding deadline option to rocksdb calls.
|
2021-08-19 14:11:28 -07:00 |
Neethu Haneesha Bingi
|
fbb393f998
|
Added readrange timeoout check and rocksdb read deadline option.
|
2021-08-19 14:11:28 -07:00 |
Neethu Haneesha Bingi
|
24ac173c95
|
Adding ReadRangeAction timeout, returning error and using timer_monotonic changes.
|
2021-08-19 14:11:28 -07:00 |
Neethu Haneesha Bingi
|
01e85610ab
|
Cancelling the timedout reads with rocksdb storage.
|
2021-08-19 14:11:28 -07:00 |
Xiaoxi Wang
|
09342f43ea
|
fix spelling error
|
2021-08-19 13:55:30 -07:00 |
Chaoguang Lin
|
aff848543d
|
Merge branch 'master' of github.com:apple/foundationdb into add-external-client-fdbcli-test
|
2021-08-19 13:31:34 -07:00 |
Andrew Noyes
|
97568645a1
|
Move .venv to main .gitignore
|
2021-08-19 20:25:18 +00:00 |
Chaoguang Lin
|
fbed117b21
|
Solve comments; Add a method to return DatabaseContext Reference
|
2021-08-19 19:34:25 +00:00 |
Chaoguang Lin
|
68b41392a0
|
Change to use ArgumentParser, set env to use external client library in Popen, enable logging in all tests
|
2021-08-19 12:13:26 -07:00 |
A.J. Beamon
|
67acb48208
|
Updated the status documentation to match the schema used to validate status.
|
2021-08-19 11:16:40 -07:00 |
Daniel Smith
|
45b40addb7
|
Merge pull request #5379 from neethuhaneesha/eagerReadsDisable
Disabling option for removing eagerReads for ClearRange mutations.
|
2021-08-19 12:39:30 -04:00 |
Andrew Noyes
|
82d0ef705d
|
Tests pass for versioned packages
|
2021-08-19 16:32:22 +00:00 |
Andrew Noyes
|
8bbcfca8a0
|
Run all tests for versioned packages
|
2021-08-19 16:32:22 +00:00 |
Andrew Noyes
|
505ba2fc42
|
Works for ubuntu
|
2021-08-19 16:32:22 +00:00 |
Andrew Noyes
|
357c3ca2f8
|
Add simple test for versioned packages
|
2021-08-19 16:32:22 +00:00 |
Andrew Noyes
|
1bc944e8b9
|
Add development header to readme
|
2021-08-19 16:32:22 +00:00 |
Andrew Noyes
|
f42e8d2407
|
Typing fixes found with mypy
|
2021-08-19 16:32:22 +00:00 |
Andrew Noyes
|
b425d495cf
|
Mention potential leaked containers
|
2021-08-19 16:32:22 +00:00 |
Andrew Noyes
|
1e202da08d
|
Reduce likelihood of leaking containers/images
|
2021-08-19 16:32:22 +00:00 |
Andrew Noyes
|
a62f84b84a
|
Basic tests for rpm and deb packages
|
2021-08-19 16:32:22 +00:00 |
Markus Pilman
|
2e8a469b27
|
Incomplete implementation
|
2021-08-19 16:32:22 +00:00 |
Jingyu Zhou
|
f2520ec21e
|
Merge pull request #5417 from PierreZ/issue_5416
Fix documentation about the tracing data layout
|
2021-08-19 09:30:55 -07:00 |
sfc-gh-fzhao
|
d588199144
|
Merge branch 'apple:master' into HistogramCountDetailFormatChange
|
2021-08-19 09:02:45 -07:00 |
Pierre Zemb
|
b1dce03e0d
|
Add warning on CMake when bindings requirements are not reached
|
2021-08-19 17:39:03 +02:00 |
Pierre Zemb
|
bfae4bf24a
|
Fix documentation about the tracing data layout
|
2021-08-19 16:31:56 +02:00 |
Dan Lambright
|
90216dfbb8
|
sraneeth pr5348
|
2021-08-19 09:38:10 -04:00 |
sfc-gh-tclinkenbeard
|
8faf418b45
|
Add back LocalConfiguration::initialize
|
2021-08-18 22:27:38 -07:00 |
Fuheng Zhao
|
dc31064e96
|
change histogram counts write to log format
|
2021-08-18 18:52:44 -07:00 |