BIND 10 #1752: Measure performance hit of per-message filtering

BIND 10 Development do-not-reply at isc.org
Fri Mar 23 22:04:00 UTC 2012


#1752: Measure performance hit of per-message filtering
-------------------------------------+-------------------------------------
                   Reporter:         |                 Owner:  vorner
  vorner                             |                Status:  reviewing
                       Type:  task   |             Milestone:
                   Priority:         |  Sprint-20120403
  medium                             |            Resolution:
                  Component:         |             Sensitive:  0
  logging                            |           Sub-Project:  Core
                   Keywords:         |  Estimated Difficulty:  4
            Defect Severity:  N/A    |           Total Hours:  0
Feature Depending on Ticket:         |
        Add Hours to Ticket:  0      |
                  Internal?:  0      |
-------------------------------------+-------------------------------------

Comment (by jinmei):

 Replying to [comment:6 jinmei]:

 > So I only gave a quick sanity check on it, not a fully detailed
 > review.  I have one comment: maybe we want to try something like this
 > in checkEnabled:

 Oops, this was buggy:-)

 > {{{#!c++
 >         if (overrides_.empty() || overrides_.find(id) !=
 overrides_.end()) {
 >             return (logger_.isEnabledFor(level));
 >         } else {
 >             return (true);
 >         }
 > }}}

 The '!=' should have been '==', although it shouldn't matter for the
 test case with an empty map.

-- 
Ticket URL: <http://bind10.isc.org/ticket/1752#comment:8>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development


More information about the bind10-tickets mailing list