Commit Graph

116 Commits

Author SHA1 Message Date
Stephen Atherton 8cd43692bf Update versions.target for next release. 2017-08-09 23:34:14 -07:00
Stephen Atherton 4b8e2adb8e Updated WIX Installer GUID. 2017-08-09 23:24:05 -07:00
Stephen Atherton 95cd5dc3a2 Updated installer package GUID, updated docs for 5.0.3. 2017-08-09 22:29:02 -07:00
Evan Tschannen 2335fc73f2 fix: peek cursors were being timed out every 10 minutes, instead of 10 minutes after the last use
fix: if an interface is changed while we are not waiting in getMore, we will not reset the sequence to 0.
2017-08-09 15:58:06 -07:00
A.J. Beamon 29a38d1a51 Add warning that the slow task profiling network option is not recommended for use in production. 2017-08-09 14:39:05 -07:00
A.J. Beamon 2c3920c7b3 Merge branch 'release-5.0' of github.com:apple/foundationdb into release-5.0 2017-08-09 14:36:34 -07:00
A.J. Beamon 853a98053c Move some memory related activities outside of the timed block 2017-08-09 14:36:19 -07:00
Alec Grieser d608152069 fdbversion -> 5.0.3 after downgrade to 5.0.2 for docs publish 2017-08-09 11:59:20 -07:00
Alec Grieser a576b9c8a8 Merge branch 'release-5.0' of github.com:apple/foundationdb into release-5.0 2017-08-09 11:40:45 -07:00
Alec Grieser 9df8c266e9 fix docs links for 5.0.2 2017-08-09 11:40:42 -07:00
A.J. Beamon 5a8cd34224 Disable profiling if we aren't using the cached dl_iterate_phdr values. 2017-08-08 09:03:04 -07:00
A.J. Beamon c7402eb10c fix: call initSignalSafeUnwind in fdbcli and backup to avoid hangs in slow task profiling. 2017-08-07 15:55:08 -07:00
Alvin Moore 0e38063038 Added min version compilation option for OS X 2017-08-07 11:56:12 -07:00
A.J. Beamon 47b4a81710 Merge pull request #136 from cie/circus-c-perf-tests
<rdar://problem/33247796> 🎪 C perf test in circus
2017-08-07 10:00:34 -07:00
Alec Grieser 2499aac09d for once, a whitespace change 2017-08-07 09:51:53 -07:00
A.J. Beamon f66e22c89d fix: machine metrics could sometimes default to 0, which cause underflows when compared with prior results. 2017-08-03 15:49:30 -07:00
Alec Grieser b8b61a66b3 maybeLogError uses logError ; FDB_API_VERSION defined in test.h 2017-08-02 21:58:51 -07:00
Alec Grieser 604be02f62 spaces to tabs 😢 2017-08-02 21:55:36 -07:00
Alec Grieser 15961e8326 Merge branch 'circus-bundle-specific-config' into release-5.0 2017-07-31 18:08:17 -07:00
Alec Grieser d34e301dc6 added c performance test ; make packages now includes archive of them 2017-07-31 18:08:13 -07:00
John King d0fbc41338 set LOCK_AWARE on several transactions used for getting cluster info for the consistency check 2017-07-28 18:50:32 -07:00
A.J. Beamon 4243486f54 fix: TLogMetrics was being track latested with the wrong ID 2017-07-28 14:37:23 -07:00
Evan Tschannen 7061d34e94 updated version.target for next release 2017-07-27 16:50:27 -07:00
Evan Tschannen 6bc87b5837 updated wix guid 2017-07-27 16:39:46 -07:00
Evan Tschannen 7e69a09e0e updated release notes, updated WIX guid 2017-07-27 14:40:49 -07:00
Evan Tschannen 19fa31ffff fix: uncancellable was not forwarding errors to the result promise 2017-07-27 13:29:08 -07:00
A.J. Beamon 8c5268f2f8 Merge pull request #132 from cie/use-incremental-delete
Enable use of incremental delete when deleting disk queue and KVS sqlite files.
2017-07-26 15:35:02 -07:00
A.J. Beamon 311d0e3815 Remove outdated comment from incrementalDelete function. 2017-07-26 15:27:37 -07:00
A.J. Beamon d8acb11200 Remove the change that waits only for unlinking; call delete on the file even if it doesn't exist. 2017-07-26 15:25:49 -07:00
A.J. Beamon d8e308c18f Enable use of incremental delete when deleting disk queue and sqlite KVS sqlite files. 2017-07-26 14:11:11 -07:00
Alec Grieser 1ef77ef99a java tester support on release-5.0 2017-07-17 16:42:50 -07:00
A.J. Beamon a7fbc56a8e Checksums computed on pages with partially undefined contents are still valid, so mark them as such for valgrind purposes. 2017-07-17 09:34:04 -07:00
Alec Grieser eee492a05b fix build issue from Notified.h not being shuffled in vcxproj files 2017-07-14 16:46:08 -07:00
A.J. Beamon f73b0b6961 fix: Move failureMonitorClient state to a reference counted object. This avoids a race condition in the fdbcli as its shutting down that can cause it to crash. 2017-07-14 16:28:04 -07:00
A.J. Beamon ed4fd4df50 Merge pull request #127 from cie/flow-packages
<rdar://33191326> Publish header files for flow
2017-07-14 15:55:01 -07:00
Alec Grieser 660729839c moved Notified.h from flow -> fdbclient ; flow bindings package does better job when excluding testers 2017-07-14 15:49:30 -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
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
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 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
Alec Grieser 8d09b8554b fixed go imports to use github ; some spaces -> tabs "fixes" 2017-07-04 23:10:11 -07:00