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

Agent hang there without response. #1

Closed
datafibers opened this issue Oct 13, 2016 · 1 comment
Closed

Agent hang there without response. #1

datafibers opened this issue Oct 13, 2016 · 1 comment
Assignees
Labels

Comments

@datafibers
Copy link
Contributor

From @datafibers on August 10, 2016 1:20

The agent is hanging there without receiving responses from server. Once restart the agent, it works again. In this case, it is not an issue at the server side.

  • Add some logging to your code and also set exceptionHandler on HttpClientRequest and HttpClientResponse to see eventual errors.
  • Make sure the file handles are correctly closed after each iteration
  • If the number of files is large, have you checked that the number of maximum open file descriptors on the client side is set to a sufficiently high number (i.e. ulimit -n)

Copied from original issue: datafibers/df_demo#5

@datafibers
Copy link
Contributor Author

This issue was moved to datafibers-community/df_data_service#33

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

No branches or pull requests

1 participant