No. Those are all in Java examples, and while we should show stopping
the context, it has no big impact. It's worth touching up.
I'm concerned about the ones with a potential correctness implication.
They are easy to fix and already identified; why wouldn't we fix them?
we take PRs to fix typos in
Is there JIRA for fixing the resource leaks w.r.t. unclosed SparkContext ?
I wonder if such defects are really high priority.
Cheers
On Fri, Mar 4, 2016 at 7:06 AM, Sean Owen wrote:
> Hi Ted, I've already marked them. You should be able to see the ones
> marked "Fix Required" if you click thro
Hi Ted, I've already marked them. You should be able to see the ones
marked "Fix Required" if you click through to the defects. Most are
just bad form and probably have no impact. The few that looked
reasonably important were:
- using platform char encoding, not UTF-8
- Incorrect notify/wait
- vol
Last time I checked there wasn't high impact defects.
Mind pointing out the defects you think should be fixed ?
Thanks
On Fri, Mar 4, 2016 at 4:35 AM, Sean Owen wrote:
> Yeah, it's not going to help with Scala, but it can at least find
> stuff in the Java code. I'm not suggesting anyone run it
Yeah, it's not going to help with Scala, but it can at least find
stuff in the Java code. I'm not suggesting anyone run it regularly,
but one run to catch some bugs is useful.
I've already triaged ~70 issues there just in the Java code, of which
a handful are important.
On Fri, Mar 4, 2016 at 12:
Since majority of code is written in Scala which is not analyzed by Coverity,
the efficacy of the tool seems limited.
> On Mar 4, 2016, at 2:34 AM, Sean Owen wrote:
>
> https://scan.coverity.com/projects/apache-spark-2f9d080d-401d-47bc-9dd1-7956c411fbb4?tab=overview
>
> This has to be run man