René's URL Explorer Experiment


Title: Operator Error messages about concurrent modifications · Issue #825 · secureCodeBox/secureCodeBox · GitHub

Open Graph Title: Operator Error messages about concurrent modifications · Issue #825 · secureCodeBox/secureCodeBox

X Title: Operator Error messages about concurrent modifications · Issue #825 · secureCodeBox/secureCodeBox

Description: 🐞 Bug report The operator keeps throwing error messages about "the object has been modified; please apply your changes to the latest version and try again". Seems like there is some concurrent modification going on somewhere? We should t...

Open Graph Description: 🐞 Bug report The operator keeps throwing error messages about "the object has been modified; please apply your changes to the latest version and try again". Seems like there is some concurrent modi...

X Description: 🐞 Bug report The operator keeps throwing error messages about "the object has been modified; please apply your changes to the latest version and try again". Seems like there is some concu...

Opengraph URL: https://github.com/secureCodeBox/secureCodeBox/issues/825

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Operator Error messages about concurrent modifications","articleBody":"## 🐞 Bug report\r\nThe operator keeps throwing error messages about \"the object has been modified; please apply your changes to the latest version and try again\". Seems like there is some concurrent modification going on somewhere? We should track this down.\r\n\r\nFull error message with a bit of context around it:\r\n```bash\r\n2021-11-18T08:33:44.189+0100\tINFO\tcontrollers.execution.Scan\tMatching ParseDefinition Found\t{\"scan_parse\": \"default/nmap-localhost\", \"ParseDefinition\": \"nmap-xml\"}\r\n2021-11-18T08:33:49.217+0100\tINFO\tcontrollers.execution.Scan\tFound ScanCompletionHooks\t{\"ScanCompletionHooks\": 1}\r\n2021-11-18T08:33:49.227+0100\tINFO\tcontrollers.execution.Scan\tProcessing hook\t{\"hook\": {\"hookName\":\"cascading-scans\",\"state\":\"Pending\",\"priority\":0,\"type\":\"ReadOnly\"}, \"jobType\": \"read-only-hook\"}\r\n2021-11-18T08:33:49.231+0100\tINFO\tcontrollers.execution.Scan\tCreated job for hook\t{\"hook\": {\"hookName\":\"cascading-scans\",\"state\":\"InProgress\",\"jobName\":\"cascading-scans-nmap-localhost-fbt7r\",\"priority\":0,\"type\":\"ReadOnly\"}}\r\n2021-11-18T08:33:49.239+0100\tINFO\tcontrollers.execution.Scan\tProcessing hook\t{\"hook\": {\"hookName\":\"cascading-scans\",\"state\":\"Pending\",\"priority\":0,\"type\":\"ReadOnly\"}, \"jobType\": \"read-only-hook\"}\r\n2021-11-18T08:33:49.252+0100\tERROR\tcontrollers.execution.Scan\tUnable to update Scan status\t{\"error\": \"Operation cannot be fulfilled on scans.execution.securecodebox.io \\\"nmap-localhost\\\": the object has been modified; please apply your changes to the latest version and try again\"}\r\ngithub.com/go-logr/zapr.(*zapLogger).Error\r\n\t/Users/mmaass/go/pkg/mod/github.com/go-logr/zapr@v0.2.0/zapr.go:132\r\ngithub.com/secureCodeBox/secureCodeBox/operator/controllers/execution/scans.(*ScanReconciler).executeHooks\r\n\t/Users/mmaass/Documents/Code/SecureCodeBox/operator/controllers/execution/scans/hook_reconciler.go:147\r\ngithub.com/secureCodeBox/secureCodeBox/operator/controllers/execution/scans.(*ScanReconciler).Reconcile\r\n\t/Users/mmaass/Documents/Code/SecureCodeBox/operator/controllers/execution/scans/scan_controller.go:109\r\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).reconcileHandler\r\n\t/Users/mmaass/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.8.3/pkg/internal/controller/controller.go:298\r\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem\r\n\t/Users/mmaass/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.8.3/pkg/internal/controller/controller.go:253\r\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func1.2\r\n\t/Users/mmaass/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.8.3/pkg/internal/controller/controller.go:216\r\nk8s.io/apimachinery/pkg/util/wait.JitterUntilWithContext.func1\r\n\t/Users/mmaass/go/pkg/mod/k8s.io/apimachinery@v0.20.2/pkg/util/wait/wait.go:185\r\nk8s.io/apimachinery/pkg/util/wait.BackoffUntil.func1\r\n\t/Users/mmaass/go/pkg/mod/k8s.io/apimachinery@v0.20.2/pkg/util/wait/wait.go:155\r\nk8s.io/apimachinery/pkg/util/wait.BackoffUntil\r\n\t/Users/mmaass/go/pkg/mod/k8s.io/apimachinery@v0.20.2/pkg/util/wait/wait.go:156\r\nk8s.io/apimachinery/pkg/util/wait.JitterUntil\r\n\t/Users/mmaass/go/pkg/mod/k8s.io/apimachinery@v0.20.2/pkg/util/wait/wait.go:133\r\nk8s.io/apimachinery/pkg/util/wait.JitterUntilWithContext\r\n\t/Users/mmaass/go/pkg/mod/k8s.io/apimachinery@v0.20.2/pkg/util/wait/wait.go:185\r\nk8s.io/apimachinery/pkg/util/wait.UntilWithContext\r\n\t/Users/mmaass/go/pkg/mod/k8s.io/apimachinery@v0.20.2/pkg/util/wait/wait.go:99\r\n2021-11-18T08:33:49.252+0100\tERROR\tcontroller-runtime.manager.controller.scan\tReconciler error\t{\"reconciler group\": \"execution.securecodebox.io\", \"reconciler kind\": \"Scan\", \"name\": \"nmap-localhost\", \"namespace\": \"default\", \"error\": \"Operation cannot be fulfilled on scans.execution.securecodebox.io \\\"nmap-localhost\\\": the object has been modified; please apply your changes to the latest version and try again\"}\r\ngithub.com/go-logr/zapr.(*zapLogger).Error\r\n\t/Users/mmaass/go/pkg/mod/github.com/go-logr/zapr@v0.2.0/zapr.go:132\r\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).reconcileHandler\r\n\t/Users/mmaass/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.8.3/pkg/internal/controller/controller.go:302\r\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem\r\n\t/Users/mmaass/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.8.3/pkg/internal/controller/controller.go:253\r\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func1.2\r\n\t/Users/mmaass/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.8.3/pkg/internal/controller/controller.go:216\r\nk8s.io/apimachinery/pkg/util/wait.JitterUntilWithContext.func1\r\n\t/Users/mmaass/go/pkg/mod/k8s.io/apimachinery@v0.20.2/pkg/util/wait/wait.go:185\r\nk8s.io/apimachinery/pkg/util/wait.BackoffUntil.func1\r\n\t/Users/mmaass/go/pkg/mod/k8s.io/apimachinery@v0.20.2/pkg/util/wait/wait.go:155\r\nk8s.io/apimachinery/pkg/util/wait.BackoffUntil\r\n\t/Users/mmaass/go/pkg/mod/k8s.io/apimachinery@v0.20.2/pkg/util/wait/wait.go:156\r\nk8s.io/apimachinery/pkg/util/wait.JitterUntil\r\n\t/Users/mmaass/go/pkg/mod/k8s.io/apimachinery@v0.20.2/pkg/util/wait/wait.go:133\r\nk8s.io/apimachinery/pkg/util/wait.JitterUntilWithContext\r\n\t/Users/mmaass/go/pkg/mod/k8s.io/apimachinery@v0.20.2/pkg/util/wait/wait.go:185\r\nk8s.io/apimachinery/pkg/util/wait.UntilWithContext\r\n\t/Users/mmaass/go/pkg/mod/k8s.io/apimachinery@v0.20.2/pkg/util/wait/wait.go:99\r\n2021-11-18T08:33:49.252+0100\tINFO\tcontrollers.execution.Scan\tProcessing hook\t{\"hook\": {\"hookName\":\"cascading-scans\",\"state\":\"InProgress\",\"jobName\":\"cascading-scans-nmap-localhost-fbt7r\",\"priority\":0,\"type\":\"ReadOnly\"}, \"jobType\": \"read-only-hook\"}\r\n2021-11-18T08:33:49.263+0100\tINFO\tcontrollers.execution.Scan\tProcessing hook\t{\"hook\": {\"hookName\":\"cascading-scans\",\"state\":\"InProgress\",\"jobName\":\"cascading-scans-nmap-localhost-fbt7r\",\"priority\":0,\"type\":\"ReadOnly\"}, \"jobType\": \"read-only-hook\"}\r\n```\r\n\r\nIt seems to happen during cascading scan hook execution if I interpret this correctly.","author":{"url":"https://github.com/malexmave","@type":"Person","name":"malexmave"},"datePublished":"2021-11-18T09:28:31.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":1},"url":"https://github.com/825/secureCodeBox/issues/825"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:7e46c074-9ec8-8399-f892-da1a21a30e28
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idAD32:1DF886:B18C77:E41057:698FC39F
html-safe-nonceff89cde351df095fe483eecf634ae14a8cec988cb3addbd762e3874e1256390c
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBRDMyOjFERjg4NjpCMThDNzc6RTQxMDU3OjY5OEZDMzlGIiwidmlzaXRvcl9pZCI6IjE5MTI5NDM0NDczNjUyMzE2NyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac361f428ba6483e6d6f1d932a1548a175ea1f63a9a2f17c13fa773001fcc26dd4
hovercard-subject-tagissue:1057127975
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/secureCodeBox/secureCodeBox/825/issue_layout
twitter:imagehttps://opengraph.githubassets.com/60f25a356706f4e7e0af72735f869d8065842f2a923d091d99bf31fed2a1f496/secureCodeBox/secureCodeBox/issues/825
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/60f25a356706f4e7e0af72735f869d8065842f2a923d091d99bf31fed2a1f496/secureCodeBox/secureCodeBox/issues/825
og:image:alt🐞 Bug report The operator keeps throwing error messages about "the object has been modified; please apply your changes to the latest version and try again". Seems like there is some concurrent modi...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamemalexmave
hostnamegithub.com
expected-hostnamegithub.com
None42c603b9d642c4a9065a51770f75e5e27132fef0e858607f5c9cb7e422831a7b
turbo-cache-controlno-preview
go-importgithub.com/secureCodeBox/secureCodeBox git https://github.com/secureCodeBox/secureCodeBox.git
octolytics-dimension-user_id34573705
octolytics-dimension-user_loginsecureCodeBox
octolytics-dimension-repository_id80711933
octolytics-dimension-repository_nwosecureCodeBox/secureCodeBox
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id80711933
octolytics-dimension-repository_network_root_nwosecureCodeBox/secureCodeBox
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release111423ee085528bc9fa8c25b2e698c30347f841e
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/secureCodeBox/secureCodeBox/issues/825#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FsecureCodeBox%2FsecureCodeBox%2Fissues%2F825
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FsecureCodeBox%2FsecureCodeBox%2Fissues%2F825
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=secureCodeBox%2FsecureCodeBox
Reloadhttps://github.com/secureCodeBox/secureCodeBox/issues/825
Reloadhttps://github.com/secureCodeBox/secureCodeBox/issues/825
Reloadhttps://github.com/secureCodeBox/secureCodeBox/issues/825
secureCodeBox https://github.com/secureCodeBox
secureCodeBoxhttps://github.com/secureCodeBox/secureCodeBox
Notifications https://github.com/login?return_to=%2FsecureCodeBox%2FsecureCodeBox
Fork 179 https://github.com/login?return_to=%2FsecureCodeBox%2FsecureCodeBox
Star 955 https://github.com/login?return_to=%2FsecureCodeBox%2FsecureCodeBox
Code https://github.com/secureCodeBox/secureCodeBox
Issues 71 https://github.com/secureCodeBox/secureCodeBox/issues
Pull requests 4 https://github.com/secureCodeBox/secureCodeBox/pulls
Discussions https://github.com/secureCodeBox/secureCodeBox/discussions
Actions https://github.com/secureCodeBox/secureCodeBox/actions
Projects 1 https://github.com/secureCodeBox/secureCodeBox/projects
Security 1 https://github.com/secureCodeBox/secureCodeBox/security
Insights https://github.com/secureCodeBox/secureCodeBox/pulse
Code https://github.com/secureCodeBox/secureCodeBox
Issues https://github.com/secureCodeBox/secureCodeBox/issues
Pull requests https://github.com/secureCodeBox/secureCodeBox/pulls
Discussions https://github.com/secureCodeBox/secureCodeBox/discussions
Actions https://github.com/secureCodeBox/secureCodeBox/actions
Projects https://github.com/secureCodeBox/secureCodeBox/projects
Security https://github.com/secureCodeBox/secureCodeBox/security
Insights https://github.com/secureCodeBox/secureCodeBox/pulse
New issuehttps://github.com/login?return_to=https://github.com/secureCodeBox/secureCodeBox/issues/825
New issuehttps://github.com/login?return_to=https://github.com/secureCodeBox/secureCodeBox/issues/825
#2910https://github.com/secureCodeBox/secureCodeBox/pull/2910
Operator Error messages about concurrent modificationshttps://github.com/secureCodeBox/secureCodeBox/issues/825#top
#2910https://github.com/secureCodeBox/secureCodeBox/pull/2910
https://github.com/Ilyesbdlala
bugBugshttps://github.com/secureCodeBox/secureCodeBox/issues?q=state%3Aopen%20label%3A%22bug%22
https://github.com/malexmave
https://github.com/malexmave
malexmavehttps://github.com/malexmave
on Nov 18, 2021https://github.com/secureCodeBox/secureCodeBox/issues/825#issue-1057127975
Ilyesbdlalahttps://github.com/Ilyesbdlala
bugBugshttps://github.com/secureCodeBox/secureCodeBox/issues?q=state%3Aopen%20label%3A%22bug%22
secureCodeBoxhttps://github.com/orgs/secureCodeBox/projects/6
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.