-
Notifications
You must be signed in to change notification settings - Fork 86
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
Unhandled sftp error #192
Comments
Hey @facorazza! Thanks for raising this here. Couple of questions:
|
FYI, it appears the above issue is related to this regression in the sftp library pkg/sftp#603 Can you explain the scenario where you're seeing this error occur? It'll help me figure out where to properly address this deadlock issue. |
Hey @gregfurman, sorry for the late reply.
input:
label: sftp
sftp:
address: '${SFTP_ADDRESS}'
credentials:
username: '${SFTP_USERNAME}'
password: '${SFTP_PASSWORD}'
paths: ['data/out/*.csv']
auto_replay_nacks: true
delete_on_finish: true
scanner:
to_the_end: {}
watcher:
enabled: true
minimum_age: 30s
poll_interval: 5s
cache: "transfers"
cache_resources:
- label: "transfers"
memory:
default_ttl: 5m
compaction_interval: 60s
init_values: {} Logs when no matching files are available.
|
Thanks for the info!
As far as I'm aware, the |
Unfortunately, the log level is already set to DEBUG |
I think the input is blocking until a file gets added, after which it should probably initialise. What happens if you start up Bento and then add a file to that path? Does it trigger anything? Will also try recreate this on my end and get back to you. |
I'm using the sftp input but I get the following error:
The text was updated successfully, but these errors were encountered: