Git Product home page Git Product logo

Comments (4)

ag-ramachandran avatar ag-ramachandran commented on August 16, 2024

@lgo-solytic , Please provide the write options you are using and the cluster name. Please provide the approx time of these runs as well

from azure-kusto-spark.

lgo-solytic avatar lgo-solytic commented on August 16, 2024

@ag-ramachandran,

Please provide the write options you are using and the cluster name. Please provide the approx time of these runs as well
Options:
KustoSinkOptions.KUSTO_TABLE_CREATE_OPTIONS -> "CreateIfNotExist",
KustoSinkOptions.KUSTO_STAGING_RESOURCE_AUTO_CLEANUP_TIMEOUT -> "5",
KustoSinkOptions.KUSTO_WRITE_ENABLE_ASYNC -> "true",
KustoSinkOptions.KUSTO_WRITE_MODE -> "Queued"

Nothing additional in SparkIngestionProperties

Both jobs were running (streaming) for longer than 48h uninterrupted.

from azure-kusto-spark.

ag-ramachandran avatar ag-ramachandran commented on August 16, 2024

@lgo-solytic : BlobAlreadyReceived_BlobAlreadyFoundInBatch is a Kusto warning from : https://learn.microsoft.com/en-us/azure/data-explorer/error-codes#category-blobalreadyreceived
(it correlates to a similar case of 2 blobs getting ingested as well)

Is there any other Connector logs you see from this failure ? The logs start with KustoConnector for the Spark connector. If you find anything in that correlates, that'd be useful

image

There is no correlation inference we can draw between the drop in volumes related to this error. You need not use the option

KustoSinkOptions.KUSTO_WRITE_ENABLE_ASYNC -> "true", , exceptions in tasks are not propagated to driver if this is used.

from azure-kusto-spark.

lgo-solytic avatar lgo-solytic commented on August 16, 2024

@ag-ramachandran
thanks for your answer.
No unfortunately no logs that could help. Is it possible to configure the KustoConnector to log to application insights?

The same thing happened again last night. But this time only one job was running so at least we can exclude the case of two jobs colliding.

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.