Commit Graph

15245 Commits

Author SHA1 Message Date
sfc-gh-tclinkenbeard 3e229457a7 Use default initializer for TraceEvent::errorKind 2021-05-05 14:21:21 -07:00
Chaoguang Lin 1081dcc078 fix typos, solve comments 2021-05-05 14:02:10 -07:00
Sreenath Bodagala 5376e4ab81 Provide "time since last full recovery" in fdbcli status
release-notes-700.rst: Add a note about the new metric in "Status" section.
2021-05-05 20:44:26 +00:00
Sreenath Bodagala 336a9bff66 Provide "time since last full recovery" in fdbcli status
Changes:

Schemas.cpp: Extend the JSON schema to include a new field that reports
the number of seconds since last full recovery.

Status.actor.cpp: Extend recoveryStateStatusFetcher() to populate the
new field that has been added to Schemas.cpp.

mr-status-json-schemas.rst.inc: Update the schema to reflect the change
made in Schemas.cpp.
2021-05-05 19:43:44 +00:00
Chaoguang Lin e0dc449a44 Update special keys documentation, fix typos 2021-05-05 12:42:17 -07:00
Steve Atherton 06e8caa0aa Replaced IPage with ArenaPage, a new Arena-based page class which enables StringRefs to hold a reference to Redwood page memory. 2021-05-05 12:35:39 -07:00
Chaoguang Lin 89a5bdb479 Merge branch 'master' of github.com:apple/foundationdb into add-documentation-for-existing-special-keys 2021-05-05 10:27:07 -07:00
Chaoguang Lin 01fbb4faa3 Add missing documentation for special keys 2021-05-05 10:10:18 -07:00
Andrew Noyes 5e7f83b22f
Merge pull request #4747 from sfc-gh-anoyes/anoyes/fix-clang-unseed-mismatch
Use a deterministic iteration order for committing in the special key…
2021-05-05 10:03:29 -07:00
Andrew Noyes ed464d3514 Deduplicate 2021-05-05 16:30:59 +00:00
Andrew Noyes 946e3f989f Use a deterministic iteration order for committing in the special key space 2021-05-05 16:30:59 +00:00
Andrew Noyes ee53229a63
Merge pull request #4756 from apple/revert-4562-bugfixes/simulator-close-files
Revert "Actually close files in simulation"
2021-05-04 18:07:48 -07:00
Jon Fu 3d81fd490f
Merge pull request #4763 from sfc-gh-jfu/jfu-fix-docs
Fix documentation build
2021-05-04 19:54:33 -04:00
Jon Fu 5aa51b6067 fix documentation build 2021-05-04 19:51:00 -04:00
Markus Pilman 7864b8ac28
Merge pull request #4759 from sfc-gh-ljoswiak/fixes/msgpack-cmake
Fix msgpack dependency
2021-05-04 17:00:43 -06:00
Lukas Joswiak f2b70011cc Fix msgpack dependency 2021-05-04 15:59:08 -07:00
Steve Atherton a8d7f7748c Rewrote FIFOQueue::Cursor read and write actors for more clarity, less overhead, and to fix bugs during pager shutdown. 2021-05-04 15:42:20 -07:00
Andrew Noyes 6bffbdf7e3
Revert "Actually close files in simulation" 2021-05-04 15:38:24 -07:00
Steve Atherton a65be363d1
Merge pull request #4750 from sfc-gh-sgwydir/FDBCORE-536-mako-loggroup
Mako should be able to set loggroup
2021-05-04 14:29:15 -07:00
A.J. Beamon 1537019237
Merge pull request #4729 from sfc-gh-etschannen/feature-bypass-unreadable
Added a new option to bypass unreadable protection in read your writes for calls to get
2021-05-04 11:35:44 -07:00
Chaoguang Lin 2bd0bbf7df Add documentation for consistencycheck 2021-05-04 10:46:07 -07:00
Evan Tschannen f5f9de48e7
Update fdbclient/vexillographer/fdb.options
Co-authored-by: A.J. Beamon <aj.beamon@snowflake.com>
2021-05-04 09:31:24 -07:00
Evan Tschannen 3175e82393 updated documentation 2021-05-04 09:26:09 -07:00
Sam Gwydir 45c79ecc17 Mako should be able to set loggroup 2021-05-03 21:18:07 -07:00
Vishesh Yadav dbd730ff21
Merge pull request #4748 from sbodagala/master
Expose CommitBatchingWindowSize metric to fdbcli status
2021-05-03 19:17:18 -07:00
sfc-gh-ngoyal 434e38d1d0
Merge pull request #4678 from sfc-gh-satherton/redwood-commit-read-uncacheable
Skip page copy for update if page wasn't already cached
2021-05-03 18:09:03 -07:00
Lukas Joswiak e7d7b39f12
Merge pull request #4744 from sfc-gh-tclinkenbeard/add-rangeresult-type-alias
Create RangeResult type alias
2021-05-03 16:29:33 -07:00
sfc-gh-tclinkenbeard 56e719533e Move all Standalone<*Ref> type alias definitions to the same location 2021-05-03 15:47:55 -07:00
A.J. Beamon 0c12eae767
Merge pull request #4674 from sfc-gh-jfu/jfu-update-620-rst
Added release notes regarding 6.3 to 6.2 downgrades
2021-05-03 15:40:33 -07:00
Sreenath Bodagala a9532c7e79 Expose CommitBatchingWindowSize metric to fdbcli status
Changes:

