Ayende Rahien
Ayende Rahien
RavenDB does support running on CIFS (I assume that is what you mean with SMB). That said, it is not an ideal scenario, and I don't think that I follow...
That being the case, just use RavenDB Embedded, or just setup the service as part of the container. We have a terraform provide (https://github.com/ravendb/terraform-provider-ravendb), although that mostly focuses on building...
Please note - RavenDB *can* work on CIFS, there is not issue ther
That certainly looks like a bug, yes.
@ml054 Thoughts?
Try logging all the previous values that you go there. It might have called this twice? Or there was an error and it retired?
In here: https://github.com/ravendb/ravendb-go-client/blob/master/tests/subscriptions_basic_test.go#L271 And: https://github.com/ravendb/ravendb-go-client/blob/master/subscription_worker.go#L427 You are putting the `batch` into a channel, but it looks like this instance is being reused, so you are getting data races. If this...
But you are passing the `Item` instance, isn't that mutable?
Okay, make sense. When you check the logs, see if you can also log what comes from the network. I think this is a Go client problem, not a server...
We are currently full in terms of our workload with the 6.0 release. Support for cluster wide tx would have to wait after that. Alternatively, we would be happy to...