Derek den Haas

Results 19 comments of Derek den Haas

Little late to the party, but I needed it also, creating it was rather simple. I currently only added it to DebitTransfer(Transaction), because this was what I needed, if you...

Its a simple patch query like From articles Where articleGroupId=Groups/2 Update{ this.Name=“Apples” } Somehow the failures counter inside the ServerNode object gets raised, and therefore all patches will get the...

Yes normally it is working, but when only one request failes, Interlocked.Increment(ref state.Failures[nodeIndex]); this is being called. If that happens, no patch is working, and all patches will get the...

That's the problem ayende, I don't know which process can raise the state.Failures[nodeIndex]. I know that when my VPN is losing connection, it seems to raise the Failures, looks like...

Are you sure this works with a single instance, since I see code like this: ``` if (_nodeSelector?.Topology.Nodes.Count < 2) return; ``` in the SpawnHealthChecks function. I got a single...

Is this tested against 4.2? Else I will do that. I got the error when updating from 4.2.7 to 4.2.111 (which is now 4.2.115). I will come back, since I...

/Databases/CUSTOMERNAME1/Journals]# ls 0000000000000000009.journal 0000000000000000010.journal I got 20 databases, - 3 databases are unable to load and have the InvalidJournalException (see above) - 1 database has: System.IO.InvalidDataException: Invalid checksum for page...

``` 7 -rw------- 1 dhcpcd dhcpcd 162 Mar 25 17:46 headers.one 7 -rw------- 1 dhcpcd dhcpcd 162 Nov 29 05:30 headers.two 12 drwxr-xr-x 71 dhcpcd dhcpcd 71 Jan 26 07:58...

``` 35910 -rw------- 1 dhcpcd dhcpcd 33554432 Mar 25 17:46 0000000000000000009.journal 28139 -rw------- 1 dhcpcd dhcpcd 33554432 Mar 25 17:51 0000000000000000010.journal ``` P.s. the last time I synced was the...