mr-status-json-schemas.rst.inc: Update schema to reflect the change made
to Schemas.cpp (to include statistics about CommitBatchingWindowSize).

release-notes-700.rst: Add a note about the new metric in the Status section.
2021-05-03 22:25:04 +00:00
Jon Fu acdb57c838
Update documentation/sphinx/source/administration.rst
Co-authored-by: A.J. Beamon <aj.beamon@snowflake.com>
2021-05-03 18:00:21 -04:00
A.J. Beamon 3d0a9db4f0
Merge pull request #4626 from sfc-gh-tclinkenbeard/add-master-logging
Add MasterMetrics periodic logging
2021-05-03 14:55:28 -07:00
sfc-gh-tclinkenbeard 0a9289a580 Merge remote-tracking branch 'origin/master' into add-master-logging 2021-05-03 14:49:08 -07:00
Lukas Joswiak 86fde38240 Fix boost download links 2021-05-03 14:30:48 -07:00
Jon Fu 76535d8a1f Merge branch 'jfu-update-620-rst' of github.com:sfc-gh-jfu/foundationdb into jfu-update-620-rst 2021-05-03 17:29:18 -04:00
Jon Fu 9eb908de21 Adjusted release notes to link to the administration page 2021-05-03 17:26:53 -04:00
Jon Fu 236a6e0985
Update documentation/sphinx/source/administration.rst
Co-authored-by: A.J. Beamon <aj.beamon@snowflake.com>
2021-05-03 17:19:25 -04:00
Jon Fu b8712a068e
Update documentation/sphinx/source/administration.rst
Co-authored-by: A.J. Beamon <aj.beamon@snowflake.com>
2021-05-03 17:19:19 -04:00
Jingyu Zhou 64d01e9303
Merge pull request #3997 from ajbeamon/grv-proxy-model
A model used to quickly simulate various GRV scenarios and algorithms
2021-05-03 13:52:49 -07:00
Steve Atherton 5ffd29de6c Merge branch 'master' of https://github.com/apple/foundationdb into redwood-commit-read-uncacheable 2021-05-03 13:48:09 -07:00
Jingyu Zhou 1c92588cca
Merge pull request #4562 from sfc-gh-mpilman/bugfixes/simulator-close-files
Actually close files in simulation
2021-05-03 13:47:44 -07:00
Steve Atherton c891e55e87 Merge branch 'master' of https://github.com/apple/foundationdb into redwood-commit-read-uncacheable 2021-05-03 13:42:10 -07:00
Markus Pilman 1a8e30630d
Merge pull request #4741 from sfc-gh-tclinkenbeard/add-trace-kind-field
Add ErrorKind field to Severity 40 traces
2021-05-03 14:41:03 -06:00
Jingyu Zhou d49e0091ce
Merge pull request #4727 from sfc-gh-etschannen/fix-rewrite-bme
Simulation could still stall writes for 10 seconds even when speedUpSimulation was on
2021-05-03 13:37:04 -07:00
sfc-gh-tclinkenbeard 5c2d7b6080 Create RangeResult type alias 2021-05-03 13:14:16 -07:00
sfc-gh-ngoyal 63d82b9b63
Merge pull request #4616 from sfc-gh-satherton/redwood-improvements
Redwood page splitting/building refactor
2021-05-03 13:07:41 -07:00
sfc-gh-tclinkenbeard 2bcfbd6816 Move TraceEvent::setErrorKind implementation to cpp file 2021-05-03 11:10:43 -07:00
sfc-gh-tclinkenbeard f9ede75b42 Remove unused variable in ClusterController.actor.cpp 2021-05-03 11:10:43 -07:00
sfc-gh-tclinkenbeard 13a6c4cf06 Add ErrorKind field to SevError trace events 2021-05-03 11:10:38 -07:00
Lukas Joswiak da41534618
Merge pull request #4136 from sfc-gh-mpilman/features/actor-lineage
Features/actor lineage
2021-05-02 18:38:35 -07:00