[GitHub] kafka pull request #3988: KAFKA-5967 Ineffective check of negative value in ...

2017-09-28 Thread shivsantham
GitHub user shivsantham opened a pull request: https://github.com/apache/kafka/pull/3988 KAFKA-5967 Ineffective check of negative value in CompositeReadOnlyKe… package name: org.apache.kafka.streams.state.internals Minor change to approximateNumEntries() method in

[GitHub] kafka pull request #4021: KAFKA-5972 Flatten SMT does not work with null val...

2017-10-04 Thread shivsantham
GitHub user shivsantham opened a pull request: https://github.com/apache/kafka/pull/4021 KAFKA-5972 Flatten SMT does not work with null values A bug in Flatten SMT while doing tests with different SMTs that are provided out-of-box. Flatten SMT does not work as expected with

[GitHub] kafka pull request #4041: KAFKA-6023 ThreadCache#sizeBytes() should check ov...

2017-10-08 Thread shivsantham
GitHub user shivsantham opened a pull request: https://github.com/apache/kafka/pull/4041 KAFKA-6023 ThreadCache#sizeBytes() should check overflow long sizeBytes() { long sizeInBytes = 0; for (final NamedCache namedCache : caches.values

[GitHub] kafka pull request #4109: KAFKA-6024 - Move validation in KafkaConsumer ahea...

2017-10-21 Thread shivsantham
GitHub user shivsantham opened a pull request: https://github.com/apache/kafka/pull/4109 KAFKA-6024 - Move validation in KafkaConsumer ahead of acquireAndEnsu… In several methods, parameter validation is done after calling acquireAndEnsureOpen() in Kafka Consumer

[GitHub] kafka pull request #4305: KAFKA-6318: StreamsResetter should return non-zero...

2017-12-08 Thread shivsantham
GitHub user shivsantham opened a pull request: https://github.com/apache/kafka/pull/4305 KAFKA-6318: StreamsResetter should return non-zero return code on error If users specify a non-existing topic as input parameter, StreamsResetter only prints out an error message that the topic