Uijeong Jeong

Results 11 comments of Uijeong Jeong

> @alexjst > > > we figured out how to do graceful query node shutdown > > Could you please enlighten how did you guys do this ? I'm curious...

@weiliu1031 And one more question. if I restart the query node without killing it normally, sometimes the collection can't be reloaded. and the segments are not found even if the...

@roy-akash > @Uijeong97 you can see the relevant discussion here : https://discord.com/channels/1160323594396635310/1182918245590777956/1182918245590777956 > > Contrary to the claim though i don't see its working out of the box. i.e graceful...

> @Uijeong97 yeah you can do that, add below to your deployment ` lifecycle: preStop: exec: command: - /bin/sh - -c - | #!/bin/sh set -ex exec 1/proc/1/fd/1; exec 2>&1;...

@roy-akash > There is a hard timeout limit by kubernetes controlled by the deployment config terminationGracePeriodSeconds , set this to a higher value like ~1800, by default this is 30s...

I have same problem. I tried many solutions, but I can't solve it..

I agree with issue2. I hope this feature to be made.

@xiaofan-luan Can I know release goal of this issue?