BIND 10 #1035: Modify nsas messages

BIND 10 Development do-not-reply at isc.org
Fri Jun 24 15:16:37 UTC 2011


#1035: Modify nsas messages
-------------------------------------+-------------------------------------
                   Reporter:         |                 Owner:  stephen
  stephen                            |                Status:  reviewing
                       Type:         |             Milestone:
  enhancement                        |  Sprint-20110628
                   Priority:  minor  |            Resolution:
                  Component:         |             Sensitive:  0
  Unclassified                       |           Sub-Project:  DNS
                   Keywords:         |  Estimated Difficulty:  0.0
            Defect Severity:  N/A    |           Total Hours:  0
Feature Depending on Ticket:         |
        Add Hours to Ticket:  0      |
                  Internal?:  0      |
-------------------------------------+-------------------------------------
Changes (by shane):

 * owner:  UnAssigned => stephen


Comment:

 In NSAS_WRONG_ANSWER the word "raise" is spelled as "riase".

 The NSAS_INVALID_RESPONSE does explains what the NSAS is, but only after
 using the abbreviation. Probably NSAS should be explained the first time
 it is presented to the user.

 Current message:
 {{{
 The NSAS made a query for a RR for the specified nameserver but received
 an invalid response.  Either the success function was called without a
 DNS message or the message was invalid on some way. (In the latter case,
 the error should have been picked up elsewhere in the processing logic,
 hence the raising of the error here.)

 This message indicates an internal error in the nameserver address store
 component (NSAS) of the resolver.  Please raise a bug report.
 }}}

 Suggested replacement:

 {{{
 The NSAS (nameserver address store - part of the resolver) made a
 query for a RR for the specified nameserver but received an invalid
 response.  Either the success function was called without a DNS
 message or the message was invalid on some way. (In the latter case,
 the error should have been picked up elsewhere in the processing logic,
 hence the raising of the error here.)

 This message indicates an internal error in the nameserver address
 store component (NSAS) of the resolver. Please raise a bug report.
 }}}

 In NSAS_SEARCH_ZONE_NS we don't use the abbreviation for some reason. It
 should probably be the same as everywhere else. Something like this:

 {{{
 A debug message output when a call is made to the NSAS (nameserver
 address store - part of the resolver) to obtain the nameservers for
 the specified zone.
 }}}

 If you think these changes are okay, then you can update the branch and
 merge with them included. Otherwise please add some comments here and pass
 this ticket back to me.

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


More information about the bind10-tickets mailing list