Stephen Atherton
|
d8b82ecbe4
|
Added use of IndirectShadowPager. Moved MemoryPager code into .cpp because of type conflicts and its implementation doesn’t need to be externally visible anyway. Added start of a performance test. Renamed tests. Correctness/set now has random reopen of disk based pager before verification. Added asserts for when keys or values that are too large to fit in a single page.
|
2017-07-13 22:11:48 -07:00 |
Evan Tschannen
|
5ac4de8775
|
fix: the same tag could be in the server tags list twice
|
2017-07-13 16:31:55 -07:00 |
Stephen Atherton
|
b56f5643d5
|
Bug fixes.
|
2017-07-13 14:51:39 -07:00 |
Evan Tschannen
|
57ba9d36af
|
fixed a large number of bugs
|
2017-07-13 12:29:21 -07:00 |
Stephen Atherton
|
bea061fd75
|
Bug fix, building tree root (1 or more top levels) must happen inside commitSubtree() otherwise the root page logical ID (1) can be written out of version order.
|
2017-07-13 11:32:14 -07:00 |
Alec Grieser
|
4a9b5d95f2
|
Merge branch 'master' of github.com:apple/foundationdb
|
2017-07-13 11:21:26 -07:00 |
Alec Grieser
|
f75b6f333b
|
Merge branch 'release-5.0'
|
2017-07-13 11:21:18 -07:00 |
Alec Grieser
|
921dccbcad
|
reverting versions.target after docs build to 5.0.2
|
2017-07-13 10:28:16 -07:00 |
Alec Grieser
|
b133862db6
|
added FLOW and FDB_FLOW targets to make packages of flow headers and libs
|
2017-07-13 10:21:36 -07:00 |
Ben Collins
|
72de765083
|
Remove unused code
|
2017-07-13 08:18:00 -07:00 |
Balachandar Namasivayam
|
2eab22474a
|
Merge pull request #126 from cie/circus-java-bindings
<rdar://problem/32425430> 🎪 FDB Java perf tests running in Circus
|
2017-07-12 12:32:09 -07:00 |
A.J. Beamon
|
7640f2cfa2
|
Temporary version change for docs
|
2017-07-12 11:12:41 -07:00 |
Alec Grieser
|
50c206c93e
|
CompletableFuture reference is now an @link
|
2017-07-12 10:41:31 -07:00 |
Alec Grieser
|
a5a403fff1
|
Merge branch 'release-5.0' of github.com:apple/foundationdb into release-5.0
|
2017-07-12 09:52:49 -07:00 |
Alec Grieser
|
6576e62a4e
|
removed FIXME from Javadocs
|
2017-07-12 09:52:19 -07:00 |
Alec Grieser
|
800cbc0ccf
|
added perf tests in python and java for single key get ranges
|
2017-07-11 19:32:24 -07:00 |
Evan Tschannen
|
415458deef
|
made LogSet reference counted,
fixed a few bugs
|
2017-07-11 15:48:10 -07:00 |
Evan Tschannen
|
81ae263ad9
|
implemented setPeekCursor
removed oldTLogServer
first compiling version
|
2017-07-10 17:41:32 -07:00 |
Alex Miller
|
3efeb474f3
|
Merge pull request #124 from cie/go-bindings-cleanup
<rdar://32932617> Go bindings: Use proper import path for fdb imports
|
2017-07-10 16:09:00 -07:00 |
Alec Grieser
|
a6ed7532c0
|
now build files into binaries for go when running fdb-go-install
|
2017-07-10 15:40:26 -07:00 |
Alec Grieser
|
3cb6a8faf1
|
added .PHONY for go targets
|
2017-07-10 13:45:18 -07:00 |
Alec Grieser
|
94f195c6a7
|
handle name change of fdb-java-completable packages used by circus
|
2017-07-10 10:33:42 -07:00 |
Evan Tschannen
|
979ebcef6c
|
changed to using a vector of logSets instead of a duplicate set of logs for remote servers
finished porting changes to the tlog
everything but peeking is finished in the TagPartitionedLogSystem
|
2017-07-09 14:46:16 -07:00 |
Alec Grieser
|
e51260a771
|
Merge remote-tracking branch 'origin/release-5.0' into release-5.0
|
2017-07-05 17:39:28 -07:00 |
Alec Grieser
|
4a751ffa49
|
updated paths and formatting with go docs and examples
|
2017-07-05 17:25:32 -07:00 |
Alec Grieser
|
99ca7105a9
|
messed with the build stuff more to allow for local builds that do not pollute public go path
|
2017-07-05 14:59:00 -07:00 |
Stephen Atherton
|
39ff1b3c52
|
Bug fix, when io_timeouts are enabled in warn only mode they weren’t being logged at all.
|
2017-07-05 14:43:10 -07:00 |
Stephen Atherton
|
c508e8bdf9
|
Adjacent internal btree pages can now contain the same keys at different versions.
|
2017-07-04 23:49:18 -07:00 |
Stephen Atherton
|
1a71df1871
|
Lots of bug fixes and debug output added. Unitttest for set works…pretty often.
|
2017-07-04 23:41:48 -07:00 |
Alec Grieser
|
8d09b8554b
|
fixed go imports to use github ; some spaces -> tabs "fixes"
|
2017-07-04 23:10:11 -07:00 |
Evan Tschannen
|
aa1c903b52
|
fix: do not log that data distribution is initialized until readyToStart is ready
|
2017-06-30 16:21:59 -07:00 |
A.J. Beamon
|
332e1e829f
|
Merge pull request #122 from cie/alexmiller/testharness
Fix TestHarness extract-errors OOM on large trace files.
|
2017-06-30 15:43:28 -07:00 |
A.J. Beamon
|
713ca46536
|
Remove fdb_rpc dependency in fdb_flow_tester
|
2017-06-30 14:19:24 -07:00 |
Alec Grieser
|
158b0186e4
|
undo whitespace change
|
2017-06-30 11:23:38 -07:00 |
Alec Grieser
|
343367c5b4
|
whitespace change to trigger release
|
2017-06-30 11:21:33 -07:00 |
Alec Grieser
|
ba961cb883
|
Merge branch 'master' of github.com:apple/foundationdb
|
2017-06-30 11:12:42 -07:00 |
A.J. Beamon
|
f51d8c59fa
|
Add error handling and memory cleanup.
|
2017-06-30 10:44:13 -07:00 |
A.J. Beamon
|
03fe86aa1f
|
RYW benchmark in C
|
2017-06-29 16:38:57 -07:00 |
Stephen Atherton
|
1b1a0d27e2
|
Merge branch 'release-5.0'
# Conflicts:
# versions.target
|
2017-06-29 15:58:04 -07:00 |
Evan Tschannen
|
0906250e78
|
merged everything from feature-remote-logs besides the tlog and tagpartitionedlogsystem
re-included tags in messages to the tlog
previously never committed the LogRouter
|
2017-06-29 15:50:19 -07:00 |
Alec Grieser
|
2c5e764cef
|
Merge remote-tracking branch 'origin/master'
|
2017-06-29 15:47:57 -07:00 |
Alec Grieser
|
aab8805981
|
Merge pull request #121 from cie/alexmiller/dockerinit
Add --init to docker-do-native for ctrl-c pass through and reaping.
|
2017-06-29 15:46:29 -07:00 |
A.J. Beamon
|
da3015c6e5
|
Update ryw benchmark key count for get range/clear range tests
|
2017-06-29 15:37:18 -07:00 |
A.J. Beamon
|
169e41804e
|
Update ryw benchmark key count for get range/clear range tests
|
2017-06-29 15:35:07 -07:00 |
A.J. Beamon
|
a4ebfb7814
|
Merge branch 'release-5.0'
|
2017-06-29 15:11:51 -07:00 |
Stephen Atherton
|
028fb75f88
|
Added last write timestamp to lost write detector class. Renamed TraceEvent for lost writes detected since it is no longer part of the KAIO class specifically.
|
2017-06-29 15:11:11 -07:00 |
Balachandar Namasivayam
|
bd1debbd9d
|
Update versions.target to the next patch version
|
2017-06-29 15:04:52 -07:00 |
A.J. Beamon
|
a2d229ff00
|
Merge branch 'release-5.0'
|
2017-06-29 08:16:22 -07:00 |
Balachandar Namasivayam
|
529e7a191c
|
Generate new guid for FDBInstaller.wxs
|
2017-06-28 18:43:22 -07:00 |
Evan Tschannen
|
69c862ed6e
|
updated release notes for 5.0.1
|
2017-06-28 16:52:45 -07:00 |