Re: [go-nuts] Getting 502 errors in golang with heavy load

2021-08-06 Thread Konstantin Khomoutov
On Fri, Aug 06, 2021 at 08:13:46PM +0300, Konstantin Khomoutov wrote: [...] > * Aerospike does not use HTTP as its client protocol; it implements some >custom protocol over TCP sockets, so that 502 Sorry, fat fingers. I meant to say "... so that those '502 errors' could not come from Aerospi

Re: [go-nuts] Getting 502 errors in golang with heavy load

2021-08-06 Thread Konstantin Khomoutov
On Thu, Aug 05, 2021 at 08:07:58PM -0700, Anand vishnu wrote: > my code is running absolutely fine with a smaller load, when load is > increased it is failing. > The changes i made in the newer release tag: > 1. pushing data to aerospike at each and every chunk > when i turn off this line it is w

[go-nuts] Getting 502 errors in golang with heavy load

2021-08-06 Thread Anand vishnu
Hi, my code is running absolutely fine with a smaller load, when load is increased it is failing. The changes i made in the newer release tag: 1. pushing data to aerospike at each and every chunk when i turn off this line it is working fine , but when i turn this on it is failing -- You receiv