[tor-commits] [nyx/master] Deduplicating additional messages

atagar at torproject.org atagar at torproject.org
Sun Aug 13 22:13:25 UTC 2017


commit 252632e4d41306a127a4a4cb0107c75dd1c96b20
Author: Damian Johnson <atagar at torproject.org>
Date:   Thu Aug 10 10:41:40 2017 -0700

    Deduplicating additional messages
    
    No doubt there's more we should deduplicate, but went ahead and deduplicating
    things that came up while off-network at debug runlevel.
---
 nyx/settings/dedup.cfg   | 10 ++++++++++
 web/changelog/index.html |  2 +-
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/nyx/settings/dedup.cfg b/nyx/settings/dedup.cfg
index 42d8102..fa44cfa 100644
--- a/nyx/settings/dedup.cfg
+++ b/nyx/settings/dedup.cfg
@@ -20,10 +20,17 @@
 #         tls object). at_most 12800.
 # [DEBUG] connection_read_to_buf(): TLS connection closed on read. Closing.
 #         (Nickname moria1, address 128.31.0.34)
+# [DEBUG] channel_change_state_(): Changing state of channel 0x55fda0f26550
+#         (global ID 13) from "opening" to "closing"
+# [DEBUG] directory_send_command(): Sent request to directory server
+#        '194.109.206.212:443': (purpose: 14, request size: 188, payload size: 0)
 # [INFO] run_connection_housekeeping(): Expiring non-open OR connection to fd
 #        16 (79.193.61.171:443).
 # [INFO] rep_hist_downrate_old_runs(): Discounting all old stability info by a
 #        factor of 0.950000
+# [INFO] connection_or_set_identity_digest(): Set identity digest for
+#        0x55fda0f26840 ([scrubbed]): 7EA6EAD6FD83083C538F44038BBFA077587DD755
+#        <unset>.
 # [NOTICE] Circuit build timeout of 96803ms is beyond the maximum build time we 
 #          have ever observed. Capping it to 96107ms.
 #   The above NOTICE changes to an INFO message in maint-0.2.2
@@ -72,8 +79,11 @@ dedup.DEBUG connection_remove(): removing socket
 dedup.DEBUG connection_or_process_cells_from_inbuf():
 dedup.DEBUG *pending in tls object). at_most
 dedup.DEBUG connection_read_to_buf(): TLS connection closed on read. Closing.
+dedup.DEBUG channel_change_state_(): Changing state of channel
+dedup.DEBUG directory_send_command(): Sent request to directory server
 dedup.INFO run_connection_housekeeping(): Expiring
 dedup.INFO rep_hist_downrate_old_runs(): Discounting all old stability info by a factor of
+dedup.INFO connection_or_set_identity_digest(): Set identity digest for
 dedup.INFO *build time we have ever observed. Capping it to
 dedup.NOTICE *build time we have ever observed. Capping it to
 dedup.NOTICE *We will now assume a circuit is too slow to use after waiting
diff --git a/web/changelog/index.html b/web/changelog/index.html
index c95f522..3bc4641 100644
--- a/web/changelog/index.html
+++ b/web/changelog/index.html
@@ -79,7 +79,7 @@
 
         <li><span class="component">Logging</span>
           <ul>
-            <li>Order of magnitude faster log deduplication</li>
+            <li>Order of magnitude more performant log deduplication</li>
           </ul>
         </li>
 





More information about the tor-commits mailing list