You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2022/12/02 10:13:18 UTC

[GitHub] [kafka] divijvaidya commented on pull request #12940: MINOR: Remove lock contention while adding sensors

divijvaidya commented on PR #12940:
URL: https://github.com/apache/kafka/pull/12940#issuecomment-1335028608

   The build is failing with:
   ```
   [2022-12-01T20:35:07.343Z] FAILURE: Build completed with 2 failures.
   
   [2022-12-01T20:35:07.343Z] 
   
   [2022-12-01T20:35:07.343Z] 1: Task failed with an exception.
   
   [2022-12-01T20:35:07.343Z] -----------
   
   [2022-12-01T20:35:07.343Z] * What went wrong:
   
   [2022-12-01T20:35:07.343Z] Execution failed for task ':connect:file:compileJava'.
   
   [2022-12-01T20:35:07.343Z] > Compilation failed; see the compiler error output for details.
   
   [2022-12-01T20:35:07.343Z] 
   
   [2022-12-01T20:35:07.343Z] * Try:
   
   [2022-12-01T20:35:07.343Z] > Run with --stacktrace option to get the stack trace.
   
   [2022-12-01T20:35:07.343Z] > Run with --info or --debug option to get more log output.
   
   [2022-12-01T20:35:07.343Z] > Run with --scan to get full insights.
   
   [2022-12-01T20:35:07.343Z] ==============================================================================
   
   [2022-12-01T20:35:07.343Z] 
   
   [2022-12-01T20:35:07.343Z] 2: Task failed with an exception.
   
   [2022-12-01T20:35:07.343Z] -----------
   
   [2022-12-01T20:35:07.343Z] * What went wrong:
   
   [2022-12-01T20:35:07.343Z] Unable to make progress running work. There are items queued for execution but none of them can be started
   
   [2022-12-01T20:35:07.343Z] 
   
   [2022-12-01T20:35:07.343Z] * Try:
   
   [2022-12-01T20:35:07.343Z] > Run with --stacktrace option to get the stack trace.
   
   [2022-12-01T20:35:07.343Z] > Run with --info or --debug option to get more log output.
   
   [2022-12-01T20:35:07.343Z] > Run with --scan to get full insights.
   
   [2022-12-01T20:35:07.343Z] ==============================================================================
   ```
   
   But strangely it passes locally for me:
   ```
   diviv@147dda742970:~/oss/kafka|minor-lock-contention ⇒  ./gradlew :connect:file:compileJava
   
   > Configure project :
   Starting build with version 3.4.0-SNAPSHOT (commit id 15aa84a7) using Gradle 7.6, Java 17 and Scala 2.13.8
   Build properties: maxParallelForks=12, maxScalacThreads=8, maxTestRetries=0
   
   BUILD SUCCESSFUL in 15s
   6 actionable tasks: 5 executed, 1 up-to-date
   ```


-- 
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: jira-unsubscribe@kafka.apache.org

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