pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/kafka



Module Name:    pkgsrc
Committed By:   fhajny
Date:           Wed May 10 18:14:06 UTC 2017

Modified Files:
        pkgsrc/devel/kafka: Makefile distinfo

Log Message:
Update devel/kafka to 0.10.2.1

Improvement

- SCRAM secret's should be better protected with Zookeeper ACLs

Bug

- Refresh consumer metadata more frequently for unknown subscribed
  topics
- OffsetValidationTest fails validation with "Current position greater
  than the total number of consumed records"
- Failure in
  kafka/tests/kafkatest/tests/core/security_rolling_upgrade_test.py
- Broker level configuration 'log.segment.bytes' not used when
  'segment.bytes' not configured per topic.
- Kafka Streams - unable to add state stores when using wildcard
  topics on the source
- Streams State transition ASCII diagrams need fixing and polishing
- KafkaConsumer: ConsumerConfig gets logged twice.
- docker/run_tests.sh should set up /opt/kafka-dev to be the source
  directory
- Config validation in Connector plugins need to compare against both
  canonical and simple class names
- Stream thread getting into deadlock state while trying to get
  rocksdb lock in retryWithBackoff
- SessionStore.fetch(key) is a performance bottleneck
- log.message.timestamp.type=LogAppendTime breaks Kafka based
  consumers
- Querying window store may return unwanted keys
- Kafka Secure Migrator tool doesn't secure all the nodes
- Kafka Connect does not log connector configuration errors
- Make ProduceRequest thread-safe
- Add streams tests with brokers failing
- Document that stores must not be closed when Processors are closed
- remove controller concurrent access to non-threadsafe NetworkClient,
  Selector, and SSLEngine
- testReprocessingFromScratch unit test failure
- StreamThread should catch InvalidTopicException
- running multiple kafka streams instances causes one or more instance
  to get into file contention
- Increase number of Streams producer retries from the default of 0
- Defer exception to the next pollOnce() if consumer's fetch position
  has already increased
- ThreadCacheTest.cacheOverheadsSmallValues fails intermittently
- KafkaConsumer.poll throws IllegalStateException


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/kafka/Makefile \
    pkgsrc/devel/kafka/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/kafka/Makefile
diff -u pkgsrc/devel/kafka/Makefile:1.1 pkgsrc/devel/kafka/Makefile:1.2
--- pkgsrc/devel/kafka/Makefile:1.1     Tue Feb 28 08:17:28 2017
+++ pkgsrc/devel/kafka/Makefile Wed May 10 18:14:06 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2017/02/28 08:17:28 fhajny Exp $
+# $NetBSD: Makefile,v 1.2 2017/05/10 18:14:06 fhajny Exp $
 
-DISTNAME=      kafka_${SCALA_VERSION}-0.10.2.0
+DISTNAME=      kafka_${SCALA_VERSION}-0.10.2.1
 PKGNAME=       ${DISTNAME:S/_${SCALA_VERSION}//}
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_APACHE:=kafka/${PKGVERSION_NOREV}/}
Index: pkgsrc/devel/kafka/distinfo
diff -u pkgsrc/devel/kafka/distinfo:1.1 pkgsrc/devel/kafka/distinfo:1.2
--- pkgsrc/devel/kafka/distinfo:1.1     Tue Feb 28 08:17:28 2017
+++ pkgsrc/devel/kafka/distinfo Wed May 10 18:14:06 2017
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.1 2017/02/28 08:17:28 fhajny Exp $
+$NetBSD: distinfo,v 1.2 2017/05/10 18:14:06 fhajny Exp $
 
-SHA1 (kafka_2.12-0.10.2.0.tgz) = 655a4b415b0913117ebff88888ea526a3c2a4a06
-RMD160 (kafka_2.12-0.10.2.0.tgz) = bbcb13b9e0b16af72efd4a76258d555c07b99d8f
-SHA512 (kafka_2.12-0.10.2.0.tgz) = 79115d105d68457e437fe539d5f61f404f0a04ca6096299367fc03a3f50f928b9858b6cbf41160ec303de6cdaba8320e12f1219faae467cd08a775c9ac004141
-Size (kafka_2.12-0.10.2.0.tgz) = 34021573 bytes
+SHA1 (kafka_2.12-0.10.2.1.tgz) = da6f2b1ae1feb25aac29a2a72e0a271855fcde8c
+RMD160 (kafka_2.12-0.10.2.1.tgz) = f473c5cc605ab5480485ad7e0e4fda2021d960f0
+SHA512 (kafka_2.12-0.10.2.1.tgz) = 48884838980ff182fe1bb089b5f8db91aaa190dad9f9cbf24d762ba8afb897546f66d66ce110eef87ad1541e06564e5ea455e4698a23fbd296d971e033953bbc
+Size (kafka_2.12-0.10.2.1.tgz) = 34046244 bytes
 SHA1 (patch-bin_connect-distributed.sh) = 49e679e9d9d355921054a3723c96e519af871173
 SHA1 (patch-bin_connect-standalone.sh) = 9c300a771dbf02f733edd2b8a8cdf9f62c9322b4
 SHA1 (patch-bin_kafka-run-class.sh) = 3c3202feb125a575346d91465824d9dc8bcfa6e8



Home | Main Index | Thread Index | Old Index