-
Couldn't load subscription status.
- Fork 69
Comparing changes
Open a pull request
base repository: logstash-plugins/logstash-input-http
base: main
head repository: logstash-plugins/logstash-input-http
compare: 3.x
- 9 commits
- 13 files changed
- 5 contributors
Commits on Dec 19, 2024
-
rate-limiting: propagate back-pressure from queue as HTTP 429's (#179)
Adds a proactive handler that rejects new requests with HTTP 429's when the queue has been blocking for more than 10 consecutive seconds, allowing back- pressure to propagate in advance of filling up the connection backlog queue.
Configuration menu - View commit details
-
Copy full SHA for 9546e28 - Browse repository at this point
Copy the full SHA 9546e28View commit details
Commits on Feb 4, 2025
-
Backport #191: Name netty threads with plugin id and their purpose (#192
) Co-authored-by: Mashhur <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 98ea405 - Browse repository at this point
Copy the full SHA 98ea405View commit details
Commits on Feb 12, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 5fe44ac - Browse repository at this point
Copy the full SHA 5fe44acView commit details -
Merge pull request #194 from mashhurs/upgrade-netty-3.x
Upgrade netty to 4.1.118
Configuration menu - View commit details
-
Copy full SHA for e31da10 - Browse repository at this point
Copy the full SHA e31da10View commit details
Commits on Sep 4, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 1632b52 - Browse repository at this point
Copy the full SHA 1632b52View commit details -
Merge pull request #199 from donoghuc/bump-netty-3.x
Bump netty and prepare for release
Configuration menu - View commit details
-
Copy full SHA for ff46c75 - Browse repository at this point
Copy the full SHA ff46c75View commit details
Commits on Oct 22, 2025
-
Update src/test/java/org/logstash/plugins/inputs/http/util/ExecutionO…
…bserverTest.java Co-authored-by: Rye Biesemeyer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a3b2d83 - Browse repository at this point
Copy the full SHA a3b2d83View commit details -
Fix flaky assertion bound in testThreadSafetyBruteForce
Local compaction depends on completion order and timing. Under certain cases node count can reach or exceed `sqrt(concurrency)` before the final compaction is triggered. The test for intermediate state was failing fairly often in CI. This commit updates the test for intermediate state to simply be less than `concurrency`. This should satisfy the intent of the test, with the added security of the rest of the test asserting the finalized state is less than 2 nodes.
Configuration menu - View commit details
-
Copy full SHA for 401976a - Browse repository at this point
Copy the full SHA 401976aView commit details
Commits on Oct 27, 2025
-
Merge pull request #202 from donoghuc/backport-test-fix
Backport test fix
Configuration menu - View commit details
-
Copy full SHA for 1ff556e - Browse repository at this point
Copy the full SHA 1ff556eView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...3.x