Re: [PR] fatal error: concurrent map read and map write [camel-k]

2024-04-09 Thread via GitHub
christophd merged PR #5317: URL: https://github.com/apache/camel-k/pull/5317 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.a

Re: [PR] fatal error: concurrent map read and map write [camel-k]

2024-04-09 Thread via GitHub
squakez commented on PR #5317: URL: https://github.com/apache/camel-k/pull/5317#issuecomment-2044471601 > This is now failing with https://issues.redhat.com/browse/CMLK-1928 It was already reported in https://github.com/apache/camel-k/issues/5326 -- This is an automated message from

Re: [PR] fatal error: concurrent map read and map write [camel-k]

2024-04-09 Thread via GitHub
tdiesler commented on PR #5317: URL: https://github.com/apache/camel-k/pull/5317#issuecomment-2044460228 This is now failing with https://issues.redhat.com/browse/CMLK-1928 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

Re: [PR] fatal error: concurrent map read and map write [camel-k]

2024-04-09 Thread via GitHub
tdiesler commented on PR #5317: URL: https://github.com/apache/camel-k/pull/5317#issuecomment-2044335428 PR validation fails in `kamel-build-bundle/build-index-image.sh` for install/olm and install/upgrade ``` Constructing index image ... time="2024-04-09T07:25:46Z" level=fatal

Re: [PR] fatal error: concurrent map read and map write [camel-k]

2024-04-08 Thread via GitHub
tdiesler commented on PR #5317: URL: https://github.com/apache/camel-k/pull/5317#issuecomment-2042334426 There are (currently) three usages of apis.AddToScheme * when there is an error on operator startup * with some "fake" client while testing * whenever a client with config is

Re: [PR] fatal error: concurrent map read and map write [camel-k]

2024-04-04 Thread via GitHub
christophd commented on PR #5317: URL: https://github.com/apache/camel-k/pull/5317#issuecomment-2037323925 I tried to solve this in the E2E test setup (with mutex lock) where the clients get instantiated (see https://github.com/apache/camel-k/blob/main/e2e/support/test_support.go#L165).

[PR] fatal error: concurrent map read and map write [camel-k]

2024-04-03 Thread via GitHub
tdiesler opened a new pull request, #5317: URL: https://github.com/apache/camel-k/pull/5317 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-m