phantomjinx commented on issue #2987: URL: https://github.com/apache/camel-k/issues/2987#issuecomment-1058514302
Note: The error `fatal error: sync: unlock of unlocked mutex` concerns the use of sync.Once in the kamelet loading code. Documentation recommends that sync.Once should not be re-assigned within the function that is being executed. This error is the result. See https://github.com/apache/camel-k/issues/3063 and related PRs for modification of code to ameliorate this problem. -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org