mumrah commented on PR #16975: URL: https://github.com/apache/kafka/pull/16975#issuecomment-2307014237
@chia7712 I added a checkstyle error to QuorumController.java. Looking at the builds, I see ``` > Task :metadata:spotlessJava Build cache key for task ':metadata:spotlessJava' is de99ce4fc5115b570333262fceca564f Task ':metadata:spotlessJava' is not up-to-date because: No history is available. The input changes require a full rebuild for incremental task ':metadata:spotlessJava'. Not incremental: removing prior outputs ``` whereas the unaltered "raft" module shows ``` > Task :raft:spotlessJava FROM-CACHE Build cache key for task ':raft:spotlessJava' is 5b8dafab1ff3d3bb62c7fc9be5b01598 Task ':raft:spotlessJava' is not up-to-date because: No history is available. Loaded cache entry for task ':raft:spotlessJava' with cache key 5b8dafab1ff3d3bb62c7fc9be5b01598 Resolve mutations for :raft:spotlessJavaCheck (Thread[Execution worker Thread 3,5,main]) started. :raft:spotlessJavaCheck (Thread[Execution worker Thread 3,5,main]) started. > Task :raft:spotlessJavaCheck UP-TO-DATE Caching disabled for task ':raft:spotlessJavaCheck' because: Caching has not been enabled for the task Task ':raft:spotlessJavaCheck' is not up-to-date because: Task has not declared any outputs despite executing actions. Resolve mutations for :raft:spotlessCheck (Thread[Execution worker Thread 3,5,main]) started. :raft:spotlessCheck (Thread[Execution worker Thread 3,5,main]) started. > Task :raft:spotlessCheck UP-TO-DATE Skipping task ':raft:spotlessCheck' as it has no actions. Resolve mutations for :server-common:spotlessJava (Thread[Execution worker Thread 3,5,main]) started. :server-common:spotlessJava (Thread[Execution worker Thread 3,5,main]) started. ``` -- 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-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org