-
Notifications
You must be signed in to change notification settings - Fork 284
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
Stuck in "Completing initialization…" when running from home directory #3490
Comments
Underlying cause could be turbot/steampipe-plugin-sdk#557 due to which the CSV plugin is taking a long time to startup when running from the home directory, since it's trying to recurse down the dir tree of |
I am having a similar behaviour with 0.20.5 - removing the csv dependency doesn't change anything for me. below the log after a fresh start from within a container
then I issue
|
Looks like my problem came from a multi-account aws.spc which defined an aggregator using wildcard. After specifying each connection the container launches more quickly. |
The original issue was fixed by SDK update v5.5.0 (turbot/steampipe-plugin-sdk@a990cfd) |
Describe the bug
My steampipe seems to get stuck here:
Steampipe version (
steampipe -v
)v0.20.2
(v0.19.5 gets stuck as "Refreshing connections", but seems to be the same)
To reproduce
I could reproduce every time ... but then I switched directory away from home ... and it loaded ... and now I cannot reproduce again. I have no idea why.
*Notes
Trace logs from when it was failing:
database-2023-05-29.log
plugin-2023-05-29.log
Stray processes I found later ... I feel confident the CSV plugin is the source of issues:
Here is my CSV config, which should not be doing anything recursive (but feels like it is):
Final observation ... the first time I saw this, my Mac prompted me twice to allow Terminal program access to sub-directories of the home directory - specifically Dropbox and Google Drive. I have no idea why it would be trying to access them? But that also makes me feel like it was looking recursively? I don't have any mod files in my home directory:
The text was updated successfully, but these errors were encountered: