7946 Commits (df8918b90f558486029985a78b545c1e8ee0f6e4)
 

Author SHA1 Message Date
Chia-Ping Tsai 88fe466f03
HOTFIX: Fix compile error in TopicAdminTest (#8866) 4 years ago
A. Sophie Blee-Goldman 03ed08d0d1
KAFKA-10144: clean up corrupted standby tasks before attempting a commit (#8849) 4 years ago
Kowshik Prakasam 3d45e1f09e
KAFKA-10157: Fix broken tests due to InterruptedException from FinalizedFeatureChangeListener (#8857) 4 years ago
Tom Bentley 9a4f00f78b
KAFKA-9432: automated protocol for DescribeConfigs (#8312) 4 years ago
Adam Bellemare bcf45b09d3
KAFKA-10049: Fixed FKJ bug where wrapped serdes are set incorrectly when using default StreamsConfig serdes (#8764) 4 years ago
Kowshik Prakasam 4f96c5b424
KAFKA-10027: Implement read path for feature versioning system (KIP-584) (#8680) 4 years ago
A. Sophie Blee-Goldman 42f46abb34
KAFKA-10085: correctly compute lag for optimized source changelogs (#8787) 4 years ago
John Roesler e8e9fe82da
KAFKA-10086: Integration test for ensuring warmups are effective (#8818) 4 years ago
Chris Egerton 7f4fc76e96
KAFKA-9374: Make connector interactions asynchronous (#8069) 4 years ago
A. Sophie Blee-Goldman 5f7b07b514
MINOR: reduce sizeInBytes for percentiles metrics (#8835) 4 years ago
Aakash Shah a6ca7ad310 KAFKA-10115: Incorporate errors.tolerance with the Errant Record Reporter (#8829) 4 years ago
Randall Hauch 48b56e533b
KAFKA-9216: Enforce that Connect’s internal topics use `compact` cleanup policy (#8828) 4 years ago
Chris Egerton 92d56ed933
KAFKA-9845: Warn users about using config providers with plugin.path property (#8455) 4 years ago
Matthias J. Sax eef5d49432
KAFKA-7833: Add missing test (#8847) 4 years ago
Chris Egerton 775f0d484b
KAFKA-9066: Retain metrics for failed tasks (#8502) 4 years ago
Lucent-Wong 6abb913c64
KAFKA-9841: Revoke duplicate connectors and tasks when zombie workers return with an outdated assignment (#8453) 4 years ago
Mario Molina 45fb78edd4
KAFKA-9985: Sink connector may exhaust broker when writing in DLQ (#8663) 4 years ago
Matthias J. Sax 8e083e1b88
KAFKA-9441: remove prepareClose() to simplify task management (#8833) 4 years ago
Rob Meng 3e9ba2236a
KAFKA-7833: Add Global/StateStore name conflict check (#8825) 4 years ago
Greg Harris 7d8e62b3b6
KAFKA-9969: Exclude ConnectorClientConfigRequest from class loading isolation (#8630) 5 years ago
Guozhang Wang ff8a757b9c
KAFKA-9991: Fix flaky unit tests (#8843) 5 years ago
Chia-Ping Tsai 164db1a661
KAFKA-10014; Always try to close all channels in Selector#close (#8685) 5 years ago
A. Sophie Blee-Goldman 0f68dc7a64
KAFKA-10079: improve thread-level stickiness (#8775) 5 years ago
Boyang Chen 84051e0e88
MINOR: Print all removed dynamic members during join complete (#8816) 5 years ago
Auston a22aa95f50
KAFKA-8938: Improve allocations during Struct validation in ConnectSchema (#7384) 5 years ago
Konstantine Karantasis b2d37cc74e
KAFKA-9849: Fix issue with worker.unsync.backoff.ms creating zombie workers when incremental cooperative rebalancing is used (#8827) 5 years ago
Rens Groothuijsen 6fa44a3a14
KAFKA-9716; Clarify meaning of compression rate metrics (#8664) 5 years ago
Konstantine Karantasis 09b22e7e67
KAFKA-9848: Avoid triggering scheduled rebalance delay when task assignment fails but Connect workers remain in the group (#8805) 5 years ago
Xavier Léauté 58794d2f2e
MINOR: fix incorrect GC log size with JDK9+ (#8800) 5 years ago
Jason Gustafson 1d24e2e3b2
MINOR: Fix fetch session epoch comment in `FetchRequest.json` (#8802) 5 years ago
Chia-Ping Tsai 8d3d2742b3
KAFKA-10063; UnsupportedOperation when querying cleaner metrics after shutdown (#8783) 5 years ago
A. Sophie Blee-Goldman 0fa95935db
HOTFIX: fix validity check in sticky assignor tests (#8815) 5 years ago
A. Sophie Blee-Goldman 5bcd7cca22
KAFKA-10102: update ProcessorTopology instead of rebuilding it (#8803) 5 years ago
showuon aed7ba9f16
MINOR: Remove unused isSticky assert out from tests only do constrainedAssign (#8788) 5 years ago
Guozhang Wang ad4b12a18c
KAFKA-10005: Decouple RestoreListener from RestoreCallback (#8676) 5 years ago
Colin Patrick McCabe 6a30b4e385
MINOR: equals() should check _unknownTaggedFields (#8640) 5 years ago
Nikhil Bhatia 73b1d4219d
KAFKA-10106: log time taken to handle LeaderAndIsr request (#8807) 5 years ago
Matthias J. Sax 922ed9d2af
MINOR: fix HTML markup (#8823) 5 years ago
Navina Ramesh 7777dc8f8f
KAFKA-10012; Reduce overhead of strings in SelectorMetrics (#8684) 5 years ago
Evelyn Bayes 9a0b694a66
KAFKA-9216: Enforce internal config topic settings for Connect workers during startup (#8270) 5 years ago
Boyang Chen d4ef46c69d
KAFKA-10097: Internalize checkpoint data (#8820) 5 years ago
Brian Byrne dd7c036956 KAFKA-10033: Throw UnknownTopicOrPartitionException when modifying a non-existent topic's config 5 years ago
Matthias J. Sax 4eb3f75556
MINOR: improve code encapsulation between StreamThread and TaskManager (#8819) 5 years ago
Mandar Tillu bdae26d047
Fixing KAFKA-10094 (#8797) 5 years ago
Konstantine Karantasis 464aca3627
KAFKA-9851: Revoking Connect tasks due to connectivity issues should also clear the running assignment (#8804) 5 years ago
Boyang Chen 910f317996
KAFKA-9840; Skip End Offset validation when the leader epoch is not reliable (#8486) 5 years ago
Bill Bejeck e385e4639e
HOT_FIX: Update javadoc since imports added (#8817) 5 years ago
Matthias J. Sax 5a0e65ed39
KAFKA-8011: Fix flaky RegexSourceIntegrationTest (#8799) 5 years ago
Chris Egerton 2d9376c8bb
KAFKA-9570: Define SSL configs in all worker config classes, not just distributed (#8135) 5 years ago
Randall Hauch da32720c19
KAFKA-10111: Make SinkTaskContext.errantRecordReporter() a default method (#8814) 5 years ago