Skip to content

Recorder thread blocks when writing to file #223

@hrosa

Description

@hrosa

Profiling a load test of recording scenario, with 20 calls per second and 250 concurrent calls, I noticed the scheduler threads tend to block 4-7ms when writing to file.

screen shot 2016-07-12 at 15 09 20

We should optimize this behaviour and possibly move from blocking FileChannel to https://docs.oracle.com/javase/7/docs/api/java/nio/channels/AsynchronousFileChannel.html

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions