Giter Club home page Giter Club logo

Comments (5)

masnider avatar masnider commented on July 28, 2024

@zeodamian - can you share the code snippet where you actually saw this?

from service-fabric.

zeodamian avatar zeodamian commented on July 28, 2024

This is where it was throwing:

 async Task<bool> Init<T>()
        {
            var stateKey = typeof(T).Name;
            IReliableDictionary<Guid, T> dataStore;
            IReliableDictionary<Guid, T> seedStore;
            using (var tx = _stateManager.CreateTransaction())
            {
                dataStore = await _stateManager.GetOrAddAsync<IReliableDictionary<Guid, T>>(tx, stateKey);
                seedStore = await _stateManager.GetOrAddAsync<IReliableDictionary<Guid, T>>(tx, $"{stateKey}_Seed");
                await tx.CommitAsync();
            }

    // more code..
}

which was run with a retry logic. no other transactions in outer scopes.

from service-fabric.

mcoskun avatar mcoskun commented on July 28, 2024

@zeodamian, if you're still having issues with this, go ahead and open an Azure support ticket for this so we can get a closer look. More info on that here: https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-support.

It would be helpful if you could include the partition id, replica id and transaction id and time range for incident.

from service-fabric.

mcoskun avatar mcoskun commented on July 28, 2024

@zeodamian , one issue that can cause this is found. It will be fixed in a future release (I'll update the thread). If you can follow the above steps to send your traces, I can verify that you are hitting the same issue. Thank you for reporting this issue.

from service-fabric.

zuhairp avatar zuhairp commented on July 28, 2024

Closing due to inactivity

from service-fabric.

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.