[ https://issues.apache.org/jira/browse/KAFKA-1054?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ismael Juma updated KAFKA-1054: ------------------------------- Attachment: KAFKA-1054-20150426-V2.patch This is the same as `KAFKA-1054-20150426-V1.patch`, but commit "Removed code with no discernable effect that was causing warnings" has been removed. I am not sure if that is a safe change as the calls that have been removed may potentially trigger side-effects (e.g. `newMeter("UncleanLeaderElectionsPerSec", "elections", TimeUnit.SECONDS)`). > Eliminate Compilation Warnings for 0.8 Final Release > ---------------------------------------------------- > > Key: KAFKA-1054 > URL: https://issues.apache.org/jira/browse/KAFKA-1054 > Project: Kafka > Issue Type: Improvement > Reporter: Guozhang Wang > Labels: newbie > Fix For: 0.9.0 > > Attachments: KAFKA-1054-20150426-V1.patch, > KAFKA-1054-20150426-V2.patch, KAFKA-1054.patch, KAFKA-1054_Mar_10_2015.patch > > > Currently we have a total number of 38 warnings for source code compilation > of 0.8. > 1) 3 from "Unchecked type pattern" > 2) 6 from "Unchecked conversion" > 3) 29 from "Deprecated Hadoop API functions" > It's better we finish these before the final release of 0.8 -- This message was sent by Atlassian JIRA (v6.3.4#6332)