sedna icon indicating copy to clipboard operation
sedna copied to clipboard

objectsearch bug report

Open tangming1996 opened this issue 1 year ago • 2 comments

What happened: After the objectsearch resource is deleted, its associated pod resource remains What you expected to happen: After the objectsearch resource is deleted, its associated pod resource is also deleted How to reproduce it (as minimally and precisely as possible): Create an objectsearch resource. After the pod instance is created, delete the objectsearch resource and check whether the Pods are also deleted. Anything else we need to know?:

Environment: kubernetes version: 1.23.0 kubeedge version: 1.16.1 sedna version: 0.6.0

CloudSide Environment:

Hardware configuration
$ lscpu
# paste output here
OS
$ cat /etc/os-release
# paste output here
Kernel
$ uname -a
# paste output here
Others

EdgeSide Environment:

Hardware configuration
$ lscpu
# paste output here
OS
$ cat /etc/os-release
# paste output here
Kernel
$ uname -a
# paste output here
Others

tangming1996 avatar Sep 13 '24 09:09 tangming1996

The main problem is that the ownerReferences/0/kind field was misrepresented as Name when pod associated the upper objectsearch resource, which should actually be KindName

The bug has since been fixed. https://github.com/kubeedge/sedna/pull/443

tangming1996 avatar Sep 13 '24 09:09 tangming1996

Is this issue fixed by https://github.com/kubeedge/sedna/issues/444 ?

MooreZheng avatar Dec 28 '24 10:12 MooreZheng