Ayende Rahien

Results 200 comments of Ayende Rahien

Hi, Thanks for the detailed report and in general for taking a look at RavenDB. If I understand this properly, you are doing something similar to: ```` TX 1: -...

Thanks, that is much clearer. Thanks for the interest in RavenDB, and let's see if I can clear things out on my end as well. A transaction in RavenDB (read,...

There should be absolutely no way to _get_ an NRE in this code path that I can see. Can you check if you run this on a clean location, does...

Hi, I'm afraid that there is a mismatch in expectations here, with regards to transaction vs. session. The RavenDB API you are using is the session, which implements the Unit...

I agree, the term business transaction is a confusing here. It is something that we took from Fowler's description of a [Unit of Work](https://martinfowler.com/eaaCatalog/unitOfWork.html): > Maintains a list of objects...

You are using a pretty old build. First thing to try it to upgrade to `5.4.111` and see what the status of the operation is

Can you send the debug package for this database? What is the total size in GB? What is the number of documents? Do you have a _lot_ of counters? If...

The issue I think is that he wants the nuget package to also be exposed as a property

To reproduce: * Create a 3 node cluster using setup wizard, but only have a single node in it. * Create databases / indexes - it shows up consistently. *...

What exactly are you trying to do? The studio is tied closely to the server that it is being served from.