You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@pekko.apache.org by "SakulK (via GitHub)" <gi...@apache.org> on 2023/12/07 09:04:28 UTC

[I] Potentially unnecessary `DnsClient` warning logs [incubator-pekko]

SakulK opened a new issue, #834:
URL: https://github.com/apache/incubator-pekko/issues/834

   First of all, thank you for all you work with this fork :heart: 
   `org.apache.pekko.io.dns.internal.DnsClient` is logging warnings with messages like this:
   ```
   DNS response id -32068 question [Question(<redacted>,RecordType(28,AAAA),RecordClass(1,IN))] question asked [Question(<redacted>,RecordType(28,AAAA),RecordClass(1,IN))]
   ```
   Both questions are exactly the same, which is expected I assume. It seems to be coming from here:
   https://github.com/apache/incubator-pekko/blob/main/actor/src/main/scala/org/apache/pekko/io/dns/internal/DnsClient.scala#L172-L175
   Maybe this log should be at the debug level instead?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org


Re: [I] Potentially unnecessary `DnsClient` warning logs [incubator-pekko]

Posted by "pjfanning (via GitHub)" <gi...@apache.org>.
pjfanning commented on issue #834:
URL: https://github.com/apache/incubator-pekko/issues/834#issuecomment-1845021403

   thanks - I've created #835 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org


Re: [I] Potentially unnecessary `DnsClient` warning logs [incubator-pekko]

Posted by "pjfanning (via GitHub)" <gi...@apache.org>.
pjfanning closed issue #834: Potentially unnecessary `DnsClient` warning logs
URL: https://github.com/apache/incubator-pekko/issues/834


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org