-
@timjrobinson wrote in https://github.com/rethinkdb/rethinkdb/issues/2956:
> I can't find any documentation on how to properly run a cluster of 2+ nodes with rethinkdb. Should I just set them up and …
-
We don't have an explicit way for removing a server anymore.
https://github.com/rethinkdb/docs/issues/876 is about the case where a server fails and you want to "clean up" after it.
However there is a…
-
Hi RethinkDB Team, I've been using RethinkDB along with the Python driver for about a year now. I'm pretty good about always running with the latest release of both. (I follow both on VersionEye, so I…
-
Hi!
I use Thinky on different projects with express. I've been moving to AWS Lambda few months ago, using only rethinkdb official driver for a unique reason i haven't reported yet!
I'm not sure i'm …
-
**gopkg.in/rethinkdb/rethinkdb-go.v5 v5.1.0**
```go
cursor := rdb.DB("my_database").Table("test").Get("some-id").Field("stringArrayField").Run(a.conn)
var thisShoudBeAStringArray interface{}
cur…
-
This test appears to test identically created indexes, twice:
https://github.com/rethinkdb/rethinkdb-ts/blob/main/test/manipulating-tables.ts#L298-L310
I just wanted to let you know in case you mi…
-
@atassis thanks for investing so much time in this module!
I just started a new project with RethinkDB and I really enjoy it! I am missing documentation though, so I jump between the official docs an…
-
As reported in https://github.com/rethinkdb/rethinkdb/issues/6182
The example might look like this.
```
.update(lambda row: {
"array": row('array').map(lambda elem:
r.branch(
ele…
AtnNn updated
7 years ago
-
This is a bit related to #2732 and comes from my experience with #5427, but probably deserves its own issue. Per #5427, my cluster ended up in a state where 4 of 5 replicas went into a "backfilling" s…
-
One of my rethinkdb-cluster members just crashed:
```
Jul 16 20:00:47 fulla rethinkdb[30536]: error: Heartbeat timeout, killing connection to peer [::ffff:10.206.0.2]:54426
Jul 16 20:00:48 fulla …