You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Chris Riccomini (JIRA)" <ji...@apache.org> on 2013/10/15 00:15:41 UTC

[jira] [Created] (SAMZA-57) Fix potential NPE in SerializedKeyValueStore

Chris Riccomini created SAMZA-57:
------------------------------------

             Summary: Fix potential NPE in SerializedKeyValueStore
                 Key: SAMZA-57
                 URL: https://issues.apache.org/jira/browse/SAMZA-57
             Project: Samza
          Issue Type: Bug
          Components: container
    Affects Versions: 0.6.0
            Reporter: Chris Riccomini
            Assignee: Chris Riccomini
             Fix For: 0.7.0


The KV store occasionally triggers an NPE when deleting values. This is a snippet of the stack trace:

{noformat}
java.lang.NullPointerException
	at scala.collection.mutable.ArrayOps$ofByte.length(ArrayOps.scala:127)
	at scala.collection.SeqLike$class.size(SeqLike.scala:100)
	at scala.collection.mutable.ArrayOps.size(ArrayOps.scala:38)
	at org.apache.samza.storage.kv.SerializedKeyValueStore.putAll(SerializedKeyValueStore.scala:66)
....
{noformat}



--
This message was sent by Atlassian JIRA
(v6.1#6144)