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 2019/02/25 09:20:38 UTC

[bookkeeper] branch master updated: [DOC] popover for 'striped' as well as 'striping'

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 9ad191c  [DOC] popover for 'striped' as well as 'striping'
9ad191c is described below

commit 9ad191ca0fc0bf2eaeabdc5dc796c8c53fe390a8
Author: Kieran Gorman <ki...@monzo.com>
AuthorDate: Mon Feb 25 09:20:34 2019 +0000

    [DOC] popover for 'striped' as well as 'striping'
    
    Adds a popover term for 'striped' to match 'striping'.
    
    ### Motivation
    
    <img width="817" alt="screen shot 2019-02-19 at 14 08 07" src="https://user-images.githubusercontent.com/1994486/53020896-ddd07e00-344f-11e9-9327-7beb380515d7.png">
    
    The first "link" text has no pop-over, but the second does.
    
    ### Changes
    
    Just copies the pop-over for striping. It seems inelegant vs. allowing multiple pop-over terms to refer to the same HTML fragment rather than being 1-1, but also is a straightforward and unobtrusive change.
    
    Master Issue: (no issue)
    
    
    
    
    Reviewers: Enrico Olivelli <eo...@gmail.com>, Sijie Guo <si...@apache.org>
    
    This closes #1951 from kjgorman/striped-popover
---
 site/_data/popovers.yaml | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/site/_data/popovers.yaml b/site/_data/popovers.yaml
index 8b5347c..1c4f573 100644
--- a/site/_data/popovers.yaml
+++ b/site/_data/popovers.yaml
@@ -12,11 +12,16 @@
 - term: striping
   d: |
     Striping is the process of distributing BookKeeper ledgers to sub-groups of bookies rather than to all bookies in a BookKeeper ensemble.
-    
+
+    Striping is essential to ensuring fast performance.
+- term: striped
+  d: |
+    Striping is the process of distributing BookKeeper ledgers to sub-groups of bookies rather than to all bookies in a BookKeeper ensemble.
+
     Striping is essential to ensuring fast performance.
 - term: journal
   d: A journal file stores BookKeeper transaction logs.
 - term: fencing
   d: When a reader forces a ledger to close, preventing any further entries from being written to the ledger.
 - term: record
-  d: A record is a sequence of bytes (plus some metadata) written to a BookKeeper ledger. Records are also known as entries.
\ No newline at end of file
+  d: A record is a sequence of bytes (plus some metadata) written to a BookKeeper ledger. Records are also known as entries.