cache_messages.mes 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. # Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC")
  2. #
  3. # Permission to use, copy, modify, and/or distribute this software for any
  4. # purpose with or without fee is hereby granted, provided that the above
  5. # copyright notice and this permission notice appear in all copies.
  6. #
  7. # THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
  8. # REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
  9. # AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
  10. # INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
  11. # LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
  12. # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  13. # PERFORMANCE OF THIS SOFTWARE.
  14. $NAMESPACE isc::cache
  15. % CACHE_ENTRY_MISSING_RRSET missing RRset to generate message for %1
  16. The cache tried to generate the complete answer message. It knows the structure
  17. of the message, but some of the RRsets to be put there are not in cache (they
  18. probably expired already). Therefore it pretends the message was not found.
  19. % CACHE_LOCALZONE_FOUND found entry with key %1 in local zone data
  20. Debug message, noting that the requested data was successfully found in the
  21. local zone data of the cache.
  22. % CACHE_LOCALZONE_UNKNOWN entry with key %1 not found in local zone data
  23. Debug message. The requested data was not found in the local zone data.
  24. % CACHE_LOCALZONE_UPDATE updating local zone element at key %1
  25. Debug message issued when there's update to the local zone section of cache.
  26. % CACHE_MESSAGES_DEINIT deinitialized message cache
  27. Debug message. It is issued when the server deinitializes the message cache.
  28. % CACHE_MESSAGES_EXPIRED found an expired message entry for %1 in the message cache
  29. Debug message. The requested data was found in the message cache, but it
  30. already expired. Therefore the cache removes the entry and pretends it found
  31. nothing.
  32. % CACHE_MESSAGES_FOUND found a message entry for %1 in the message cache
  33. Debug message. We found the whole message in the cache, so it can be returned
  34. to user without any other lookups.
  35. % CACHE_MESSAGES_INIT initialized message cache for %1 messages of class %2
  36. Debug message issued when a new message cache is issued. It lists the class
  37. of messages it can hold and the maximum size of the cache.
  38. % CACHE_MESSAGES_REMOVE removing old instance of %1/%2/%3 first
  39. Debug message. This may follow CACHE_MESSAGES_UPDATE and indicates that, while
  40. updating, the old instance is being removed prior of inserting a new one.
  41. % CACHE_MESSAGES_UNCACHEABLE not inserting uncacheable message %1/%2/%3
  42. Debug message, noting that the given message can not be cached. This is because
  43. there's no SOA record in the message. See RFC 2308 section 5 for more
  44. information.
  45. % CACHE_MESSAGES_UNKNOWN no entry for %1 found in the message cache
  46. Debug message. The message cache didn't find any entry for the given key.
  47. % CACHE_MESSAGES_UPDATE updating message entry %1/%2/%3
  48. Debug message issued when the message cache is being updated with a new
  49. message. Either the old instance is removed or, if none is found, new one
  50. is created.
  51. % CACHE_RESOLVER_DEEPEST looking up deepest NS for %1/%2
  52. Debug message. The resolver cache is looking up the deepest known nameserver,
  53. so the resolution doesn't have to start from the root.
  54. % CACHE_RESOLVER_INIT_INFO initializing resolver cache for class %1
  55. Debug message, the resolver cache is being created for this given class. The
  56. difference from CACHE_RESOLVER_INIT is only in different format of passed
  57. information, otherwise it does the same.
  58. % CACHE_RESOLVER_INIT initializing resolver cache for class %1
  59. Debug message. The resolver cache is being created for this given class.
  60. % CACHE_RESOLVER_LOCAL_MSG message for %1/%2 found in local zone data
  61. Debug message. The resolver cache found a complete message for the user query
  62. in the zone data.
  63. % CACHE_RESOLVER_LOCAL_RRSET RRset for %1/%2 found in local zone data
  64. Debug message. The resolver cache found a requested RRset in the local zone
  65. data.
  66. % CACHE_RESOLVER_LOOKUP_MSG looking up message in resolver cache for %1/%2
  67. Debug message. The resolver cache is trying to find a message to answer the
  68. user query.
  69. % CACHE_RESOLVER_LOOKUP_RRSET looking up RRset in resolver cache for %1/%2
  70. Debug message. The resolver cache is trying to find an RRset (which usually
  71. originates as internally from resolver).
  72. % CACHE_RESOLVER_NO_QUESTION answer message for %1/%2 has empty question section
  73. The cache tried to fill in found data into the response message. But it
  74. discovered the message contains no question section, which is invalid.
  75. This is likely a programmer error, please submit a bug report.
  76. % CACHE_RESOLVER_UNKNOWN_CLASS_MSG no cache for class %1
  77. Debug message. While trying to lookup a message in the resolver cache, it was
  78. discovered there's no cache for this class at all. Therefore no message is
  79. found.
  80. % CACHE_RESOLVER_UNKNOWN_CLASS_RRSET no cache for class %1
  81. Debug message. While trying to lookup an RRset in the resolver cache, it was
  82. discovered there's no cache for this class at all. Therefore no data is found.
  83. % CACHE_RESOLVER_UPDATE_MSG updating message for %1/%2/%3
  84. Debug message. The resolver is updating a message in the cache.
  85. % CACHE_RESOLVER_UPDATE_RRSET updating RRset for %1/%2/%3
  86. Debug message. The resolver is updating an RRset in the cache.
  87. % CACHE_RESOLVER_UPDATE_UNKNOWN_CLASS_MSG no cache for class %1
  88. Debug message. While trying to insert a message into the cache, it was
  89. discovered that there's no cache for the class of message. Therefore
  90. the message will not be cached.
  91. % CACHE_RESOLVER_UPDATE_UNKNOWN_CLASS_RRSET no cache for class %1
  92. Debug message. While trying to insert an RRset into the cache, it was
  93. discovered that there's no cache for the class of the RRset. Therefore
  94. the message will not be cached.
  95. % CACHE_RRSET_EXPIRED found expired RRset %1/%2/%3
  96. Debug message. The requested data was found in the RRset cache. However, it is
  97. expired, so the cache removed it and is going to pretend nothing was found.
  98. % CACHE_RRSET_INIT initializing RRset cache for %1 RRsets of class %2
  99. Debug message. The RRset cache to hold at most this many RRsets for the given
  100. class is being created.
  101. % CACHE_RRSET_LOOKUP looking up %1/%2/%3 in RRset cache
  102. Debug message. The resolver is trying to look up data in the RRset cache.
  103. % CACHE_RRSET_NOT_FOUND no RRset found for %1/%2/%3 in cache
  104. Debug message which can follow CACHE_RRSET_LOOKUP. This means the data is not
  105. in the cache.
  106. % CACHE_RRSET_REMOVE_OLD removing old RRset for %1/%2/%3 to make space for new one
  107. Debug message which can follow CACHE_RRSET_UPDATE. During the update, the cache
  108. removed an old instance of the RRset to replace it with the new one.
  109. % CACHE_RRSET_UNTRUSTED not replacing old RRset for %1/%2/%3, it has higher trust level
  110. Debug message which can follow CACHE_RRSET_UPDATE. The cache already holds the
  111. same RRset, but from more trusted source, so the old one is kept and new one
  112. ignored.
  113. % CACHE_RRSET_UPDATE updating RRset %1/%2/%3 in the cache
  114. Debug message. The RRset is updating its data with this given RRset.