mesh icon indicating copy to clipboard operation
mesh copied to clipboard

Reorganize local storing of Tx

Open plyhun opened this issue 2 years ago • 1 comments

Abstract

One should never store a thing in ThreadLocal, since we operate async contexts, not threads.

Checklist

General

  • [x] Added abstract that describes the change
  • [x] Added changelog entry to /CHANGELOG.adoc
  • [x] Ensured that the change is covered by tests
  • [x] Ensured that the change is documented in the docs

On API Changes

  • [x] Checked if the changes are breaking or not
  • [x] Added GraphQL API if applicable
  • [x] Added Elasticsearch mapping if applicable

plyhun avatar Dec 27 '23 16:12 plyhun

Postponed by now.

plyhun avatar Jan 03 '24 08:01 plyhun