Github user revans2 commented on the issue:
https://github.com/apache/storm/pull/2703
@danny0405 This is just a performance/usability optimization. The checks
are still happening on the server side, so the other clients will still get an
exception when they try to upload a jar, just like they did before, but the
java client will not even try to upload the jar. It will fail faster.---
