Skip to content

Using DataBuffer::write results in IndexOutOfBoundsException [SPR-16365] #20912

@spring-projects-issues

Description

@spring-projects-issues

Arjen Poutsma opened SPR-16365 and commented

Using DataBuffer.write(DataBuffer[] databuffer) in a Flux.reduce aggregation result in a IndexOutOfBoundsException when running on Netty. The reason for this is that the initial buffer does not have enough capacity to contain the data of all subsequent buffers.


Issue Links:

Referenced from: commits 0befc60, e39bf87, 67e7c78, 384a399

Metadata

Metadata

Assignees

Labels

in: coreIssues in core modules (aop, beans, core, context, expression)in: webIssues in web modules (web, webmvc, webflux, websocket)type: bugA general bug

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions