Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F13115734
D7338.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
575 B
Subscribers
None
D7338.diff
View Options
diff --git a/src/zmq/zmqpublishnotifier.cpp b/src/zmq/zmqpublishnotifier.cpp
--- a/src/zmq/zmqpublishnotifier.cpp
+++ b/src/zmq/zmqpublishnotifier.cpp
@@ -104,6 +104,9 @@
return true;
} else {
LogPrint(BCLog::ZMQ, "zmq: Reusing socket for address %s\n", address);
+ LogPrint(BCLog::ZMQ,
+ "zmq: Outbound message high water mark for %s at %s is %d\n",
+ type, address, outbound_message_high_water_mark);
psocket = i->second->psocket;
mapPublishNotifiers.insert(std::make_pair(address, this));
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Mar 1, 11:54 (3 h, 1 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5187723
Default Alt Text
D7338.diff (575 B)
Attached To
D7338: [backport#15209] zmq: log outbound message high water mark when reusing socket
Event Timeline
Log In to Comment