You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "splett2 (via GitHub)" <gi...@apache.org> on 2023/05/31 17:03:26 UTC

[GitHub] [kafka] splett2 opened a new pull request, #13786: KAFKA-15044: Upgrade to snappy v1.1.10.0

splett2 opened a new pull request, #13786:
URL: https://github.com/apache/kafka/pull/13786

   Snappy v1.1.9.1 has some issues around arm compatibility and glibc library versions. Snappy v1.1.10.0 uses a glibc LTS library version.
   
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)
   


-- 
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-unsubscribe@kafka.apache.org

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


[GitHub] [kafka] divijvaidya commented on pull request #13786: KAFKA-15044: Upgrade to snappy v1.1.10.0

Posted by "divijvaidya (via GitHub)" <gi...@apache.org>.
divijvaidya commented on PR #13786:
URL: https://github.com/apache/kafka/pull/13786#issuecomment-1571610910

   As a thought exercise, could we have detected this ARM specific bug if we were running our tests on ARM machines? What requirement do we have to enable testing on ARM 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.

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

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


[GitHub] [kafka] mimaison commented on pull request #13786: KAFKA-15044: Upgrade to snappy v1.1.10.0

Posted by "mimaison (via GitHub)" <gi...@apache.org>.
mimaison commented on PR #13786:
URL: https://github.com/apache/kafka/pull/13786#issuecomment-1571715149

   We used to run our tests on ARM machines too but we disabled it a few months ago because they were stuck. I believe the owner of the ARM machines fixed them but we never re-enabled it. I looked at properly supporting non x86_64 platforms ([KIP-826](https://cwiki.apache.org/confluence/display/KAFKA/KIP-826%3A+Define+platforms+supported)) but did not have time to follow up.


-- 
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-unsubscribe@kafka.apache.org

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


[GitHub] [kafka] jolshan merged pull request #13786: KAFKA-15044: Upgrade to snappy v1.1.10.0

Posted by "jolshan (via GitHub)" <gi...@apache.org>.
jolshan merged PR #13786:
URL: https://github.com/apache/kafka/pull/13786


-- 
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-unsubscribe@kafka.apache.org

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


[GitHub] [kafka] jolshan commented on pull request #13786: KAFKA-15044: Upgrade to snappy v1.1.10.0

Posted by "jolshan (via GitHub)" <gi...@apache.org>.
jolshan commented on PR #13786:
URL: https://github.com/apache/kafka/pull/13786#issuecomment-1571005696

   Test failures are unrelated. Will merge and pick to 3.5.


-- 
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-unsubscribe@kafka.apache.org

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