Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

in_forward: Add plugin pause/resume mechanism #8829

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

drbugfinder-work
Copy link
Contributor

This PR adds pause functionality for forward input plugin.


Enter [N/A] in the box, if an item is not applicable to your change.

Testing
Before we can approve your change; please submit the following in a comment:

  • [N/A] Example configuration file for the change
  • [N/A] Debug log output from testing the change
  • Attached Valgrind output that shows no leaks or memory corruption was found

If this is a change to packaging of containers or native binaries then please confirm it works for all targets.

  • [N/A] Run local packaging test showing all targets (including any new ones) build.
  • [N/A] Set ok-package-test label to test for all targets (requires maintainer to do).

Documentation

  • [N/A] Documentation required for this feature

Backporting

  • [N/A] Backport to latest stable release.

Fluent Bit is licensed under Apache 2.0, by submitting this pull request I understand that this code will be released under the terms of that license.

Signed-off-by: Richard Treu <richard.treu@sap.com>
@drbugfinder-work
Copy link
Contributor Author

drbugfinder-work commented May 16, 2024

root@fbinforward:~/fluent-bit-forward-pause/fluent-bit/build# valgrind ./bin/flb-rt-in_forward 
==3979== Memcheck, a memory error detector
==3979== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
==3979== Using Valgrind-3.15.0 and LibVEX; rerun with -h for copyright info
==3979== Command: ./bin/flb-rt-in_forward
==3979== 
Test forward...                                 [ OK ]
Test forward_port...                            [ OK ]
Test tag_prefix...                              [ OK ]
Test unix_path...                               [ OK ]
Test unix_perm...                               [ OK ]
SUCCESS: All unit tests have passed.
==3979== 
==3979== HEAP SUMMARY:
==3979==     in use at exit: 0 bytes in 0 blocks
==3979==   total heap usage: 7,595 allocs, 7,595 frees, 8,414,151 bytes allocated
==3979== 
==3979== All heap blocks were freed -- no leaks are possible
==3979== 
==3979== For lists of detected and suppressed errors, rerun with: -s
==3979== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant