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

HTTP ConnectionPool timeout #1395

Open
anjanaradhakrishnan opened this issue May 20, 2024 · 4 comments
Open

HTTP ConnectionPool timeout #1395

anjanaradhakrishnan opened this issue May 20, 2024 · 4 comments

Comments

@anjanaradhakrishnan
Copy link

Hello @frikky , I have integrated the shuffle with thehive for case creation. Whenever the hive is getting more than 8 requests at a time it is creating only 8 cases. For the remaining cases we are getting the below response.
image
How to resolve this issue?

@frikky
Copy link
Member

frikky commented May 20, 2024

Hello @frikky , I have integrated the shuffle with thehive for case creation. Whenever the hive is getting more than 8 requests at a time it is creating only 8 cases. For the remaining cases we are getting the below response. image How to resolve this issue?

What do you mean 8 requests at a time? Does it work most of the time, but stop working when you send multiple in a row?

@anjanaradhakrishnan
Copy link
Author

When creating cases in thehive via shuffle, at max 8 cases are created and rest of the cases results in HTTP pool connection timeout for a while.

@frikky
Copy link
Member

frikky commented May 21, 2024

When creating cases in thehive via shuffle, at max 8 cases are created and rest of the cases results in HTTP pool connection timeout for a while.

That is a very weird arbitrary limit that I don't think has to do with Shuffle or TheHive directly.

Can you send a sample input and the exact output you are getting? You can hide urls and such of course :)

@anjanaradhakrishnan
Copy link
Author

Yeah so i tried creating cases in hive using the below command in a loop for load testing which should create 10 cases.

  "title": "AWS Cloudtrail: signin.amazonaws.com - ConsoleLogin - User login failed.",
  "description": "AWS Cloudtrail: signin.amazonaws.com - ConsoleLogin - User login failed."
}'

But it is only creating 8 cases. Rest of them are failing with the below error.
image

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

No branches or pull requests

2 participants