You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bookkeeper.apache.org by si...@apache.org on 2018/02/28 21:40:21 UTC

[bookkeeper] branch master updated: Website fails to build due to a missing field at the yaml file

This is an automated email from the ASF dual-hosted git repository.

sijie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git


The following commit(s) were added to refs/heads/master by this push:
     new 70ff9fc  Website fails to build due to a missing field at the yaml file
70ff9fc is described below

commit 70ff9fc6f831288a51af6b6ce7006a50a12f3902
Author: Sijie Guo <si...@apache.org>
AuthorDate: Wed Feb 28 13:40:14 2018 -0800

    Website fails to build due to a missing field at the yaml file
    
    Descriptions of the changes in this PR:
    
    The problem was introduced at apache/bookkeeper#898
    
    Author: Sijie Guo <si...@apache.org>
    
    Reviewers: Luc Perkins <lu...@gmail.com>, Enrico Olivelli <eo...@gmail.com>
    
    This closes #1222 from sijie/fix_website
---
 site/_data/config/bk_server.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/site/_data/config/bk_server.yaml b/site/_data/config/bk_server.yaml
index 94d20ef..3e564b5 100644
--- a/site/_data/config/bk_server.yaml
+++ b/site/_data/config/bk_server.yaml
@@ -71,6 +71,7 @@ groups:
     default: null
 
 - name: Worker thread settings
+  params:
   - param: numAddWorkerThreads
     description: The number of threads that handle write requests. if zero, writes are handled by [Netty threads](http://netty.io/wiki/thread-model.html) directly.
     default: 1

-- 
To stop receiving notification emails like this one, please contact
sijie@apache.org.