[GitHub] [kafka] chia7712 commented on pull request #9758: MINOR: remove FetchResponse.AbortedTransaction and redundant construc…

2021-03-09 Thread GitBox


chia7712 commented on pull request #9758:
URL: https://github.com/apache/kafka/pull/9758#issuecomment-794327880


   > So should we go forward with #10269 first still?
   
   It needs some time to complete performance tests. It seems to me we can fix 
conflicting files in #9944 to get reviews and then push it before merging 
#10269. BTW, don't worry about causing potential conflicting files to #10269 :)



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [kafka] chia7712 commented on pull request #9758: MINOR: remove FetchResponse.AbortedTransaction and redundant construc…

2021-03-09 Thread GitBox


chia7712 commented on pull request #9758:
URL: https://github.com/apache/kafka/pull/9758#issuecomment-794041782


   > So is the plan to merge #10269 first or after #9944? 
   
   yep. #10269 is in progress (tweak performance). I will take a look at #9944 
:)



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [kafka] chia7712 commented on pull request #9758: MINOR: remove FetchResponse.AbortedTransaction and redundant construc…

2021-03-08 Thread GitBox


chia7712 commented on pull request #9758:
URL: https://github.com/apache/kafka/pull/9758#issuecomment-793348223


   >  I noticed that all of these JIRAs are listed as open, but they reference 
this PR. Are there further changes to be made? Asking because I'm working on 
similar code for #9944 and want to minimize merge conflicts as best as possible.
   
   thanks for this response. Only #10269 is in progress. I'm sorry that this PR 
brings a bunch of conflicting files to #9944. I'd like to merge #9944 before 
other minor refactor-related patches. 



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [kafka] chia7712 commented on pull request #9758: MINOR: remove FetchResponse.AbortedTransaction and redundant construc…

2021-03-04 Thread GitBox


chia7712 commented on pull request #9758:
URL: https://github.com/apache/kafka/pull/9758#issuecomment-790617559


   > Remove unnecessary copying, if possible, in KafkaApis
   
   https://issues.apache.org/jira/browse/KAFKA-12385
   
   > Remove the lazily populated map in FetchResponse
   
   https://issues.apache.org/jira/browse/KAFKA-12387
   
   > I think you had an idea for removing FetchResponse.toMessage
   
   ugh, I missed this one. opened: 
https://issues.apache.org/jira/browse/KAFKA-12410



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [kafka] chia7712 commented on pull request #9758: MINOR: remove FetchResponse.AbortedTransaction and redundant construc…

2021-03-04 Thread GitBox


chia7712 commented on pull request #9758:
URL: https://github.com/apache/kafka/pull/9758#issuecomment-790491007


   ```
   Build / JDK 11 / 
org.apache.kafka.connect.integration.BlockingConnectorTest.testWorkerRestartWithBlockInConnectorStop
   ```
   
   unrelated flaky



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [kafka] chia7712 commented on pull request #9758: MINOR: remove FetchResponse.AbortedTransaction and redundant construc…

2021-03-02 Thread GitBox


chia7712 commented on pull request #9758:
URL: https://github.com/apache/kafka/pull/9758#issuecomment-789031053


   @ijuma thanks for your comments. I have addressed them in latest commit 
(https://github.com/apache/kafka/pull/9758/commits/55b35ab5764d8129e23f386229eb350603b7b0aa).
 Please take a look.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [kafka] chia7712 commented on pull request #9758: MINOR: remove FetchResponse.AbortedTransaction and redundant construc…

2021-03-01 Thread GitBox


chia7712 commented on pull request #9758:
URL: https://github.com/apache/kafka/pull/9758#issuecomment-788567775


   @ijuma Thanks for all your great comments. I have updated this PR. Please 
take a look. 



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [kafka] chia7712 commented on pull request #9758: MINOR: remove FetchResponse.AbortedTransaction and redundant construc…

2021-01-18 Thread GitBox


chia7712 commented on pull request #9758:
URL: https://github.com/apache/kafka/pull/9758#issuecomment-762440344


   @ijuma I add some perf results to description. In short, I don't observe 
significant regression.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [kafka] chia7712 commented on pull request #9758: MINOR: remove FetchResponse.AbortedTransaction and redundant construc…

2021-01-13 Thread GitBox


chia7712 commented on pull request #9758:
URL: https://github.com/apache/kafka/pull/9758#issuecomment-759464091


   fix conflicting files again



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [kafka] chia7712 commented on pull request #9758: MINOR: remove FetchResponse.AbortedTransaction and redundant construc…

2021-01-11 Thread GitBox


chia7712 commented on pull request #9758:
URL: https://github.com/apache/kafka/pull/9758#issuecomment-757974418


   fix conflicting files



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org