GoogleCloudPlatform / cloud-code-intellij

Plugin to support the Google Cloud Platform in IntelliJ IDEA - Docs and Issues Repository
Apache License 2.0
318 stars 59 forks source link

IDE Becomes unresponsive when connecting to a Cloud SQL database. #3169

Closed francescortiz closed 7 months ago

francescortiz commented 8 months ago

Expected Behavior

When I a open a Cloud SQL connection the IDE shouldn't freeze.

Actual Behavior

When I open a Cloud SQL connection, as soon as I go to the Database explorer the IDE freezes.

Additional Information

Workaround

If I copy/paste the command that cloud sql runs into a terminal, even into the IDE terminal, then the database explorer works like charm. It is only when the plugin initiates the cloud-sql-proxy command that the IDE hangs.

ivanporty commented 8 months ago

Thanks @francescortiz! Your report seems similar to #3168, we are looking into it.

ivanporty commented 8 months ago

It seems like we cannot reproduce easily. Is there anything specific about your database setup? ideally, we would like to take a look at IDE log file to look for any errors (idea.log, find using Help -> Show Log In Finder menu)

ivanporty commented 7 months ago

Closing in favor of newer #3173