[prev in list] [next in list] [prev in thread] [next in thread] 

List:       ceph-commit
Subject:    [ceph-commit] branch wip-zafman-testing updated. v0.94-1135-g2ece2f7
From:       ceph-commit () ceph ! com (ceph ! git)
Date:       2015-04-30 23:54:37
Message-ID: 20150430235437.9EF014032C () ds3426 ! dreamservers ! com
[Download RAW message or body]

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "".

The branch, wip-zafman-testing has been updated
  discards  5e49eb05f4c22cf2fac4a8ba9d256efe8a11736f (commit)
       via  2ece2f72728cc5e1a561f6ae1cb158397e21420b (commit)

This update added new revisions after undoing existing revisions.  That is
to say, the old revision is not a strict subset of the new revision.  This
situation occurs when you --force push a change and generate a repository
containing something like this:

 * -- * -- B -- O -- O -- O (5e49eb05f4c22cf2fac4a8ba9d256efe8a11736f)
            \
             N -- N -- N (2ece2f72728cc5e1a561f6ae1cb158397e21420b)

When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 2ece2f72728cc5e1a561f6ae1cb158397e21420b
Author: David Zafman <dzafman at redhat.com>
Date:   Thu Apr 30 16:39:10 2015 -0700

    osd: Track divergent priors changes
    
    Add print when calling add_divergent_prior()
    Add print where divergent_priors cleared
    
    Signed-off-by: David Zafman <dzafman at redhat.com>

-----------------------------------------------------------------------

Summary of changes:
 src/osd/PGLog.cc |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/osd/PGLog.cc b/src/osd/PGLog.cc
index fce57eb..4ee0683 100644
--- a/src/osd/PGLog.cc
+++ b/src/osd/PGLog.cc
@@ -142,12 +142,14 @@ ostream& PGLog::IndexedLog::print(ostream& out) const
 
 void PGLog::reset_backfill()
 {
+  dout(1) << __func__ << dendl;
   missing.clear();
   divergent_priors.clear();
   dirty_divergent_priors = true;
 }
 
 void PGLog::clear() {
+  dout(1) << __func__ << dendl;
   divergent_priors.clear();
   missing.clear();
   log.clear();


hooks/post-receive
-- 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic