You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by "Shaik Idris Ali (JIRA)" <ji...@apache.org> on 2014/09/30 15:20:33 UTC

[jira] [Created] (FALCON-764) Falcon retry of failed process/feed instances broken during restart

Shaik Idris Ali created FALCON-764:
--------------------------------------

             Summary: Falcon retry of failed process/feed instances broken during restart
                 Key: FALCON-764
                 URL: https://issues.apache.org/jira/browse/FALCON-764
             Project: Falcon
          Issue Type: Bug
          Components: rerun
    Affects Versions: 0.4
            Reporter: Shaik Idris Ali
            Assignee: Shaik Idris Ali
            Priority: Critical


Retry of failed instances is broken during Falcon restart.

The Deser throws char-encoding error messages and none of the persisted messages are retried.

java.io.UnsupportedEncodingException: UTF_8
        at sun.nio.cs.StreamDecoder.forInputStreamReader(StreamDecoder.java:52)
        at java.io.InputStreamReader.<init>(InputStreamReader.java:83)
        at org.apache.falcon.rerun.queue.InMemoryQueue.bootstrap(InMemoryQueue.java:131)
        at org.apache.falcon.rerun.queue.InMemoryQueue.init(InMemoryQueue.java:75)
        at org.apache.falcon.rerun.handler.AbstractRerunHandler.init(AbstractRerunHandler.java:46)
        at org.apache.falcon.rerun.handler.RetryHandler.init(RetryHandler.java:84)
        at org.apache.falcon.rerun.service.RetryService.init(RetryService.java:50)
        at org.apache.falcon.service.ServiceInitializer.initialize(ServiceInitializer.java:46)
        at org.apache.falcon.listener.ContextStartupListener.contextInitialized(ContextStartupListener.java:55)
        at org.mortbay.jetty.handler.ContextHandler.startContext(ContextHandler.java:549)




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)