3.1.0
Release Notes
New Features and Enhancements
Functional
-
The "chain" feature is designed for zone replication testing.
It allows to write the objects and read them from other zone.
Each object is being read immediately (or after configurable delay) after it was written.
So a "chain" load job doesn't wait all objects to be written before reading starts.
Chain load jobs are not limited with create/read operations
but may also include update, delete in any comprehensible combination.
The feature was implemented as an extension of the scenario engine.
Performance
- Specialized and more efficient non-blocking connection pool was implemented to replace Netty's bundled connection pool. The performance rates increased by 10-40 % depending on test configuration.
Fixed Bugs
(919) I/O tasks distribution among the storage drivers worked incorrectly.
(920) I/O path inconsistency.
(923) Load generator interrupts on invalid items input file.
(924) Conections are not evenly distributed among the storage nodes.
Miscallenous
- Configuration JSON schema was ported from v2.x.x for validation purposes
- Scenario JSON schema was ported from v2.x.x for validation purposes