GraphEngine icon indicating copy to clipboard operation
GraphEngine copied to clipboard

Microsoft Graph Engine

Results 54 GraphEngine issues
Sort by recently updated
recently updated
newest added

I'm now working in Test and Production Azure Stack Hub on Windows Server 2019 DataCenter 2004 and the GrpahEngine.ServiceFabric service runs fine from initial start-up; however, when testing the failover...

the sample projects can't compile and can't found graphengine.core.in addition. complie repo project has an error CMake Error at F:\Project\GraphEngine\CMakeLists.txt:10 (PROJECT): VERSION "2.0. 2.1.700 [C:\Program Files\dotnet\sdk] 2.1.801 [C:\Program Files\dotnet\sdk] 2.1.802...

I'd like to set up a GraphEngine cluster on several Ubuntu machines. Is there any document for it?

The current Graph Engine VS Templates don't support current workflows and they generate the flawed csproj file content. Here is a list of things that don't work or inefficient: "Graph...

It seems like all of the Grpah Engine VS 2019 Extensions are falling behind; we are getting more and more errors over time. ![image](https://user-images.githubusercontent.com/5692812/72753672-5e28c300-3b7a-11ea-9f51-8b149e10778e.png) ![image](https://user-images.githubusercontent.com/5692812/72753606-33d70580-3b7a-11ea-98ee-ac6e573fa0e8.png)

As part of our integration testing suite, we have found that Graph Engine Stateful server implementation does not pass the recommended [Chaos Testing](https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-controlled-chaos)! Once we start to randomly inject breakage...

my code cell MyCell { int A; List Structs; } struct MyStruct { int B; } but at Program ![image](https://user-images.githubusercontent.com/3367161/78955771-e469fb00-7b12-11ea-92d5-e8aea4c73f5c.png)

Visual Studio 2017 My code static void Main(string[] args) { TrinityConfig.CurrentRunningMode = RunningMode.Embedded; } Error occurred:Internal error T3014 Maybe I did something wrong. What should I do

I need to store 600G of data, but only 32G of computer memory, the program will prompt memory overflow, how to solve, what solutions?