Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add DTRACE points to measure request timings. #11245

Merged
merged 18 commits into from
Mar 20, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'origin/devel' into feature/dtrace
  • Loading branch information
neunhoef committed Mar 12, 2020
commit b99c41ba95d980435fa2f7ffbdecb49c6fe7aedf
10 changes: 10 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
devel
-----


* Add DTRACE points to track a request through the infrastructure.

* Supervision hot backup and supervision maintenance modes ttl fix.

* Fix a bug that leads to graph traversals yielding empty output when none of the
output variables (vertex, edge, path) are used. This is relevant when a query
is only interested in a COUNT of the outputs, for example.

* MoveShard to check, if target is in sync follower before promotion
to leader.

* Agency ttl bug fix

* Added the SNI feature for TLS. This means that one can configure multiple
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.