[GitHub] [kafka] satishd commented on pull request #13535: KAFKA-9579 Fetch implementation for records in the remote storage through a specific purgatory.

2023-05-23 Thread via GitHub


satishd commented on PR #13535:
URL: https://github.com/apache/kafka/pull/13535#issuecomment-1559216261

   @dajac It is passed locally on my laptop.
   
   ```
   Gradle Test Run :core:test > Gradle Test Executor 65 > 
ListOffsetsRequestTest > 
testResponseDefaultOffsetAndLeaderEpochForAllVersions() PASSED
   
   Gradle Test Run :core:test > Gradle Test Executor 65 > 
ListOffsetsRequestTest > testListOffsetsMaxTimeStampOldestVersion() PASSED
   
   Gradle Test Run :core:test > Gradle Test Executor 65 > 
ListOffsetsRequestTest > testListOffsetsErrorCodes() PASSED
   
   Gradle Test Run :core:test > Gradle Test Executor 65 > 
ListOffsetsRequestTest > testCurrentEpochValidation() PASSED
   
   Gradle Test Run :core:test > Gradle Test Executor 65 > 
ListOffsetsRequestTest > testResponseIncludesLeaderEpoch() PASSED
   
   BUILD SUCCESSFUL in 1m 8s
   55 actionable tasks: 6 executed, 49 up-to-date
   ➜  kafka git:(apache-trunk) date
   Tue May 23 18:00:01 IST 2023
   ➜  kafka git:(apache-trunk) git rev-parse --verify HEAD
   15f8705246e094f7825b76a38d9f12f95d626ee5
   ➜  kafka git:(apache-trunk)
   ```
   
   ```
   > Task :core:test
   
   Gradle Test Run :core:test > Gradle Test Executor 71 > 
ListOffsetsRequestWithRemoteStoreTest > 
testResponseDefaultOffsetAndLeaderEpochForAllVersions() PASSED
   
   Gradle Test Run :core:test > Gradle Test Executor 71 > 
ListOffsetsRequestWithRemoteStoreTest > 
testListOffsetsMaxTimeStampOldestVersion() PASSED
   
   Gradle Test Run :core:test > Gradle Test Executor 71 > 
ListOffsetsRequestWithRemoteStoreTest > testListOffsetsErrorCodes() PASSED
   
   Gradle Test Run :core:test > Gradle Test Executor 71 > 
ListOffsetsRequestWithRemoteStoreTest > testCurrentEpochValidation() PASSED
   
   Gradle Test Run :core:test > Gradle Test Executor 71 > 
ListOffsetsRequestWithRemoteStoreTest > testResponseIncludesLeaderEpoch() PASSED
   
   BUILD SUCCESSFUL in 1m 9s
   55 actionable tasks: 6 executed, 49 up-to-date
   ➜  kafka git:(apache-trunk) date
   Tue May 23 18:05:20 IST 2023
   ➜  kafka git:(apache-trunk) git rev-parse --verify HEAD
   15f8705246e094f7825b76a38d9f12f95d626ee5
   ➜  kafka git:(apache-trunk)
   ```
   


-- 
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.

To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org

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



[GitHub] [kafka] satishd commented on pull request #13535: KAFKA-9579 Fetch implementation for records in the remote storage through a specific purgatory.

2023-05-22 Thread via GitHub


satishd commented on PR #13535:
URL: https://github.com/apache/kafka/pull/13535#issuecomment-1558447525

   @dajac They do not seem to be related to this PR. Please take a look at the 
[comment](https://github.com/apache/kafka/pull/13535#issuecomment-1549993361). 


-- 
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.

To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org

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



[GitHub] [kafka] satishd commented on pull request #13535: KAFKA-9579 Fetch implementation for records in the remote storage through a specific purgatory.

2023-05-17 Thread via GitHub


satishd commented on PR #13535:
URL: https://github.com/apache/kafka/pull/13535#issuecomment-1551837017

   Thanks @junrao for the latest comments, addressed them with the latest 
commit. 


-- 
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.

To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org

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



[GitHub] [kafka] satishd commented on pull request #13535: KAFKA-9579 Fetch implementation for records in the remote storage through a specific purgatory.

2023-05-17 Thread via GitHub


satishd commented on PR #13535:
URL: https://github.com/apache/kafka/pull/13535#issuecomment-1551099626

   Thanks @junrao for the updated review. Addressed your latest minor review 
comments.


-- 
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.

To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org

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



[GitHub] [kafka] satishd commented on pull request #13535: KAFKA-9579 Fetch implementation for records in the remote storage through a specific purgatory.

2023-05-14 Thread via GitHub


satishd commented on PR #13535:
URL: https://github.com/apache/kafka/pull/13535#issuecomment-1547042358

   @junrao Looks like those test failures are related to this change. They do 
not fail on the laptop or other hosts. We are looking into them.


-- 
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.

To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org

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



[GitHub] [kafka] satishd commented on pull request #13535: KAFKA-9579 Fetch implementation for records in the remote storage through a specific purgatory.

2023-05-08 Thread via GitHub


satishd commented on PR #13535:
URL: https://github.com/apache/kafka/pull/13535#issuecomment-1539215636

   Thanks @junrao ,  updated the 
[comment](https://github.com/apache/kafka/pull/13535#discussion_r1184274133) 
with the latest commit.


-- 
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.

To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org

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



[GitHub] [kafka] satishd commented on pull request #13535: KAFKA-9579 Fetch implementation for records in the remote storage through a specific purgatory.

2023-05-08 Thread via GitHub


satishd commented on PR #13535:
URL: https://github.com/apache/kafka/pull/13535#issuecomment-1538311434

   Thanks @junrao for the updated review comments. Addressed the comments with 
inline replies or with the latest commits. 


-- 
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.

To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org

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



[GitHub] [kafka] satishd commented on pull request #13535: KAFKA-9579 Fetch implementation for records in the remote storage through a specific purgatory.

2023-05-01 Thread via GitHub


satishd commented on PR #13535:
URL: https://github.com/apache/kafka/pull/13535#issuecomment-1529600204

   >LGTM! @satishd , will there be other tests added as in the PR description 
said, or there will be follow-up PRs to add them?
   
   @showuon Those will be added as followups. 


-- 
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.

To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org

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