Skip to content

feat: allow custom file descriptors for propagating output from the JVM#1

Merged
vlsi merged 1 commit into
rel/2.2.xfrom
custom_fds
Feb 17, 2026
Merged

feat: allow custom file descriptors for propagating output from the JVM#1
vlsi merged 1 commit into
rel/2.2.xfrom
custom_fds

Conversation

@vlsi
Copy link
Copy Markdown
Owner

@vlsi vlsi commented Feb 17, 2026

Previously all the output was printed to stdout which made it hard to intercept just the needed bits (e.g. threaddump).

See jattach#88

@vlsi vlsi added the enhancement New feature or request label Feb 17, 2026
@vlsi vlsi force-pushed the custom_fds branch 3 times, most recently from 59d3b37 to 45a5c61 Compare February 17, 2026 09:28
Previously all the output was printed to stdout which made it hard to
intercept just the needed bits (e.g. threaddump).

See jattach#88
@vlsi vlsi merged commit a5c6754 into rel/2.2.x Feb 17, 2026
3 checks passed
vlsi added a commit to vlsi/qubership-profiler-agent that referenced this pull request Feb 17, 2026
Previously, the thread dump was written to stdout fd only.
vlsi/jattach@v2.2.2 enables writing the output to a custom fd,
so we save the thread dump without modifying global stdout/stderr

See vlsi/jattach#1
vlsi added a commit to vlsi/qubership-profiler-agent that referenced this pull request Feb 17, 2026
Previously, the thread dump was written to stdout fd only.
vlsi/jattach@v2.2.2 enables writing the output to a custom fd,
so we save the thread dump without modifying global stdout/stderr

See vlsi/jattach#1
vlsi added a commit to Netcracker/qubership-profiler-agent that referenced this pull request Feb 17, 2026
Previously, the thread dump was written to stdout fd only.
vlsi/jattach@v2.2.2 enables writing the output to a custom fd,
so we save the thread dump without modifying global stdout/stderr

See vlsi/jattach#1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant