[GitHub] kafka pull request #1787: KAFKA-3940 Log should check the return value of di...

2017-01-27 Thread imandhan
Github user imandhan closed the pull request at: https://github.com/apache/kafka/pull/1787 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] kafka pull request #2203: KAFKA-2857 ConsumerGroupCommand throws GroupCoordi...

2017-01-27 Thread imandhan
Github user imandhan closed the pull request at: https://github.com/apache/kafka/pull/2203 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] kafka pull request #2288: MINOR: Create Hyperlinks in protocol api docs

2017-01-27 Thread imandhan
Github user imandhan closed the pull request at: https://github.com/apache/kafka/pull/2288 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] kafka pull request #2288: MINOR: Create Hyperlinks in protocol api docs

2016-12-21 Thread imandhan
GitHub user imandhan opened a pull request: https://github.com/apache/kafka/pull/2288 MINOR: Create Hyperlinks in protocol api docs Minor changes to generate hyperlinks in the protocol api documentation to ease lookup. You can merge this pull request into a Git repository

[GitHub] kafka pull request #2203: KAFKA-2857 ConsumerGroupCommand throws GroupCoordi...

2016-12-02 Thread imandhan
GitHub user imandhan opened a pull request: https://github.com/apache/kafka/pull/2203 KAFKA-2857 ConsumerGroupCommand throws GroupCoordinatorNotAvailableEx… …ception when describing a non-existent group before the offset topic is created #1548 You can merge this pull request

[GitHub] kafka pull request #1548: KAFKA-2857 ConsumerGroupCommand throws GroupCoordi...

2016-12-02 Thread imandhan
Github user imandhan closed the pull request at: https://github.com/apache/kafka/pull/1548 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] kafka pull request #2013: MINOR: Code refactor - cleaning up some boolean as...

2016-10-17 Thread imandhan
Github user imandhan closed the pull request at: https://github.com/apache/kafka/pull/2013 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] kafka pull request #2013: MINOR: Code refactor - cleaning up some boolean as...

2016-10-17 Thread imandhan
GitHub user imandhan reopened a pull request: https://github.com/apache/kafka/pull/2013 MINOR: Code refactor - cleaning up some boolean assignments You can merge this pull request into a Git repository by running: $ git pull https://github.com/imandhan/kafka KAFKA-refactor

[GitHub] kafka pull request #2013: MINOR: Code refactor - cleaning up some boolean as...

2016-10-11 Thread imandhan
GitHub user imandhan opened a pull request: https://github.com/apache/kafka/pull/2013 MINOR: Code refactor - cleaning up some boolean assignments You can merge this pull request into a Git repository by running: $ git pull https://github.com/imandhan/kafka KAFKA-refactor

[GitHub] kafka pull request #1787: KAFKA-3940 Log should check the return value of di...

2016-08-29 Thread imandhan
GitHub user imandhan reopened a pull request: https://github.com/apache/kafka/pull/1787 KAFKA-3940 Log should check the return value of dir.mkdirs() You can merge this pull request into a Git repository by running: $ git pull https://github.com/imandhan/kafka KAFKA-3940

[GitHub] kafka pull request #1787: KAFKA-3940 Log should check the return value of di...

2016-08-29 Thread imandhan
Github user imandhan closed the pull request at: https://github.com/apache/kafka/pull/1787 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] kafka pull request #1787: KAFKA-3940 Log should check the return value of di...

2016-08-25 Thread imandhan
GitHub user imandhan opened a pull request: https://github.com/apache/kafka/pull/1787 KAFKA-3940 Log should check the return value of dir.mkdirs() You can merge this pull request into a Git repository by running: $ git pull https://github.com/imandhan/kafka KAFKA-3940

[GitHub] kafka pull request #1748: KAFKA-3940 Log should check the return value of di...

2016-08-25 Thread imandhan
Github user imandhan closed the pull request at: https://github.com/apache/kafka/pull/1748 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] kafka pull request #1748: KAFKA-3940 Log should check the return value of di...

2016-08-23 Thread imandhan
GitHub user imandhan reopened a pull request: https://github.com/apache/kafka/pull/1748 KAFKA-3940 Log should check the return value of dir.mkdirs() This commit changes all the occurrences of dir.mkdirs() with Files.createDirectory(dir.toPath()) You can merge this pull request

[GitHub] kafka pull request #1748: KAFKA-3940 Log should check the return value of di...

2016-08-23 Thread imandhan
Github user imandhan closed the pull request at: https://github.com/apache/kafka/pull/1748 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] kafka pull request #1748: KAFKA-3940 Log should check the return value of di...

