You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by vi...@apache.org on 2018/05/10 20:11:55 UTC

mesos git commit: Reformat email address in blog to avoid un-necessary updates to website.

Repository: mesos
Updated Branches:
  refs/heads/master b863f6c78 -> 77279f025


Reformat email address in blog to avoid un-necessary updates to website.

Email in "<fo...@bar.baz>" format in a markdown file causes random
characters to be generated in the resulting html file causing the
website bot generating a new commit everytime even though nothing
changed.

The fix here is to remove the angular brackets.


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/77279f02
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/77279f02
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/77279f02

Branch: refs/heads/master
Commit: 77279f0256d12edc8208dfd96a88fea205bde8a4
Parents: b863f6c
Author: Vinod Kone <vi...@gmail.com>
Authored: Thu May 10 13:07:11 2018 -0700
Committer: Vinod Kone <vi...@gmail.com>
Committed: Thu May 10 13:10:08 2018 -0700

----------------------------------------------------------------------
 .../blog/2017-12-07-performance-working-group-progress-report.md   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/77279f02/site/source/blog/2017-12-07-performance-working-group-progress-report.md
----------------------------------------------------------------------
diff --git a/site/source/blog/2017-12-07-performance-working-group-progress-report.md b/site/source/blog/2017-12-07-performance-working-group-progress-report.md
index 0f59515..e641d25 100644
--- a/site/source/blog/2017-12-07-performance-working-group-progress-report.md
+++ b/site/source/blog/2017-12-07-performance-working-group-progress-report.md
@@ -87,4 +87,4 @@ We're currently targeting the following areas for improvements:
   * **[Libprocess](https://github.com/apache/mesos/tree/master/3rdparty/libprocess) HTTP performance**: This will be undertaken as part of improving the v1 API performance, since it is HTTP-based.
 * **Master state API performance**: Currently, API queries of the master's state are serviced by the same master actor that processes all of the messages from schedulers and agents. Since the query processing can block the master from processing other events, users need to be careful not to query the master excessively. In practice, the master gets queried quite heavily due to the presence of several tools that rely on the master's state (e.g. DNS tooling, UIs, CLIs, etc) and so this is a critical problem for users. This effort will leverage the state streaming API to stream the state to a different actor that can serve the state API requests. This will ensure that expensive state queries do not affect the master's ability to process events.
 
-If you are a user and would like to suggest some areas for performance improvement, please let us know by emailing <de...@apache.mesos.org>.
+If you are a user and would like to suggest some areas for performance improvement, please let us know by emailing `dev@apache.mesos.org`.