-
Notifications
You must be signed in to change notification settings - Fork 15.4k
KAFKA-14595 Move ReassignPartitionsCommand to java #13247
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 45 commits
Commits
Show all changes
106 commits
Select commit
Hold shift + click to select a range
ffe57e5
KAFKA-14595 Move case classes from PartitionReassignmentState to java
nizhikov e875075
KAFKA-14595 Move ReassignPartitionsCommandOptions to java
nizhikov ca8dc2a
KAFKA-14595 Move ReassignPartitionsCommandOptions to java
nizhikov 634d185
KAFKA-14595 Move ReassignPartitionsCommandOptions to java
nizhikov 28ae6bb
KAFKA-14595 Compilation fix
nizhikov 857e499
Merge branch 'trunk' into KAFKA-14595
nizhikov cd4095d
KAFKA-14595 Move new classes to tools
nizhikov 4ae392c
Merge branch 'trunk' into KAFKA-14595
nizhikov 30be4ee
KAFKA-14595 Move new classes to tools
nizhikov d2bd8ac
KAFKA-14595 Move new classes to tools
nizhikov de2e660
KAFKA-14595 Move new classes to tools
nizhikov 25bd213
Merge branch 'trunk' into KAFKA-14595
nizhikov fa4b0b0
KAFKA-14595 Code review fixes
nizhikov 0ea3552
KAFKA-14595 Stubs for all methods in scala version of command
nizhikov 4924947
KAFKA-14595 WIP
nizhikov 86ec361
KAFKA-14595 WIP
nizhikov 780d906
KAFKA-14595 checkstyle fixed
nizhikov 22a1382
KAFKA-14595 scala BrokerMetadata removed
nizhikov 804d08e
KAFKA-14595 scala BrokerMetadata removed
nizhikov 948958f
KAFKA-14595 scala AdminUtils removed
nizhikov 737aa69
KAFKA-14595 tests fix
nizhikov 13f8125
KAFKA-14595 typo
nizhikov 724c0d3
Merge branch 'trunk' into KAFKA-14595
nizhikov 6be819c
Merge branch 'KAFKA-14595_AdminUtils_rewrite' into KAFKA-14595
nizhikov 7c056c9
Merge branch 'trunk' into KAFKA-14595
nizhikov 5c7dc12
KAFKA-14595 ReassignPartitionsCommandArgsTest, ReassignPartitionsUnit…
nizhikov fe06e63
KAFKA-14595 ReassignPartitionsCommandArgsTest, ReassignPartitionsUnit…
nizhikov 93ca02a
Merge branch 'trunk' into KAFKA-14595
nizhikov a7ad316
KAFKA-14595 ReassignPartitionsCommandArgsTest, ReassignPartitionsUnit…
nizhikov 26c76fc
KAFKA-14595 ReassignPartitionsIntegrationTest rewritten in java
nizhikov 741e578
KAFKA-14595 ReassignPartitionsIntegrationTest rewritten in java
nizhikov 568f662
KAFKA-14595 ReassignPartitionsIntegrationTest rewritten in java
nizhikov 794b57c
KAFKA-14595 ReassignPartitionsIntegrationTest rewritten in java
nizhikov e567030
KAFKA-14595 ReassignPartitionsIntegrationTest rewritten in java
nizhikov ac1705a
KAFKA-14595 ReassignPartitionsIntegrationTest rewritten in java
nizhikov 21cca4f
Merge branch 'trunk' into KAFKA-14595
nizhikov 20bc620
Merge branch 'trunk' into KAFKA-14595
nizhikov 30aa8d8
Merge branch 'trunk' into KAFKA-14595
nizhikov d80dc69
KAFKA-14595 Remove TerseReassignmentFailureException exception
nizhikov 145dd4c
KAFKA-14595 Compilation fix
nizhikov 4053c8a
Merge branch 'trunk' into KAFKA-14595
nizhikov 996e30b
KAFKA-14595 Separate test move
nizhikov cf43956
Merge branch 'trunk' into KAFKA-14595
nizhikov dcb8b2b
KAFKA-14595 Merge trunk
nizhikov 2d76eca
KAFKA-14595 Merge trunk
nizhikov 62205b4
Merge branch 'trunk' into KAFKA-14595_tests
nizhikov 3b6d212
KAFKA-14595 Improving test
nizhikov 97fb3f4
KAFKA-14595 Improving test
nizhikov 1372fcb
KAFKA-14595 Improving test
nizhikov 928ba42
KAFKA-14595 Improving test
nizhikov 1bbd0c3
KAFKA-14595 Improving test
nizhikov b3c20a8
KAFKA-14595 Improving test
nizhikov 07e1204
KAFKA-14595 Improving test
nizhikov 290133d
KAFKA-14595 Improving test
nizhikov 97319a3
KAFKA-14595 Improving test
nizhikov c6d1275
KAFKA-14595 Improving test
nizhikov 9877ef7
KAFKA-14595 Improving test
nizhikov cffd681
KAFKA-14595 Improving test
nizhikov 79c4f6f
KAFKA-14595 Improving test
nizhikov 840fa62
KAFKA-14595 Improving test
nizhikov fcfb95e
KAFKA-14595 Improving test
nizhikov d5a33fb
KAFKA-14595 Fix scala 2.12 errors
nizhikov 6929eeb
Merge branch 'trunk' into KAFKA-14595
nizhikov 7ce33f7
Merge branch 'trunk' into KAFKA-14595_tests
nizhikov 420af78
KAFKA-14595 Code review fixes.
nizhikov 7d22f15
KAFKA-14595 Code review fixes.
nizhikov bbd2f4c
KAFKA-14595 Code review fixes.
nizhikov b8e4c29
Merge branch 'trunk' into KAFKA-14595
nizhikov 25eae9a
KAFKA-14595 Code review fixes.
nizhikov 11dd1ae
Merge branch 'trunk' into KAFKA-14595
nizhikov 17726a5
Merge branch 'trunk' into KAFKA-14595_tests
nizhikov 8700c05
KAFKA-14595 Code review fixes.
nizhikov 08e8795
Merge branch 'trunk' into KAFKA-14595
nizhikov 5a40d88
Merge branch 'trunk' into KAFKA-14595_tests
nizhikov dfde62a
Merge branch 'KAFKA-14595_tests' into KAFKA-14595
nizhikov 2dd787e
Merge branch 'KAFKA-14595_tests' into KAFKA-14595
nizhikov 95e69a2
KAFKA-14595 Code review fixes.
nizhikov 6d5e2ba
Merge branch 'trunk' into KAFKA-14595
nizhikov cfc8597
Merge branch 'trunk' into KAFKA-14595
nizhikov aa149f2
KAFKA-14595 Fix integration test
nizhikov 208ac6a
Merge branch 'trunk' into KAFKA-14595
nizhikov 68a0301
KAFKA-14595 Revert Integration test to QuorumTestHarness
nizhikov 11fc0bb
Merge branch 'trunk' into KAFKA-14595
nizhikov 7cf703c
KAFKA-14595 Fixes after trunk merge
nizhikov 23d3d00
KAFKA-14595 Fixes after trunk merge
nizhikov d8e50ab
KAFKA-14595 Fixes after trunk merge
nizhikov 7175901
KAFKA-14595 Fixes after trunk merge
nizhikov d9ca29f
Merge branch 'trunk' into KAFKA-14595
nizhikov be82fbc
KAFKA-14595 Code review fix
nizhikov c2e2356
KAFKA-14595 Code formatting.
nizhikov d4b30c1
KAFKA-14595 Code review fixes.
nizhikov 70ddeeb
KAFKA-14595 Code review fixes.
nizhikov c90a6da
KAFKA-14595 Code review fixes.
nizhikov 5282f60
KAFKA-14595 Code review fixes.
nizhikov 6fe1aa0
KAFKA-14595 Code review fixes.
nizhikov f66fb6f
KAFKA-14595 Code review fixes.
nizhikov 85c441d
KAFKA-14595 Code review fixes.
nizhikov f40b5a5
KAFKA-14595 Code review fixes.
nizhikov ceaf2bf
KAFKA-14595 set method removed.
nizhikov 48363ef
Merge branch 'trunk' into KAFKA-14595
nizhikov b604480
KAFKA-14595 revert unnecessary change
nizhikov 369e888
KAFKA-14595 Code review fixes.
nizhikov 89eb550
KAFKA-14595 static import of asList
nizhikov f26a02e
KAFKA-15645 Remove set method
nizhikov 24a69fb
Merge branch 'trunk' into KAFKA-14595
nizhikov 53e767a
KAFKA-14595 Use Option.none instead of None$.empty
nizhikov File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -271,9 +271,11 @@ | |
| </subpackage> | ||
|
|
||
| <subpackage name="tools"> | ||
| <allow pkg="org.apache.kafka.admin"/> | ||
| <allow pkg="org.apache.kafka.common"/> | ||
| <allow pkg="org.apache.kafka.server.util" /> | ||
| <allow pkg="org.apache.kafka.server.common" /> | ||
| <allow pkg="org.apache.kafka.tools" /> | ||
| <allow pkg="org.apache.kafka.clients" /> | ||
| <allow pkg="org.apache.kafka.clients.admin" /> | ||
| <allow pkg="org.apache.kafka.clients.producer" /> | ||
|
|
@@ -292,7 +294,11 @@ | |
| <allow pkg="scala.collection" /> | ||
|
|
||
| <subpackage name="reassign"> | ||
| <allow pkg="kafka.admin" /> | ||
| <allow pkg="kafka.admin" /> | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. nit: L297 alignment
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. fixed |
||
| <allow pkg="kafka.cluster" /> | ||
| <allow pkg="kafka.server" /> | ||
| <allow pkg="kafka.log" /> | ||
| <allow pkg="scala" /> | ||
| </subpackage> | ||
| </subpackage> | ||
|
|
||
|
|
||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Instead of changing the default value for all the files, can we suppress the checkstyle only on the specified file?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch. Thanks! Fixed.