2016-08-16 Thread imandhan
GitHub user imandhan opened a pull request: https://github.com/apache/kafka/pull/1748 KAFKA-3940 Log should check the return value of dir.mkdirs() This commit changes all the occurrences of dir.mkdirs() with Files.createDirectory(dir.toPath()) You can merge this pull request

[GitHub] kafka pull request #1702: Kafka 3940: Log should check the return value of d...

2016-08-10 Thread imandhan
Github user imandhan closed the pull request at: https://github.com/apache/kafka/pull/1702 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] kafka pull request #1548: KAFKA-2857 ConsumerGroupCommand throws GroupCoordi...

2016-07-12 Thread imandhan
GitHub user imandhan reopened a pull request: https://github.com/apache/kafka/pull/1548 KAFKA-2857 ConsumerGroupCommand throws GroupCoordinatorNotAvailableException when describing a non-existent group before the offset topic is created Added a check to make sure different cases

[GitHub] kafka pull request #1548: KAFKA-2857 ConsumerGroupCommand throws GroupCoordi...

2016-07-12 Thread imandhan
Github user imandhan closed the pull request at: https://github.com/apache/kafka/pull/1548 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] kafka pull request #1548: KAFKA-2857 ConsumerGroupCommand throws GroupCoordi...

2016-07-05 Thread imandhan
Github user imandhan closed the pull request at: https://github.com/apache/kafka/pull/1548 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] kafka pull request #1548: KAFKA-2857 ConsumerGroupCommand throws GroupCoordi...

2016-07-05 Thread imandhan
GitHub user imandhan reopened a pull request: https://github.com/apache/kafka/pull/1548 KAFKA-2857 ConsumerGroupCommand throws GroupCoordinatorNotAvailableException when describing a non-existent group before the offset topic is created Added a check to make sure different cases

[GitHub] kafka pull request #1548: KAFKA-2857 ConsumerGroupCommand throws GroupCoordi...

2016-06-30 Thread imandhan
Github user imandhan closed the pull request at: https://github.com/apache/kafka/pull/1548 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] kafka pull request #1548: KAFKA-2857 ConsumerGroupCommand throws GroupCoordi...

2016-06-30 Thread imandhan
GitHub user imandhan reopened a pull request: https://github.com/apache/kafka/pull/1548 KAFKA-2857 ConsumerGroupCommand throws GroupCoordinatorNotAvailableException when describing a non-existent group before the offset topic is created Added a check to make sure different cases

[GitHub] kafka pull request #1548: KAFKA-2857 ConsumerGroupCommand throws GroupCoordi...

2016-06-23 Thread imandhan
GitHub user imandhan opened a pull request: https://github.com/apache/kafka/pull/1548 KAFKA-2857 ConsumerGroupCommand throws GroupCoordinatorNotAvailableException when describing a non-existent group before the offset topic is created Added a check to make sure different cases

[GitHub] kafka pull request #1506: KAFKA-3755 Tightening the offset check in ReplicaF...

2016-06-16 Thread imandhan
Github user imandhan closed the pull request at: https://github.com/apache/kafka/pull/1506 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] kafka pull request #1506: KAFKA-3755 Tightening the offset check in ReplicaF...

2016-06-14 Thread imandhan
GitHub user imandhan opened a pull request: https://github.com/apache/kafka/pull/1506 KAFKA-3755 Tightening the offset check in ReplicaFetcherThread Including an additional check to make sure that the first offset in the message set to be appended to the log is >= than the log

[GitHub] kafka pull request #1480: KAFKA-3762 Log.loadSegments() should log the messa...

2016-06-07 Thread imandhan
GitHub user imandhan opened a pull request: https://github.com/apache/kafka/pull/1480 KAFKA-3762 Log.loadSegments() should log the message in exception Adding an error logging message in Log.loadSegments() in the case when an index file corresponding to a log file exists

[GitHub] kafka pull request: KAFKA-3158: ConsumerGroupCommand should tell w...

2016-05-25 Thread imandhan
GitHub user imandhan opened a pull request: https://github.com/apache/kafka/pull/1429 KAFKA-3158: ConsumerGroupCommand should tell whether group is actually dead This patch fix differentiates between when a consumer group is rebalancing or dead and reports the appropriate error

[GitHub] kafka pull request: MINOR: Fix typos in code comments

2016-04-19 Thread imandhan
GitHub user imandhan opened a pull request: https://github.com/apache/kafka/pull/1240 MINOR: Fix typos in code comments This patch fixes all occurances of two consecutive 'the's in the code comments. Author: Ishita Mandhan (iman...@us.ibm.com) You can merge this pull