Hi all,
a SG Community Edition v2.8.4, started to panic and crashing with the following error:
2024-06-07T16:49:05.413Z [DBG] Import+: Created new rev ID for doc “” / “3-ff3bcf3b1595d2e734bbf640ac1c9d51”
2024-06-07T16:49:51.653Z [WRN] Error when querying index using statement: [SELECT meta(<bucket>
).xattrs.sync.access.role:User
as value
FROM <bucket>
USE INDEX (sg_access_x1) WHERE any op in object_pairs(meta(<bucket>
).xattrs.sync.access) satisfies op.name = $userName end;] parameters: [map[userName:role:User]] error:[12008] Error performing bulk get operation - cause: {2 errors, starting with dial tcp 172.18.2.3:11210: connect: cannot assign requested address} – base.(*CouchbaseBucketGoCB).Query() at bucket_n1ql.go:78
2024-06-07T16:49:51.653Z [WRN] QueryAccess returned error: [12008] Error performing bulk get operation - cause: {2 errors, starting with dial tcp 172.18.2.3:11210: connect: cannot assign requested address} – db.(*DatabaseContext).ComputeSequenceChannelsForPrincipal() at crud.go:2111
2024-06-07T16:49:51.653Z [WRN] channelComputer.ComputeChannelsForPrincipal returned error for &{Name:User ExplicitChannels: Channels_: Sequence_:1 PreviousChannels_: vbNo: cas:0}: [12008] Error performing bulk get operation - cause: {2 errors, starting with dial tcp 172.18.2.3:11210: connect: cannot assign requested address} – auth.(*Authenticator).rebuildChannels() at auth.go:174
2024-06-07T16:49:51.654Z [WRN] RebuildChannels returned error: [12008] Error performing bulk get operation - cause: {2 errors, starting with dial tcp 172.18.2.3:11210: connect: cannot assign requested address} – auth.(*Authenticator).getPrincipal.func1() at auth.go:117
What could be the problem?
Is there any issue related to that version?
Is there any resolution?