Tavi Truman
Tavi Truman
More data and information for research System.IO.IOException HResult=0x80131620 Message=Remote message handler throws an exception. Source=Trinity.Core StackTrace: at Trinity.Storage.RemoteStorage._error_check(TrinityErrorCode err) at Trinity.Storage.RemoteStorage._use_synclient(Func`2 func) at Trinity.Storage.RemoteStorage.SendMessage(Byte* message, Int32 size, TrinityResponse& response) at...
I'm uploading the trinity.log file [trinity-[07_08_2020_08_40_03_PM].log](https://github.com/microsoft/GraphEngine/files/4898309/trinity-.07_08_2020_08_40_03_PM.log)
So I am able to duplicate the problem on my local SF Cluster and Azure SF Cluster; it looks like we aren't getting a connection to the remote IClientRegistry (memory...
with the SF Load Balancer configured to let TCP traffic flow through to the SF Cluster, traffic seems to flow into the cluster but can't flow out.   **This...
Okay - I've travel way down the GE rabbit hole now and have an open ticket with Microsoft Service Fabric Support. We are making progress folks. So to actually connect...
Okay, so when the GE Client connects (TrinityClient.Start()) to my GE Server, outside of the SF Cluster, the **_RegisterClientHandler_** is firstly called before **_CheckInstanceCookie_** on the server-side; this call sequence...
when this code is called from a GE client over Trinity Native (Default) Sockets and the GE Client is directed to connect to a GE Server running in an SF...
After working with the SF team for a few weeks there is a certain deficiency in the Graph Engine TCP/IP stack; I've been able to narrow it down to code...
@qingzhu521 Thanks for reporting this and sorry for this oversight; I will include a new unit-test case to sniff this out. I can't update this repo but I will update...
@qingzhu521 I have a new fork of the Graph Engine here: https://github.com/InKnowWorks/IKW-GraphEngine. We have a lot of updates coming to address bugs, updated and additional documentation as well as new...