[GitHub] kafka pull request #4349: KAFKA-6366 [WIP]: Fix stack overflow in consumer d...

2017-12-20 Thread hachikuji
GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/4349 KAFKA-6366 [WIP]: Fix stack overflow in consumer due to fast offset commits during coordinator disconnect When the coordinator is marked unknown, we explicitly disconnect its connection and

[GitHub] kafka pull request #4287: KAFKA-6118: Fix transient failure testTwoConsumers...

2017-12-01 Thread hachikuji
GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/4287 KAFKA-6118: Fix transient failure testTwoConsumersWithDifferentSaslCredentials It's rare, but it can happen that the initial FindCoordinator request returns before the first Metadata re

[GitHub] kafka pull request #4285: KAFKA-6296: Increase jitter to fix transient failu...

2017-12-01 Thread hachikuji
GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/4285 KAFKA-6296: Increase jitter to fix transient failure in NetworkClientTest.testConnectionDelayDisconnected ### Committer Checklist (excluded from commit message) - [ ] Verify design and

[GitHub] kafka pull request #4280: KAFKA-6289: NetworkClient should not expose failed...

2017-11-30 Thread hachikuji
GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/4280 KAFKA-6289: NetworkClient should not expose failed internal ApiVersions requests The NetworkClient internally ApiVersion requests to each broker following connection establishment. If this

[GitHub] kafka pull request #4276: KAFKA-6260: Ensure selection keys are removed from...

2017-11-29 Thread hachikuji
GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/4276 KAFKA-6260: Ensure selection keys are removed from all collections on socket close When a socket is closed, we must remove corresponding selection keys from internal collections. This fixes an

[GitHub] kafka pull request #4256: KAFKA-6328: Fix 1.0.0 upgrade instructions relatin...

2017-11-22 Thread hachikuji
GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/4256 KAFKA-6328: Fix 1.0.0 upgrade instructions relating to the message format version The upgrade instructions concerning the message format versions did not account for upgrades from versions prior

[GitHub] kafka pull request #4147: MINOR: Fix inconsistency in StopReplica/LeaderAndI...

2017-10-27 Thread hachikuji
GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/4147 MINOR: Fix inconsistency in StopReplica/LeaderAndIsr error counts You can merge this pull request into a Git repository by running: $ git pull https://github.com/hachikuji/kafka fix-error

[GitHub] kafka pull request #4141: KAFKA-6134: Read partition reassignment lazily on ...

2017-10-26 Thread hachikuji
Github user hachikuji closed the pull request at: https://github.com/apache/kafka/pull/4141 ---

[GitHub] kafka pull request #4141: KAFKA-6134: Read partition reassignment lazily on ...

2017-10-26 Thread hachikuji
GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/4141 KAFKA-6134: Read partition reassignment lazily on event handling This patch prevents an O(n^2) increase in memory utilization during partition reassignment. Instead of storing the reassigned

[GitHub] kafka pull request #4076: MINOR: A few javadoc fixes

2017-10-16 Thread hachikuji
GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/4076 MINOR: A few javadoc fixes You can merge this pull request into a Git repository by running: $ git pull https://github.com/hachikuji/kafka javadoc-fixes Alternatively you can review and

[GitHub] kafka pull request #4047: MINOR: Factor out some common group/transactional ...

2017-10-09 Thread hachikuji
GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/4047 MINOR: Factor out some common group/transactional fields in request objects You can merge this pull request into a Git repository by running: $ git pull https://github.com/hachikuji/kafka

[GitHub] kafka pull request #3976: MINOR: Follow-up cleanup of KAFKA-5960

2017-09-27 Thread hachikuji
GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/3976 MINOR: Follow-up cleanup of KAFKA-5960 You can merge this pull request into a Git repository by running: $ git pull https://github.com/hachikuji/kafka version-fix-followup Alternatively

[GitHub] kafka pull request #3944: KAFKA-5960 [WIP]; Fix regression in produce versio...

2017-09-22 Thread hachikuji
GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/3944 KAFKA-5960 [WIP]; Fix regression in produce version selection on old brokers You can merge this pull request into a Git repository by running: $ git pull https://github.com/hachikuji/kafka

[GitHub] kafka pull request #3942: KAFKA-5957: Prevent second deallocate if response ...

2017-09-21 Thread hachikuji
GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/3942 KAFKA-5957: Prevent second deallocate if response for aborted batch returns You can merge this pull request into a Git repository by running: $ git pull https://github.com/hachikuji/kafka

[GitHub] kafka pull request #3863: MINOR: Use SecurityProtocol in AuthenticationConte...

2017-09-14 Thread hachikuji
GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/3863 MINOR: Use SecurityProtocol in AuthenticationContext Since we removed the unused `TRACE` option from `SecurityProtocol`, it now seems safer to expose it from `AuthenticationContext`. Additionally

[GitHub] kafka pull request #3852: MINOR: Update TransactionManager to use LogContext

2017-09-13 Thread hachikuji
GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/3852 MINOR: Update TransactionManager to use LogContext You can merge this pull request into a Git repository by running: $ git pull https://github.com/hachikuji/kafka minor-use-log-context-txn

[GitHub] kafka pull request #3813: MINOR: Move request/response schemas to the corres...

2017-09-07 Thread hachikuji
GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/3813 MINOR: Move request/response schemas to the corresponding object representation This refactor achieves the following: 1. Breaks up the increasingly unmanageable `Protocol` class. 2

[GitHub] kafka pull request #3795: KAFKA-5783: Add KafkaPrincipalBuilder with support...

2017-09-05 Thread hachikuji
GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/3795 KAFKA-5783: Add KafkaPrincipalBuilder with support for SASL (KIP-189) You can merge this pull request into a Git repository by running: $ git pull https://github.com/hachikuji/kafka KAFKA

[GitHub] kafka pull request #3778: KAFKA-5822: Consistent log formatting of topic par...

2017-09-01 Thread hachikuji
GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/3778 KAFKA-5822: Consistent log formatting of topic partitions You can merge this pull request into a Git repository by running: $ git pull https://github.com/hachikuji/kafka KAFKA-5822

[GitHub] kafka-site pull request #72: Jason and Becket are PMC members

2017-08-30 Thread hachikuji
Github user hachikuji closed the pull request at: https://github.com/apache/kafka-site/pull/72 --- 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-site pull request #72: Jason and Becket are PMC members

2017-08-29 Thread hachikuji
GitHub user hachikuji opened a pull request: https://github.com/apache/kafka-site/pull/72 Jason and Becket are PMC members You can merge this pull request into a Git repository by running: $ git pull https://github.com/hachikuji/kafka-site update-pmc-members Alternatively

[GitHub] kafka pull request #3716: KAFKA-5342: Clarify fatal/abortable exceptions use...

2017-08-22 Thread hachikuji
GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/3716 KAFKA-5342: Clarify fatal/abortable exceptions used in producer You can merge this pull request into a Git repository by running: $ git pull https://github.com/hachikuji/kafka KAFKA-5342

[GitHub] kafka pull request #3688: KAFKA-5747: Producer snapshot loading should cover...

2017-08-17 Thread hachikuji
GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/3688 KAFKA-5747: Producer snapshot loading should cover schema and other errors You can merge this pull request into a Git repository by running: $ git pull https://github.com/hachikuji/kafka

[GitHub] kafka pull request #3676: MINOR: Ensure consumer logging has clientId/groupI...

2017-08-16 Thread hachikuji
GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/3676 MINOR: Ensure consumer logging has clientId/groupId context You can merge this pull request into a Git repository by running: $ git pull https://github.com/hachikuji/kafka log-consumer

[GitHub] kafka pull request #3673: MINOR: Consolidate broker request/response handlin...

2017-08-15 Thread hachikuji
GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/3673 MINOR: Consolidate broker request/response handling This patch contains a few small improvements to make request/response handling more consistent. Primarily it consolidates request/response

[GitHub] kafka pull request #3666: KAFKA-5730: Consumer should invoke async commit ca...

2017-08-14 Thread hachikuji
GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/3666 KAFKA-5730: Consumer should invoke async commit callback before sync commit returns You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] kafka pull request #3665: HOTFIX: ConsoleConsumer using wrong old consumer c...

2017-08-14 Thread hachikuji
GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/3665 HOTFIX: ConsoleConsumer using wrong old consumer config value for auto.offset.reset You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] kafka pull request #3651: MINOR: Add missing deprecations on old request obj...

2017-08-09 Thread hachikuji
GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/3651 MINOR: Add missing deprecations on old request objects You can merge this pull request into a Git repository by running: $ git pull https://github.com/hachikuji/kafka add-missing-request

[GitHub] kafka pull request #3646: MINOR: Remove unneeded error handlers in deprecate...

2017-08-08 Thread hachikuji
GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/3646 MINOR: Remove unneeded error handlers in deprecated request objects These handlers were previously used on the broker to handle uncaught exceptions, but now the broker users the new Java request

[GitHub] kafka pull request #3627: MINOR: Fix error response handler for controlled s...

2017-08-04 Thread hachikuji
GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/3627 MINOR: Fix error response handler for controlled shutdown v0 You can merge this pull request into a Git repository by running: $ git pull https://github.com/hachikuji/kafka minor-fix

[GitHub] kafka pull request #3612: MINOR: Remove legacy ControlledShutdown request/re...

2017-08-02 Thread hachikuji
GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/3612 MINOR: Remove legacy ControlledShutdown request/response objects You can merge this pull request into a Git repository by running: $ git pull https://github.com/hachikuji/kafka remove-old

[GitHub] kafka pull request #3575: KAFKA-5634; Do not allow segment deletion beyond h...

2017-07-25 Thread hachikuji
GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/3575 KAFKA-5634; Do not allow segment deletion beyond high watermark You can merge this pull request into a Git repository by running: $ git pull https://github.com/hachikuji/kafka KAFKA-5634

[GitHub] kafka pull request #3571: KAFKA-5611; AbstractCoordinator should handle wake...

2017-07-24 Thread hachikuji
GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/3571 KAFKA-5611; AbstractCoordinator should handle wakeup raised from onJoinComplete You can merge this pull request into a Git repository by running: $ git pull https://github.com/hachikuji

[GitHub] kafka pull request #3558: MINOR: Safer handling of requests prior to SASL au...

2017-07-20 Thread hachikuji
GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/3558 MINOR: Safer handling of requests prior to SASL authentication This implements two improvements for request handling prior to SASL authentication: 1. Only parse request types that are

[GitHub] kafka pull request #3457: MINOR: Rename baseTimestamp to firstTimestamp to c...

2017-06-28 Thread hachikuji
GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/3457 MINOR: Rename baseTimestamp to firstTimestamp to clarify usage You can merge this pull request into a Git repository by running: $ git pull https://github.com/hachikuji/kafka rename-base

[GitHub] kafka pull request #3456: KAFKA-5522: ListOffsets should bound timestamp sea...

2017-06-28 Thread hachikuji
GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/3456 KAFKA-5522: ListOffsets should bound timestamp search by LSO in read_committed You can merge this pull request into a Git repository by running: $ git pull https://github.com/hachikuji

[GitHub] kafka pull request #3426: MINOR: Fix race condition in KafkaConsumer close

2017-06-23 Thread hachikuji
GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/3426 MINOR: Fix race condition in KafkaConsumer close We intended to make `KafkaConsumer.close()` idempotent, but due to the fact that the `closed` variable is checked without a lock prior to

[GitHub] kafka pull request #3406: KAFKA-5490: Retain empty batch for last sequence o...

2017-06-21 Thread hachikuji
GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/3406 KAFKA-5490: Retain empty batch for last sequence of each producer You can merge this pull request into a Git repository by running: $ git pull https://github.com/hachikuji/kafka KAFKA-5490

[GitHub] kafka pull request #3388: KAFKA-5021: Update delivery semantics documentatio...

2017-06-20 Thread hachikuji
GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/3388 KAFKA-5021: Update delivery semantics documentation for EoS (KIP-98) You can merge this pull request into a Git repository by running: $ git pull https://github.com/hachikuji/kafka KAFKA

[GitHub] kafka-site pull request #60: Update delivery semantics section for KIP-98

2017-06-20 Thread hachikuji
Github user hachikuji closed the pull request at: https://github.com/apache/kafka-site/pull/60 --- 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-site issue #60: Update delivery semantics section for KIP-98

2017-06-20 Thread hachikuji
Github user hachikuji commented on the issue: https://github.com/apache/kafka-site/pull/60 I'm going to reopen this as a PR against kafka since that is where design.html is maintained. --- If your project is set up for it, you can reply to this email and have your reply appe

[GitHub] kafka pull request #3376: MINOR: MemoryRecordsBuilder.sizeInBytes should con...

2017-06-19 Thread hachikuji
GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/3376 MINOR: MemoryRecordsBuilder.sizeInBytes should consider initial position You can merge this pull request into a Git repository by running: $ git pull https://github.com/hachikuji/kafka

[GitHub] kafka-site pull request #60: Update delivery semantics section for KIP-98

2017-06-19 Thread hachikuji
Github user hachikuji commented on a diff in the pull request: https://github.com/apache/kafka-site/pull/60#discussion_r122826323 --- Diff: 0110/design.html --- @@ -264,21 +264,22 @@ messages have a primary key and so the updates are idempotent (receiving the same message

[GitHub] kafka-site pull request #60: Update delivery semantics section for KIP-98

2017-06-19 Thread hachikuji
Github user hachikuji commented on a diff in the pull request: https://github.com/apache/kafka-site/pull/60#discussion_r122825810 --- Diff: 0110/design.html --- @@ -264,21 +264,22 @@ messages have a primary key and so the updates are idempotent (receiving the same message

[GitHub] kafka pull request #3373: MINOR: Detail message/batch size implications for ...

2017-06-19 Thread hachikuji
GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/3373 MINOR: Detail message/batch size implications for conversion between old and new formats You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] kafka pull request #3363: MINOR: Some small cleanups/improvements to KAFKA-5...

2017-06-16 Thread hachikuji
GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/3363 MINOR: Some small cleanups/improvements to KAFKA-5031 You can merge this pull request into a Git repository by running: $ git pull https://github.com/hachikuji/kafka KAFKA-5031-FOLLOWUP

[GitHub] kafka pull request #3361: KAFKA-5435: Improve producer state loading after f...

2017-06-16 Thread hachikuji
GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/3361 KAFKA-5435: Improve producer state loading after failure You can merge this pull request into a Git repository by running: $ git pull https://github.com/hachikuji/kafka KAFKA-5435-ALT

[GitHub] kafka pull request #3306: KAFKA-5435: Ensure producer snapshot retained afte...

2017-06-16 Thread hachikuji
Github user hachikuji closed the pull request at: https://github.com/apache/kafka/pull/3306 --- 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 is

[GitHub] kafka pull request #3356: KAFKA-5456: Ensure producer handles old format lar...

2017-06-15 Thread hachikuji
GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/3356 KAFKA-5456: Ensure producer handles old format large compressed messages You can merge this pull request into a Git repository by running: $ git pull https://github.com/hachikuji/kafka

[GitHub] kafka pull request #3348: MINOR: Fix unsafe access to incomplete collection ...

2017-06-14 Thread hachikuji
GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/3348 MINOR: Fix unsafe access to incomplete collection in RecordAccumulator You can merge this pull request into a Git repository by running: $ git pull https://github.com/hachikuji/kafka fix

[GitHub] kafka-site issue #60: Update delivery semantics section for KIP-98

2017-06-14 Thread hachikuji
Github user hachikuji commented on the issue: https://github.com/apache/kafka-site/pull/60 @guozhangwang @ijuma @apurvam Pushed a couple changes based on the review. Please take another look. --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] kafka pull request #3340: MINOR: Add random aborts to system test transactio...

2017-06-14 Thread hachikuji
GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/3340 MINOR: Add random aborts to system test transactional copier service You can merge this pull request into a Git repository by running: $ git pull https://github.com/hachikuji/kafka add

[GitHub] kafka pull request #3331: KAFKA-5443: Consumer should use last offset from b...

2017-06-13 Thread hachikuji
GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/3331 KAFKA-5443: Consumer should use last offset from batch to set next fetch offset You can merge this pull request into a Git repository by running: $ git pull https://github.com/hachikuji

[GitHub] kafka pull request #3318: HOTFIX: Fix invalid long format conversion in requ...

2017-06-13 Thread hachikuji
GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/3318 HOTFIX: Fix invalid long format conversion in request logger message You can merge this pull request into a Git repository by running: $ git pull https://github.com/hachikuji/kafka hotfix

[GitHub] kafka pull request #3306: KAFKA-5435: Ensure producer snapshot retained afte...

2017-06-12 Thread hachikuji
GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/3306 KAFKA-5435: Ensure producer snapshot retained after truncation You can merge this pull request into a Git repository by running: $ git pull https://github.com/hachikuji/kafka KAFKA-5435

[GitHub] kafka pull request #3300: KAFKA-5429: Ignore produce response if batch was p...

2017-06-11 Thread hachikuji
GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/3300 KAFKA-5429: Ignore produce response if batch was previously aborted You can merge this pull request into a Git repository by running: $ git pull https://github.com/hachikuji/kafka KAFKA

[GitHub] kafka pull request #3298: KAFKA-5428: Transactional producer should only abo...

2017-06-11 Thread hachikuji
GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/3298 KAFKA-5428: Transactional producer should only abort batches in fatal error state You can merge this pull request into a Git repository by running: $ git pull https://github.com/hachikuji

[GitHub] kafka pull request #3297: KAFKA-5427: Transactional producer should allow Fi...

2017-06-10 Thread hachikuji
GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/3297 KAFKA-5427: Transactional producer should allow FindCoordinator in error state You can merge this pull request into a Git repository by running: $ git pull https://github.com/hachikuji

[GitHub] kafka-site pull request #60: Update delivery semantics section for KIP-98

2017-06-09 Thread hachikuji
Github user hachikuji commented on a diff in the pull request: https://github.com/apache/kafka-site/pull/60#discussion_r121249550 --- Diff: 0110/design.html --- @@ -261,15 +262,23 @@ It can read the messages, process the messages, and finally save its position. In this

[GitHub] kafka-site pull request #60: Update delivery semantics section for KIP-98

2017-06-09 Thread hachikuji
Github user hachikuji commented on a diff in the pull request: https://github.com/apache/kafka-site/pull/60#discussion_r121249508 --- Diff: 0110/design.html --- @@ -261,15 +262,23 @@ It can read the messages, process the messages, and finally save its position. In this

[GitHub] kafka pull request #3284: MINOR: A few cleanups of usage of Either in TC

2017-06-09 Thread hachikuji
GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/3284 MINOR: A few cleanups of usage of Either in TC You can merge this pull request into a Git repository by running: $ git pull https://github.com/hachikuji/kafka minor-either-usage-cleanup

[GitHub] kafka pull request #3277: KAFKA-5414: Revert "KAFKA-5327: ConsoleConsumer sh...

2017-06-08 Thread hachikuji
GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/3277 KAFKA-5414: Revert "KAFKA-5327: ConsoleConsumer should manually commi… …t offsets for records that are returned in receive()" This reve

[GitHub] kafka-site issue #60: Update delivery semantics section for KIP-98

2017-06-08 Thread hachikuji
Github user hachikuji commented on the issue: https://github.com/apache/kafka-site/pull/60 cc @guozhangwang @apurva @ijuma --- 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

[GitHub] kafka-site pull request #60: Update delivery semantics section for KIP-98

2017-06-08 Thread hachikuji
GitHub user hachikuji opened a pull request: https://github.com/apache/kafka-site/pull/60 Update delivery semantics section for KIP-98 You can merge this pull request into a Git repository by running: $ git pull https://github.com/hachikuji/kafka-site update-delivery

[GitHub] kafka pull request #3259: MINOR: A few logging improvements in group coordin...

2017-06-07 Thread hachikuji
GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/3259 MINOR: A few logging improvements in group coordinator You can merge this pull request into a Git repository by running: $ git pull https://github.com/hachikuji/kafka group-coordinator

[GitHub] kafka pull request #3248: KAFKA-5378: Return LSO in FetchResponse plus some ...

2017-06-06 Thread hachikuji
GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/3248 KAFKA-5378: Return LSO in FetchResponse plus some metrics You can merge this pull request into a Git repository by running: $ git pull https://github.com/hachikuji/kafka KAFKA-5378

[GitHub] kafka pull request #3239: KAFKA-5376: Ensure aborted transactions are propag...

2017-06-05 Thread hachikuji
GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/3239 KAFKA-5376: Ensure aborted transactions are propagated in DelayedFetch You can merge this pull request into a Git repository by running: $ git pull https://github.com/hachikuji/kafka KAFKA

[GitHub] kafka pull request #3231: KAFKA-5364: ensurePartitionAdded does not handle p...

2017-06-03 Thread hachikuji
GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/3231 KAFKA-5364: ensurePartitionAdded does not handle pending partitions in abortable error state You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] kafka pull request #3230: KAFKA-5355: Test cases to ensure isolation level p...

2017-06-03 Thread hachikuji
GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/3230 KAFKA-5355: Test cases to ensure isolation level propagated in delayed fetch You can merge this pull request into a Git repository by running: $ git pull https://github.com/hachikuji/kafka

[GitHub] kafka pull request #3221: KAFKA-5355: DelayedFetch should propagate isolatio...

2017-06-02 Thread hachikuji
GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/3221 KAFKA-5355: DelayedFetch should propagate isolation level to log read You can merge this pull request into a Git repository by running: $ git pull https://github.com/hachikuji/kafka KAFKA

[GitHub] kafka pull request #3212: KAFKA-5019: Upgrades notes for idempotent/transact...

2017-06-02 Thread hachikuji
GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/3212 KAFKA-5019: Upgrades notes for idempotent/transactional features and new message format You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] kafka pull request #3203: KAFKA-5365 [WIP]: Fix regression in compressed mes...

2017-06-01 Thread hachikuji
GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/3203 KAFKA-5365 [WIP]: Fix regression in compressed message iteration affecting magic v0 and v1 You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] kafka pull request #3165: KAFKA-5316: LogCleaner should account for larger r...

2017-06-01 Thread hachikuji
Github user hachikuji closed the pull request at: https://github.com/apache/kafka/pull/3165 --- 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 is

[GitHub] kafka pull request #3185: MINOR: Logging/debugging improvements for transact...

2017-05-31 Thread hachikuji
GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/3185 MINOR: Logging/debugging improvements for transactions You can merge this pull request into a Git repository by running: $ git pull https://github.com/hachikuji/kafka minor-transaction

[GitHub] kafka pull request #3183: KAFKA-5283: Handle producer epoch/sequence overflo...

2017-05-31 Thread hachikuji
GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/3183 KAFKA-5283: Handle producer epoch/sequence overflow by wrapping around You can merge this pull request into a Git repository by running: $ git pull https://github.com/hachikuji/kafka KAFKA

[GitHub] kafka pull request #3175: KAFKA-5349: Fix illegal state error in consumer's ...

2017-05-31 Thread hachikuji
GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/3175 KAFKA-5349: Fix illegal state error in consumer's ListOffset handler You can merge this pull request into a Git repository by running: $ git pull https://github.com/hachikuji/kafka

[GitHub] kafka pull request #3171: MINOR: A few cleanups in KafkaApis and Transaction...

2017-05-30 Thread hachikuji
GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/3171 MINOR: A few cleanups in KafkaApis and TransactionMarkerChannelManager You can merge this pull request into a Git repository by running: $ git pull https://github.com/hachikuji/kafka minor

[GitHub] kafka pull request #3165: KAFKA-5316: LogCleaner should account for larger r...

2017-05-29 Thread hachikuji
GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/3165 KAFKA-5316: LogCleaner should account for larger record sets after cleaning You can merge this pull request into a Git repository by running: $ git pull https://github.com/hachikuji/kafka

[GitHub] kafka pull request #3162: KAFKA-5340: Batch splitting should preserve magic ...

2017-05-28 Thread hachikuji
GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/3162 KAFKA-5340: Batch splitting should preserve magic and transactional flag You can merge this pull request into a Git repository by running: $ git pull https://github.com/hachikuji/kafka

[GitHub] kafka pull request #3161: KAFKA-5251: Producer should cancel unsent AddParti...

2017-05-28 Thread hachikuji
GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/3161 KAFKA-5251: Producer should cancel unsent AddPartitions and Produce requests on abort You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] kafka pull request #3160: KAFKA-5093: Avoid loading full batch data when pos...

2017-05-27 Thread hachikuji
GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/3160 KAFKA-5093: Avoid loading full batch data when possible when iterating FileRecords You can merge this pull request into a Git repository by running: $ git pull https://github.com/hachikuji

[GitHub] kafka pull request #3145: MINOR: Add test case for duplicate check after log...

2017-05-25 Thread hachikuji
GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/3145 MINOR: Add test case for duplicate check after log cleaning You can merge this pull request into a Git repository by running: $ git pull https://github.com/hachikuji/kafka minor-improve

[GitHub] kafka pull request #3138: KAFKA-5017: Record batch first offset remains accu...

2017-05-25 Thread hachikuji
Github user hachikuji closed the pull request at: https://github.com/apache/kafka/pull/3138 --- 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 is

[GitHub] kafka pull request #3142: KAFKA-5316: LogCleaner should account for larger r...

2017-05-24 Thread hachikuji
GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/3142 KAFKA-5316: LogCleaner should account for larger record sets after cleaning You can merge this pull request into a Git repository by running: $ git pull https://github.com/hachikuji/kafka

[GitHub] kafka pull request #3138: KAFKA-5017: Record batch first offset remains accu...

2017-05-24 Thread hachikuji
GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/3138 KAFKA-5017: Record batch first offset remains accurate after compaction You can merge this pull request into a Git repository by running: $ git pull https://github.com/hachikuji/kafka KAFKA

[GitHub] kafka pull request #3133: MINOR: GroupCoordinator can append with group lock

2017-05-24 Thread hachikuji
GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/3133 MINOR: GroupCoordinator can append with group lock You can merge this pull request into a Git repository by running: $ git pull https://github.com/hachikuji/kafka minor-replica-manager

[GitHub] kafka pull request #3123: KAFKA-4935 [WIP]: Deprecate client checksum API an...

2017-05-23 Thread hachikuji
GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/3123 KAFKA-4935 [WIP]: Deprecate client checksum API and compute lazy partial checksum for magic v2 You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] kafka pull request #3118: MINOR: Broker should disallow downconversion of tr...

2017-05-22 Thread hachikuji
GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/3118 MINOR: Broker should disallow downconversion of transactional/idempotent records You can merge this pull request into a Git repository by running: $ git pull https://github.com/hachikuji

[GitHub] kafka pull request #3113: KAFKA-5186: Avoid expensive log scan to build prod...

2017-05-21 Thread hachikuji
GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/3113 KAFKA-5186: Avoid expensive log scan to build producer state when upgrading You can merge this pull request into a Git repository by running: $ git pull https://github.com/hachikuji/kafka

[GitHub] kafka pull request #3089: KAFKA-5268: Fix bounce test transient failure by c...

2017-05-18 Thread hachikuji
GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/3089 KAFKA-5268: Fix bounce test transient failure by clearing partitions before writing Complete state to transaction log You can merge this pull request into a Git repository by running

[GitHub] kafka pull request #3084: TRIVIAL: Remove redundant asMap utility in Consume...

2017-05-17 Thread hachikuji
GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/3084 TRIVIAL: Remove redundant asMap utility in ConsumerProtocol You can merge this pull request into a Git repository by running: $ git pull https://github.com/hachikuji/kafka trivial-remove

[GitHub] kafka pull request #3081: MINOR: Log transaction metadata state transitions ...

2017-05-17 Thread hachikuji
GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/3081 MINOR: Log transaction metadata state transitions plus a few cleanups You can merge this pull request into a Git repository by running: $ git pull https://github.com/hachikuji/kafka minor

[GitHub] kafka pull request #3075: KAFKA-5259 [WIP]: TransactionalId auth implies Pro...

2017-05-16 Thread hachikuji
GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/3075 KAFKA-5259 [WIP]: TransactionalId auth implies ProducerId auth You can merge this pull request into a Git repository by running: $ git pull https://github.com/hachikuji/kafka KAFKA-5259

[GitHub] kafka pull request #3064: KAFKA-5252: Fix transient failures LogCleanerTest ...

2017-05-15 Thread hachikuji
GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/3064 KAFKA-5252: Fix transient failures LogCleanerTest testCommitMarkerRemoval and testAbortMarkerRemoval You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] kafka pull request #3060: KAFKA-5249: Fix incorrect producer snapshot offset...

2017-05-15 Thread hachikuji
GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/3060 KAFKA-5249: Fix incorrect producer snapshot offsets when recovering segments You can merge this pull request into a Git repository by running: $ git pull https://github.com/hachikuji/kafka

[GitHub] kafka pull request #3058: KAFKA-5248: Remove unused/unneeded retention time ...

2017-05-15 Thread hachikuji
GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/3058 KAFKA-5248: Remove unused/unneeded retention time in TxnOffsetCommitRequest You can merge this pull request into a Git repository by running: $ git pull https://github.com/hachikuji/kafka

[GitHub] kafka pull request #3040: MINOR: Some minor improvements to TxnOffsetCommit ...

2017-05-12 Thread hachikuji
GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/3040 MINOR: Some minor improvements to TxnOffsetCommit handling You can merge this pull request into a Git repository by running: $ git pull https://github.com/hachikuji/kafka txn-offset-commit

[GitHub] kafka pull request #3008: KAFKA-5196: Make LogCleaner transaction-aware

2017-05-09 Thread hachikuji
GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/3008 KAFKA-5196: Make LogCleaner transaction-aware You can merge this pull request into a Git repository by running: $ git pull https://github.com/hachikuji/kafka KAFKA-5196 Alternatively you

[GitHub] kafka pull request #2997: MINOR: Rename InitPidRequest/InitPidResponse renam...

2017-05-08 Thread hachikuji
GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/2997 MINOR: Rename InitPidRequest/InitPidResponse renamed to InitProducerIdRequest/InitProducerIdResponse You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] kafka pull request #2933: MINOR: Some cleanup in the transactional producer

2017-04-27 Thread hachikuji
GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/2933 MINOR: Some cleanup in the transactional producer You can merge this pull request into a Git repository by running: $ git pull https://github.com/hachikuji/kafka minor-transactional-client

  1   2   3   4   >