Kernel crash trying to get a data asset from a blob storage

Mathieu Lussier 0 Reputation points
2024-05-06T15:01:46.8166667+00:00

I am working in a workspace (Azure Machine Learning) with another user (let's call him U1). We have the same compute instance (Standard_E4ds_v4) which were created by the same user (U1).

I am trying to access a data asset, a parquet files which is hosted in default workspace blob store. This file was created by U1.

This data asset got two version. The first version got a size of 12.18KB. The other version, a size of 991.44 MB.

I can access the first version, but when I fetch the other one, I get a message of Kernel crashed such as:
'The Kernel crashed while executing code in the current cell or a previous cell.'

I don't understand why my kernel crash since when the other user U1 run the exact same code, he has access to this version. We could try upgrading the type of compute instance, but I doubt this is the problem since U1 got the exact same type and can access it. Furthermore, the file size is less than 1GB. This instance type got 32GB RAM and 150GB storage (which is less than half used).

Both of us got Contributor role for this workspace. U1 also have Key Vault Administrator, but I don't see where this could have an impact on accessing files through data assets.

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,959 questions
Azure Startups
Azure Startups
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Startups: Companies that are in their initial stages of business and typically developing a business model and seeking financing.
382 questions
{count} votes

1 answer

Sort by: Most helpful
  1. VasaviLankipalle-MSFT 17,476 Reputation points
    2024-05-07T21:20:24.2233333+00:00

    Hello @Mathieu Lussier , thanks for confirming that. There could be many reasons causing this issue. It is possible that the kernel is crashing due to memory issues when trying to load the large file. Try checking Memory Usage.

    You can do by restarting the kernel and selecting a different compute instance with more memory.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.