Skip to content
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

Upgrade Kafka to 0.10.2.0 and bump java+scala to latest #23

Closed
wants to merge 6 commits into from

Conversation

solsson
Copy link
Contributor

@solsson solsson commented Mar 1, 2017

No description provided.

@solsson
Copy link
Contributor Author

solsson commented Mar 1, 2017

This kafka build starts all right, and forms a cluster, but the stuff in ./test/ no longer works. See #21.

According to broker logs, topic creation fails with

[2017-03-01 14:42:50,331] ERROR [KafkaApi-0] Error when handling request {controller_id=0,controller_epoch=1,partition_states=[{topic=test3,partition=0,controller_epoch=1,leader=1,leader_epoch=0,isr=[1,2,0],zk_version=0,replicas=[1,2,0]}],live_leaders=[{id=1,host=kafka-1.broker.kafka.svc.cluster.local,port=9092}]} (kafka.server.KafkaApis)
java.io.IOException: Invalid argument
	at sun.nio.ch.FileChannelImpl.map0(Native Method)

but oddly the job happily exits with Created topic "test2" and ./bin/kafka-topics.sh --zookeeper zookeeper:2181 --list reports the topics as existing.

@solsson
Copy link
Contributor Author

solsson commented Jun 25, 2017

#30 starts from this branch with the ambition to test replication/partitioning aspects

@solsson solsson closed this Jun 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant