Skip to content

Draft: fix prepare/unprepare by fiber

Arseniy Volynets requested to merge av/fix-by-fiber into master

Summary

  • wip

  • fix: do not bump version schema

  • feat: use netbox's buffer option

  • fix: vshard timeouts

  • fix: reduce election tick

  • fixup: increase grade change timeout

  • feat: migrate to rust-allocated tuples in sql

  • feat: improve timeouts

  • feat(sql): adopt new SQL protocol

  • update sbroad submodule to commit with new protocol
  • use new api for executing requests on storage side: functions to execute first/second cacheable requests, and non-cacheable requests
  • feat: improve SQL execution
  1. Enhanced SQL caching mechanism: now, both leaf and branch motions in the query plan are cached more aggressively.
  2. Improved SQL execution: The system now utilizes the Rust API from the module instead of Lua.

  • Close #...
  • Cherry-pick to: none / 24.4 / 24.3 / 24.2
  • Docs follow-up: not necessary / new issue

Merge request reports