vamossagar12 commented on PR #16628: URL: https://github.com/apache/kafka/pull/16628#issuecomment-2237925955
hmm I see this ``` [2024-07-18T17:56:40.951Z] FAILURE: Build failed with an exception. [2024-07-18T17:56:40.951Z] [2024-07-18T17:56:40.951Z] * What went wrong: [2024-07-18T17:56:40.951Z] Execution failed for task ':connect:runtime:spotlessJavaCheck'. [2024-07-18T17:56:40.951Z] > The following files had format violations: [2024-07-18T17:56:40.951Z] src/test/java/org/apache/kafka/connect/integration/ConnectWorkerIntegrationTest.java [2024-07-18T17:56:40.951Z] @@ -59,6 +59,7 @@ [2024-07-18T17:56:40.951Z] import·java.io.FileOutputStream; [2024-07-18T17:56:40.951Z] import·java.nio.file.Path; [2024-07-18T17:56:40.951Z] import·java.time.Duration; [2024-07-18T17:56:40.951Z] +import·java.util.ArrayList; [2024-07-18T17:56:40.951Z] import·java.util.Collection; [2024-07-18T17:56:40.951Z] import·java.util.Collections; [2024-07-18T17:56:40.951Z] import·java.util.HashMap; [2024-07-18T17:56:40.951Z] @@ -67,7 +68,6 @@ [2024-07-18T17:56:40.951Z] import·java.util.Objects; [2024-07-18T17:56:40.951Z] import·java.util.Properties; [2024-07-18T17:56:40.951Z] import·java.util.Set; [2024-07-18T17:56:40.951Z] -import·java.util.ArrayList; [2024-07-18T17:56:40.951Z] import·java.util.concurrent.TimeUnit; [2024-07-18T17:56:40.951Z] import·java.util.concurrent.atomic.AtomicReference; [2024-07-18T17:56:40.951Z] import·java.util.stream.Collectors; [2024-07-18T17:56:40.951Z] @@ -100,8 +100,8 @@ [2024-07-18T17:56:40.951Z] import·static·org.apache.kafka.connect.runtime.distributed.DistributedConfig.CONFIG_TOPIC_CONFIG; [2024-07-18T17:56:40.951Z] import·static·org.apache.kafka.connect.runtime.distributed.DistributedConfig.REBALANCE_TIMEOUT_MS_CONFIG; [2024-07-18T17:56:40.951Z] import·static·org.apache.kafka.connect.runtime.distributed.DistributedConfig.SCHEDULED_REBALANCE_MAX_DELAY_MS_CONFIG; [2024-07-18T17:56:40.951Z] +import·static·org.apache.kafka.connect.runtime.distributed.DistributedConfig.STATUS_STORAGE_PARTITIONS_CONFIG; [2024-07-18T17:56:40.951Z] import·static·org.apache.kafka.connect.runtime.distributed.DistributedConfig.STATUS_STORAGE_TOPIC_CONFIG; [2024-07-18T17:56:40.951Z] -import·static·org.apache.kafka.connect.runtime.distributed.DistributedConfig.STATUS_STORAGE_PARTITIONS_CONFIG; [2024-07-18T17:56:40.951Z] import·static·org.apache.kafka.connect.util.clusters.ConnectAssertions.CONNECTOR_SETUP_DURATION_MS; [2024-07-18T17:56:40.951Z] import·static·org.apache.kafka.test.TestUtils.waitForCondition; [2024-07-18T17:56:40.951Z] import·static·org.hamcrest.CoreMatchers.containsString; [2024-07-18T17:56:40.951Z] Run './gradlew :connect:runtime:spotlessApply' to fix these violations. ``` Can't seem to run `./gradlew :connect:runtime:spotlessApply` locally. Let me check this and update -- 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