1 Oct 01:23
[jira] Commented: (UIMA-1193) Tagger throws occasional NPE
[
https://issues.apache.org/jira/browse/UIMA-1193?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12635900#action_12635900
]
Eugenie Giesbrecht commented on UIMA-1193:
------------------------------------------
Could you please send me an example of text with which this error happens, so that I have a starting point..
> Tagger throws occasional NPE
> ----------------------------
>
> Key: UIMA-1193
> URL: https://issues.apache.org/jira/browse/UIMA-1193
> Project: UIMA
> Issue Type: Bug
> Components: Sandbox-Tagger
> Affects Versions: 2.2.2
> Reporter: Thilo Goetz
> Assignee: Thilo Goetz
> Fix For: 2.3S
>
>
> Tagger throws occasional NPE in Viterbi estimation.
--
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
(Continue reading)
This may be a bit of an anomaly - but we have a scaleout test for
uima-as, sending large numbers of CASes over the wire (but the test is
running in multiple JVMs on one machine - so there's no network
delays). We're running this with essentially empty CASes - just to see
where other overhead is.
We expected that things like deserialization would not show up - because
the CASes were empty. However, deserialization was the biggest time
consumer. Looking into this, it turns out that (in our particular case)
90% of the time in deserialization was due to creating a new XML Reader
(the call: XMLReaderFactory.createXMLReader. A quick search on the
internet turned up this link:
RSS Feed