Skip to content
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

fix(en): Minor node fixes #1978

Merged
merged 4 commits into from
May 17, 2024
Merged

fix(en): Minor node fixes #1978

merged 4 commits into from
May 17, 2024

Conversation

slowli
Copy link
Contributor

@slowli slowli commented May 17, 2024

What ❔

Fixes minor issues with the EN:

  • Transient error detection for RPC clients is suboptimal, leading to what really is a transient error crashing consistency checker.
  • Since refactoring signal handling, ManagedTasks::wait_single() on EN may inappropriately log task termination errors even after a signal is being received.
  • Since recent refactoring (?), block fetcher doesn't tag its L2 client.
  • Block fetcher may produce many rate limiting logs, which currently have WARN level.
  • Initializing L2 client multiple times (e.g., in a load test) produces many WARN logs.

Why ❔

Improves EN UX.

Checklist

  • PR title corresponds to the body of PR (we generate changelog entries from PRs).
  • Documentation comments have been added / updated.
  • Code has been formatted via zk fmt and zk lint.
  • Spellcheck has been run via zk spellcheck.

@slowli slowli marked this pull request as ready for review May 17, 2024 11:16
@slowli slowli added this pull request to the merge queue May 17, 2024
Merged via the queue into main with commit 74144e8 May 17, 2024
47 checks passed
@slowli slowli deleted the aov-pla-942-minor-node-fixes branch May 17, 2024 15:06
aon pushed a commit that referenced this pull request May 17, 2024
## What ❔

Fixes minor issues with the EN:

- Transient error detection for RPC clients is suboptimal, leading to
what really is a transient error crashing consistency checker.
- Since refactoring signal handling, `ManagedTasks::wait_single()` on EN
may inappropriately log task termination errors even after a signal is
being received.
- Since recent refactoring (?), block fetcher doesn't tag its L2 client.
- Block fetcher may produce many rate limiting logs, which currently
have WARN level.
- Initializing L2 client multiple times (e.g., in a load test) produces
many WARN logs.

## Why ❔

Improves EN UX.

## Checklist

- [x] PR title corresponds to the body of PR (we generate changelog
entries from PRs).
- [x] Documentation comments have been added / updated.
- [x] Code has been formatted via `zk fmt` and `zk lint`.
- [x] Spellcheck has been run via `zk spellcheck`.
github-merge-queue bot pushed a commit that referenced this pull request May 21, 2024
🤖 I have created a release *beep* *boop*
---


##
[24.4.0](core-v24.3.0...core-v24.4.0)
(2024-05-21)


### Features

* **prover:** add GPU feature for compressor
([#1838](#1838))
([e9a2213](e9a2213))
* **pruning:** remove manual vaccum; add migration configuring
autovacuum
([#1983](#1983))
([3d98072](3d98072))
* **tests:** Move all env calls to one place in ts-tests
([#1968](#1968))
([3300047](3300047))


### Bug Fixes

* Disallow non null updates for transactions
([#1951](#1951))
([a603ac8](a603ac8))
* **en:** Minor node fixes
([#1978](#1978))
([74144e8](74144e8))
* **en:** run `MainNodeFeeParamsFetcher` in API component
([#1988](#1988))
([b62677e](b62677e))
* **merkle-tree:** Fix tree API health check status
([#1973](#1973))
([6235561](6235561))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Co-authored-by: zksync-era-bot <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants