You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/03/03 21:32:25 UTC

[GitHub] [camel-k] phantomjinx commented on issue #2987: Kamel install failure

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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org