Log file Viewer
Help
|
Karma
| Search:
#mongodb logs for Monday the 28th of June, 2021
(
Back to #mongodb overview
) (
Back to channel listing
) (
Animate logs
)
[
15:13:32
] <
gianni
> hello to all
[
15:16:13
] <
gianni
> I've a replica set with 3 nodes that sometimes suffer for too much writings
[
15:17:27
] <
gianni
> the load on primary node goes up and node states pass from primary, secondary, secondary to other, primary, secondary
[
15:24:30
] <
gianni
> if I don't reconfig manually the load on primary goes up and states pass from other, primary, secondary to other, other, secondary
[
15:24:52
] <
gianni
> with no primary replica set stops working
[
15:25:36
] <
gianni
> is that the right behaviour?
[
15:28:06
] <
gianni
> if mongo could recover from other, primary, secondary to secondary, primary, secondary at some point would be very nice...
[
15:30:25
] <
gianni
> is that possible?
[
21:32:52
] <
gianni
> the load seems to be caused from too much writes per second... I've read that sharding may help me distributing writes... searching how to apply a bit of sharding in my replica set now...