-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
I am trying to use a multi node configuration in the bucket definition (in my case I use it in play but I assume it the same for the core library).
I tested failure by failing one of the nodes and noticed that reactivecouchbase throws exceptions (timeout etc)
Any help is appreciated. Here is the configuration I'm using (0.3-SNAPSHOT):
couchbase {
actorctx {
timeout=10000
execution-context {
fork-join-executor {
parallelism-factor = 4.0
parallelism-max = 40
}
}
}
driver {
enableoperationtimeout=true # fail scala future and print a message on operations when the actorctx.timeout is reached
}
buckets = [{
host=["IP1","IP2","IP3","IP4","IP5","IP6"]
port="8091",
.......
Metadata
Metadata
Assignees
Labels
No labels