-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
remove sentry node #49
Comments
Main problem for missed endorsements is that the private node is not reliably connecting to the public nodes (due to bad local DNS probably). If you choose to remove sentry nodes:
|
When the public/private node link disconnects, I get log messages "too few
connections (1)". The times I had missed endorsements, I didn't see these
messages, so I assume the connectivity was ok.
There is a long-standing issue with dns (
https://gitlab.com/tezos/tezos/-/issues/1382) but I don't think it makes a
difference here, except maybe at first boot.
Comparing the timestamps, I did see 5-10 second lag between the time the
public node imports the block and the time it propagates to the private
node.
No, it can't be a private node with public trusted nodes. It has to open
connections to a large number of peers and advertise its node id. Note that
it does not accept incoming connections, which is good and bad. (bad for
the network, but good for us in terms of security)
Security-wise it's not as good as sentries, but if sentries cause
endorsement to be missed, it's not worth it. I will leave it running for a
few more days to see if it makes a difference...
…On Wed, Jun 2, 2021 at 11:22 PM denver-s ***@***.***> wrote:
Main problem for missed endorsements is that the private node is not
reliably connecting to the public nodes (due to bad local DNS probably).
If you choose to remove sentry nodes:
- is security compromised? can it be still set as private node, with
about 50 public trusted nodes as peers?
- you could also "lower" the machine type (right now it costs 200
euro/month).
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#49 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAWXC5VRBJ4PJU7L3COHYDTQ4NSBANCNFSM457YGBYA>
.
|
How's it going? |
I still have missed endorsements occasionally despite removing sentry nodes. |
Nodes have plenty of cpu and ram, but it takes about 5 seconds to validate each block (
On Florencenet it's much faster. |
I noticed an improvement without sentry nodes, so I'm in favor of removing them. |
OK, will do. I opened a ticket on tezos repo where they claim that it will get better once more bakers upgrade to 9.2 |
I get many missed bakes and endorsements since florence activation or v9 release, even with v9.2 which was supposed to have a fix for it.
I am trying now to run with "naked nodes" not protected by sentries, to see if it fixes it. I will post my findings.
We are an exception, no one else (kiln or big bakers) are using sentries for their baking operations.
I will monitor for a few days and sees if it fixes it. If it does, I will push the code for sentry removal here.
The text was updated successfully, but these errors were encountered: