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 Mar  7 11:50:57 UTC 2018

Modified Files:
        pkgsrc/devel/kafka: Makefile PLIST distinfo

Log Message:
devel/kafka: Update to 1.0.1.

Improvement
- Kafka metrics templates used in document generation should maintain
  order of tags
- Consolidate MockTime implementations between connect and clients
- Fix repeated words words in JavaDoc and comments.
- Cache lastEntry in TimeIndex to avoid unnecessary disk access
- AbstractIndex should cache index file to avoid unnecessary disk
  access during resize()
- Have State Stores Restore Before Initializing Toplogy
- SSLTransportLayer should keep reading from socket until either the
  buffer is full or the socket has no more data
- Improve KTable Source state store auto-generated names

Bug
- QueryableStateIntegrationTest.concurrentAccess is failing
  occasionally in jenkins builds
- KafkaProducer is not joining its IO thread properly
- Kafka connect: error with special characters in connector name
- Streams metrics tagged incorrectly
- ClassCastException in BigQuery connector
- ClientQuotaManager threads prevent shutdown when encountering an
  error loading logs
- Streams configuration requires consumer. and producer. in order to
  be read
- Timestamp on streams directory contains a colon, which is an illegal
  character
- Add methods in Options classes to keep binary compatibility with
  0.11
- RecordQueue.clear() does not clear MinTimestampTracker's maintained
  list
- Selector memory leak with high likelihood of OOM in case of down
  conversion
- GlobalKTable never finishes restoring when consuming transactional
  messages
- IllegalArgumentException if 1.0.0 is used for
  inter.broker.protocol.version or log.message.format.version
- Using standby replicas with an in memory state store causes Streams
  to crash
- Issues with protocol version when applying a rolling upgrade to
  1.0.0
- A metric named 'XX' already exists, can't register another one.
- Flaky Unit test:
  KStreamKTableJoinIntegrationTest.shouldCountClicksPerRegionWithNonZeroByteCache
- AbstractCoordinator not clearly handles NULL Exception
- Request logging throws exception if acks=0
- KTable state restore fails after rebalance
- Make loadClass thread-safe for class loaders of Connect plugins
- Inconsistent protocol type for empty consumer groups
- Broken symlink interrupts scanning the plugin path
- NetworkClient should not return internal failed api version
  responses from poll
- Topic can not be recreated after it is deleted
- mBeanName should be removed before returning from
  JmxReporter#removeAttribute()
- Connect: Struct equals/hashCode method should use Arrays#deep*
  methods
- kafka-acls regression for comma characters (and maybe other
  characters as well)
- punctuate with WALL_CLOCK_TIME triggered immediately
- Update KStream JavaDoc with regard to KIP-182
- StackOverflowError in kafka-coordinator-heartbeat-thread
- Fix StateRestoreListener To Use Correct Batch Ending Offset
- NullPointerException on KStream-GlobalKTable leftJoin when
  KeyValueMapper returns null
- Non-aggregation KTable generation operator does not construct value
  getter correctly
- When enable trace level log in mirror maker, it will throw null
  pointer exception and the mirror maker will shutdown
- Enforce layout of dependencies within a Connect plugin to be
  deterministic
- Connect: Some per-task-metrics not working
- Broker leaks memory and file descriptors after sudden client
  disconnects

Test
- KafkaStreamsTest fails in trunk
- SelectorTest may fail with ConcurrentModificationException


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/kafka/Makefile \
    pkgsrc/devel/kafka/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/kafka/PLIST

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.4 pkgsrc/devel/kafka/Makefile:1.5
--- pkgsrc/devel/kafka/Makefile:1.4     Wed Nov  1 13:31:39 2017
+++ pkgsrc/devel/kafka/Makefile Wed Mar  7 11:50:57 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2017/11/01 13:31:39 fhajny Exp $
+# $NetBSD: Makefile,v 1.5 2018/03/07 11:50:57 fhajny Exp $
 
-DISTNAME=      kafka_${SCALA_VERSION}-1.0.0
+DISTNAME=      kafka_${SCALA_VERSION}-1.0.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.4 pkgsrc/devel/kafka/distinfo:1.5
--- pkgsrc/devel/kafka/distinfo:1.4     Wed Nov  1 13:31:39 2017
+++ pkgsrc/devel/kafka/distinfo Wed Mar  7 11:50:57 2018
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.4 2017/11/01 13:31:39 fhajny Exp $
+$NetBSD: distinfo,v 1.5 2018/03/07 11:50:57 fhajny Exp $
 
-SHA1 (kafka_2.12-1.0.0.tgz) = 64bd50ae5b3e99d110226b9b8820df4f5009e306
-RMD160 (kafka_2.12-1.0.0.tgz) = 15c62e044b0ad1bbe29638acdb443d097873b30a
-SHA512 (kafka_2.12-1.0.0.tgz) = 1b647b7f392148aa2b9d47550a1502e50be4b005c70c82dae03065b89484e66400528be40ca2d54f35eb2c0e70f35c88a04777c2b625daa5d5546caab4ed6818
-Size (kafka_2.12-1.0.0.tgz) = 44352403 bytes
+SHA1 (kafka_2.12-1.0.1.tgz) = f24f467be4baa07690214ad6995dc8e62e40b86c
+RMD160 (kafka_2.12-1.0.1.tgz) = cfbc0cfd056d9cd28be6c9c566905c1cef4282d4
+SHA512 (kafka_2.12-1.0.1.tgz) = 935c0df1cf742405c40d9248cfdd1578038b595b59ec5a350543a7fe67b6be26ff6c4426f7c0c072ff4aa006b701502a55fcf7e2ced1fdc64330e3383035078c
+Size (kafka_2.12-1.0.1.tgz) = 44474706 bytes
 SHA1 (patch-bin_connect-distributed.sh) = 49e679e9d9d355921054a3723c96e519af871173
 SHA1 (patch-bin_connect-standalone.sh) = 9c300a771dbf02f733edd2b8a8cdf9f62c9322b4
 SHA1 (patch-bin_kafka-run-class.sh) = afba1d71d7bc40762068e27bda3c77159f7eb37c

Index: pkgsrc/devel/kafka/PLIST
diff -u pkgsrc/devel/kafka/PLIST:1.3 pkgsrc/devel/kafka/PLIST:1.4
--- pkgsrc/devel/kafka/PLIST:1.3        Wed Nov  1 13:31:39 2017
+++ pkgsrc/devel/kafka/PLIST    Wed Mar  7 11:50:57 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2017/11/01 13:31:39 fhajny Exp $
+@comment $NetBSD: PLIST,v 1.4 2018/03/07 11:50:57 fhajny Exp $
 bin/connect-distributed.sh
 bin/connect-standalone.sh
 bin/kafka-acls.sh
@@ -84,7 +84,7 @@ lib/java/kafka/libs/osgi-resource-locato
 lib/java/kafka/libs/plexus-utils-3.0.24.jar
 lib/java/kafka/libs/reflections-0.9.11.jar
 lib/java/kafka/libs/rocksdbjni-5.7.3.jar
-lib/java/kafka/libs/scala-library-2.12.3.jar
+lib/java/kafka/libs/scala-library-2.12.4.jar
 lib/java/kafka/libs/slf4j-api-1.7.25.jar
 lib/java/kafka/libs/slf4j-log4j12-1.7.25.jar
 lib/java/kafka/libs/snappy-java-1.1.4.jar



Home | Main Index | Thread Index | Old Index