-
Notifications
You must be signed in to change notification settings - Fork 396
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
Incremental Co-operative Rebalancing Support for HDFS Connector #625
Comments
Hi @kkonstantine @ewencp @maxzheng , any plans on this issue in the nearest releases? |
Hey @kkonstantine @ewencp @maxzheng , I've opened a PR solving this issue: #711. Could you please take a look on it? I cannot add reviewers for some reason...
I'd appreciate if you review it. |
I've opened another PR #712 from my personal account, where I signed the CLA. Please use this one. @kkonstantine @ewencp @maxzheng , could you please take a look? |
kafka-connect-hdfs/src/main/java/io/confluent/connect/hdfs/DataWriter.java
Line 486 in bad81d6
Hi Team,
@ConfluentJenkins
Just wanted to know if the HDFS connector has the support for the "Incremental Rebalance". As I can see that "TopicPartitionWriters" Map is being cleared on every close call, which is correct if we consider the stop the world scenario. But in Incremental mode there can be case that only few of the partitions have been revoked and task has some partitions with it to read from, In that scenario it will be throwing NullPointerException at the following part of the code.
kafka-connect-hdfs/src/main/java/io/confluent/connect/hdfs/DataWriter.java
Line 364 in bad81d6
The text was updated successfully, but these errors were encountered: