Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to delete resources: missing template or resource definition #2190

Open
Finenyaco opened this issue Mar 6, 2024 · 3 comments
Open
Assignees
Labels
bug-qa Something isn't working, and have not yet hit a real release p1 high priority

Comments

@Finenyaco
Copy link

Finenyaco commented Mar 6, 2024

Describe the bug

Steps to reproduce

  1. Create a resource.
  2. Delete the resource by CLI: walrus resource delete <resource>.
  3. Delete the resource on UI.
  4. Check the resource list.

Result

  1. In step 2, deleted resource failed.
unexpected status code 500 from https://localhost/v1/projects/default/environments/local/resources/second?preview=false&withoutCleanup=false, failed to delete a resource
  1. In step 3, failed to delete.
image
2024-03-06T08:16:47.236Z	E	api	error requesting DELETE /v1/projects/503617565914854658/environments/503617565914854658/resources?withoutCleanup=false: 1 error occurred:
	* missing template or resource definition


github.com/seal-io/walrus/pkg/apis/runtime.erroring
	github.com/seal-io/walrus/pkg/apis/runtime/middleware_error.go:45
github.com/gin-gonic/gin.(*Context).Next
	github.com/gin-gonic/gin@v1.9.1/context.go:174
github.com/seal-io/walrus/pkg/apis/runtime.recovering
	github.com/seal-io/walrus/pkg/apis/runtime/middleware_recovery.go:39
github.com/gin-gonic/gin.(*Context).Next
	github.com/gin-gonic/gin@v1.9.1/context.go:174
github.com/seal-io/walrus/pkg/apis/runtime.observing
	github.com/seal-io/walrus/pkg/apis/runtime/middleware_observation.go:89
github.com/gin-gonic/gin.(*Context).Next
	github.com/gin-gonic/gin@v1.9.1/context.go:174
github.com/gin-gonic/gin.(*Engine).handleHTTPRequest
	github.com/gin-gonic/gin@v1.9.1/gin.go:620
github.com/gin-gonic/gin.(*Engine).ServeHTTP
	github.com/gin-gonic/gin@v1.9.1/gin.go:576
github.com/seal-io/walrus/pkg/apis/runtime.(*Router).ServeHTTP
	github.com/seal-io/walrus/pkg/apis/runtime/router.go:194
net/http.serverHandler.ServeHTTP
	net/http/server.go:2938
net/http.initALPNRequest.ServeHTTP
	net/http/server.go:3546
net/http.(*http2serverConn).runHandler
	net/http/h2_bundle.go:6193
2024-03-06T08:16:47.237Z	D	api	500 | HTTP/2.0 |       39 B |       90 B |   53.134845ms |   192.168.117.1 | DELETE  /v1/projects/503617565914854658/environments/503617565914854658/resources?withoutCleanup=false

Expected behavior

Environment

  • Walrus version: main 59df6ec
  • UI version: dev-874ecc7

Additional context
Add any other context about the problem here.

@Finenyaco Finenyaco added the bug-qa Something isn't working, and have not yet hit a real release label Mar 6, 2024
@Finenyaco Finenyaco added this to the v0.6.0 milestone Mar 6, 2024
@gitlawr gitlawr added the p1 high priority label Mar 6, 2024
@Finenyaco
Copy link
Author

Environment

  • Walrus version: main 1f87819
  • UI version: dev-71a5388

Test Result: Can not be reproduced in main.

image

@Finenyaco
Copy link
Author

Environment

  • Walrus version: v0.6.1-rc1

Test Result: This issue can be reproduced again but need to find ways to reproduce.

image
2024-03-08T07:53:55.254Z	E	api	error requesting DELETE /v1/projects/503740965677225986/environments/503751901871921154/resources/503898482277406722?withoutCleanup=false: 1 error occurred:
	* missing template or resource definition


github.com/seal-io/walrus/pkg/apis/runtime.erroring
	github.com/seal-io/walrus/pkg/apis/runtime/middleware_error.go:45
github.com/gin-gonic/gin.(*Context).Next
	github.com/gin-gonic/gin@v1.9.1/context.go:174
github.com/seal-io/walrus/pkg/apis/runtime.recovering
	github.com/seal-io/walrus/pkg/apis/runtime/middleware_recovery.go:39
github.com/gin-gonic/gin.(*Context).Next
	github.com/gin-gonic/gin@v1.9.1/context.go:174
github.com/seal-io/walrus/pkg/apis/runtime.observing
	github.com/seal-io/walrus/pkg/apis/runtime/middleware_observation.go:89
github.com/gin-gonic/gin.(*Context).Next
	github.com/gin-gonic/gin@v1.9.1/context.go:174
github.com/gin-gonic/gin.(*Engine).handleHTTPRequest
	github.com/gin-gonic/gin@v1.9.1/gin.go:620
github.com/gin-gonic/gin.(*Engine).ServeHTTP
	github.com/gin-gonic/gin@v1.9.1/gin.go:576
github.com/seal-io/walrus/pkg/apis/runtime.(*Router).ServeHTTP
	github.com/seal-io/walrus/pkg/apis/runtime/router.go:194
net/http.serverHandler.ServeHTTP
	net/http/server.go:2938
net/http.initALPNRequest.ServeHTTP
	net/http/server.go:3546
net/http.(*http2serverConn).runHandler
	net/http/h2_bundle.go:6193
2024-03-08T07:53:55.255Z	D	api	500 | HTTP/2.0 |        0 B |       91 B |   26.204678ms |   192.168.216.1 | DELETE  /v1/projects/503740965677225986/environments/503751901871921154/resources/503898482277406722?withoutCleanup=false

@Finenyaco Finenyaco reopened this Mar 8, 2024
@alexcodelf
Copy link
Contributor

Can not find a proper way to reproduce it.

@gitlawr gitlawr removed this from the v0.6.0 milestone Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug-qa Something isn't working, and have not yet hit a real release p1 high priority
Projects
None yet
Development

No branches or pull requests

3 participants