Andrew Noyes
7e10464fc5
Fix a few java warnings
...
Finally got vscode to understand the java bindings.
Adding this to .vscode/settings.json did the trick
"java.project.referencedLibraries": [
"fdb-build/packages/*.jar"
]
Where fdb-build is my cmake build dir
2020-07-23 17:28:37 +00:00
Meng Xu
05b7d53cc4
Merge pull request #3538 from sfc-gh-tclinkenbeard/make-idatadistributor-constcorrect
...
Make IDataDistributorTeam const-correct
2020-07-22 22:29:09 -07:00
Evan Tschannen
49bf42e66a
added the ability to suspend processes from fdbcli
2020-07-22 16:37:00 -07:00
Andrew Noyes
75ecc3e2f4
Add difference between two iterators operator
2020-07-22 19:57:47 +00:00
Andrew Noyes
d6d374818c
Actually test copy
2020-07-22 19:57:47 +00:00
Andrew Noyes
4195d3ab3b
Fix compilation, test copies
2020-07-22 19:57:47 +00:00
Andrew Noyes
a25689e6e5
Add append tests, fix append
2020-07-22 19:57:47 +00:00
Andrew Noyes
82b70a0fa3
Fix test bug
2020-07-22 19:57:47 +00:00
Andrew Noyes
03a45e979d
Add unit tests for VectorRef and SmallVectorRef
2020-07-22 19:57:47 +00:00
Russell Sears
ab0d8b0626
Merge pull request #3509 from sfc-gh-anoyes/anoyes/remove-using-relops
...
Remove using namespace std::rel_ops
2020-07-22 11:58:25 -07:00
Evan Tschannen
bce3b3d401
Merge pull request #3545 from jzhou77/release-6.3
...
Fix restore_destination_not_empty error in BackupToDB tests
2020-07-22 11:02:37 -07:00
Meng Xu
4d5fef63a3
Merge pull request #3541 from sfc-gh-tclinkenbeard/make-idiskqueue-const-correct
...
Make IDiskQueue const-correct
2020-07-22 11:01:26 -07:00
Evan Tschannen
ce5deeded1
Merge pull request #3540 from sfc-gh-anoyes/anoyes/fix-pessimizing-moves
...
Fix several pessimizing move warnings
2020-07-22 11:00:30 -07:00
Xiaoxi Wang
6ef3d04fd7
slight change
2020-07-22 06:16:11 +00:00
Xiaoxi Wang
272ef87933
toml file
2020-07-22 06:08:47 +00:00
Jingyu Zhou
9bf02584a0
Fix restore_destination_not_empty error
2020-07-21 22:56:51 -07:00
Xin Dong
9e1f253c08
Added some explanation about the accuracy about the get estimated range size API.
2020-07-21 16:14:23 -07:00
Xiaoge Su
ef6b07abdc
Merge pull request #3542 from xis19/master
...
Use move semantic instead of copy for transactions in commitBatch
2020-07-21 16:03:10 -07:00
Xiaoge Su
fdf09c5d00
Use move semantic instead of copy for transactions in commitBatch
2020-07-21 15:36:39 -07:00
sfc-gh-tclinkenbeard
3755b25c43
Make IDiskQueue const-correct
2020-07-21 14:45:04 -07:00
Jingyu Zhou
9a65b1fbd9
Merge pull request #3528 from Daniel-B-Smith/declval
...
s/fake/std::declval/
2020-07-21 14:34:37 -07:00
Balachandar Namasivayam
314b2f26f5
Merge pull request #3535 from xumengpanda/mengxu/tmp-release-note
...
Update release notes for the wild pointer fix on Data Distribution
2020-07-21 14:14:04 -07:00
Meng Xu
aa4c378cd7
Merge pull request #3539 from apple/release-6.3
...
Merge Release 6.3 into master
2020-07-21 14:05:13 -07:00
Andrew Noyes
c9515fa5d7
Fix several pessimizing move warnings
2020-07-21 19:49:52 +00:00
sfc-gh-tclinkenbeard
638f586f78
Remove unnecessary override
2020-07-21 11:05:46 -07:00
sfc-gh-tclinkenbeard
83c5a30f62
Add encapsulation to TCTeamInfo and ParallelTCInfo
2020-07-21 11:05:41 -07:00
sfc-gh-tclinkenbeard
9a2ce4c981
Make IDataDistributionTeam const-correct
2020-07-21 11:05:34 -07:00
Meng Xu
2fc4a16265
Merge pull request #3520 from sfc-gh-tclinkenbeard/fix-file-identifier-conflicts
...
Fix file identifier conflicts
2020-07-21 10:39:01 -07:00
sfc-gh-tclinkenbeard
0d4fd085d1
Add some extra braces to for and if statements
2020-07-21 09:19:19 -07:00
Steve Atherton
5268dbe1ec
Use knob for remap cleanup window in write speed test.
2020-07-21 00:42:08 -07:00
Evan Tschannen
0df28ee2f2
updated documentation
2020-07-20 22:44:19 -07:00
Evan Tschannen
54161928aa
Merge branch 'release-6.3' of github.com:apple/foundationdb into feature-lifetimetoken-fix
2020-07-20 22:41:05 -07:00
sfc-gh-tclinkenbeard
c824026b2e
Add static assertion to FileIdentifierForBase
2020-07-20 18:52:45 -07:00
sfc-gh-tclinkenbeard
300f9b1bfa
Remove PairFileIdentifier
2020-07-20 18:52:44 -07:00
sfc-gh-tclinkenbeard
abaae40453
Modified ComposedIdentifier to prevent file identifier conflicts at
...
compile-time
2020-07-20 18:52:44 -07:00
sfc-gh-tclinkenbeard
a1d3496d7d
Update downgrade tests to use 6.3.5 instead of 6.3.3
2020-07-20 18:47:43 -07:00
sfc-gh-tclinkenbeard
92ac2a99b9
Ignore file identifier mismatches during 7.0 -> 6.3 downgrade
2020-07-20 18:45:28 -07:00
Xiaoxi Wang
893898818c
merge master
2020-07-20 23:38:05 +00:00
Xiaoxi Wang
bce0c2758e
add fastSuccess
2020-07-20 23:27:20 +00:00
Russell Sears
9416e9139e
Merge pull request #3466 from sears/numeric_asserts
...
Improved assert messages for numeric comparisons
2020-07-20 14:52:40 -07:00
Russell Sears
aa6743e118
improved readability of numeric assertion failures
2020-07-20 14:13:52 -07:00
Meng Xu
15537b41ad
Merge pull request #3536 from xumengpanda/mengxu/merge-6.3-PR
...
Merge 6.3 to master and resolve a minor conflict in flow.h
2020-07-20 14:07:01 -07:00
Evan Tschannen
220ede3564
fixed compile error
2020-07-20 11:35:20 -07:00
Meng Xu
b2a3b4fd83
Merge branch 'master' into mengxu/merge-6.3-PR
2020-07-20 11:34:18 -07:00
Evan Tschannen
be67e9cfc7
wait for the correct cluster controller interface before starting master recovery
2020-07-20 11:29:37 -07:00
Evan Tschannen
3834682820
Merge branch 'release-6.3' of github.com:apple/foundationdb into feature-lifetimetoken-fix
2020-07-20 10:35:04 -07:00
Evan Tschannen
32c0169fc8
use the old logic for lifetime since we already have verified the cluster controller is correct
2020-07-20 10:26:47 -07:00
Meng Xu
2c1334d461
Update release notes for DD fix
2020-07-20 10:12:22 -07:00
Meng Xu
e069a150d0
Merge pull request #3500 from thisismiller/toml-testspec
...
Add support for .toml tests
2020-07-20 09:59:20 -07:00
Steve Atherton
e646361501
Merge branch 'release-6.3' of github.com:apple/foundationdb into feature-redwood
2020-07-20 07:25:29 -07:00