Git Product home page Git Product logo

Comments (4)

AsafMah avatar AsafMah commented on August 16, 2024

We need more details - Are there any errors raised?

Run ".show ingestion failures" on your cluster and see if errors pop up.

Also, the default ingestion policy batches the data for a few minutes before ingesting it and the connector waits for the ingestion to complete (by default).
Try running it with a shorter ingestion batching policy - https://learn.microsoft.com/en-us/azure/data-explorer/kusto/management/batchingpolicy

from azure-kusto-spark.

hkelley avatar hkelley commented on August 16, 2024

Thank you for the troubleshooting steps. Apparently this is a resource issue on the free tier ADX.

The cluster has reached its full data capacity of 10,468,982,784 bytes, to ingest more data please reduce the data size by either deleting some of the data or adjusting the retention policy.

I thought (based on this page) that the limit was 100 GB, but in any case, the issue is not with the connector.

I appreciate the guidance on the batching too.

from azure-kusto-spark.

ohadbitt avatar ohadbitt commented on August 16, 2024

One thing that can be related to the connector and if your cluster is low on resources its worth considering - the connector can create leftovers which are supposed to be cleaned at the end of each run - if not they are auto-cleaned by the service after a week (this can happen if a 'write' run is canceled before fully waited). Read here about stagingResourcesAutoCleanupTimeout
https://github.com/Azure/azure-kusto-spark/blob/master/docs/KustoSink.md

This cannot happen in the connector 'Queued' mode.

from azure-kusto-spark.

hkelley avatar hkelley commented on August 16, 2024

Would this be the "on demand" equivalent of the staging resources auto cleanup? This seems to trigger an IndependentGarbageCollectionRequested in the cluster.

.clean databases extentcontainers

from azure-kusto-spark.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.