# Tenzir Node v2.3.1

## 🐞 Bug Fixes

### Abort the response promise if running into oversized partitions

Oct 13, 2022 · [@lava](https://github.com/lava) · [#2624](https://github.com/tenzir/tenzir/pull/2624)

We fixed an indefinite hang that occurred when attempting to apply a pipeline to a partition that is not a valid flatbuffer.

### Properly recover corrupted partition data on startup

Oct 13, 2022 · [@lava](https://github.com/lava) · [#2631](https://github.com/tenzir/tenzir/pull/2631)

VAST now properly regenerates any corrupted, oversized partitions it encounters during startup, provided that the corresponding store files are available. These files could be produced by versions up to and including VAST v2.2, when using configurations with an increased maximum partition size.

[ Download on GitHub ](https://github.com/tenzir/tenzir/releases/tag/v2.3.1)

[Get the release artifacts and source code.](https://github.com/tenzir/tenzir/releases/tag/v2.3.1)