You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kylin.apache.org by "Xingxing Di (Jira)" <ji...@apache.org> on 2021/04/08 13:33:00 UTC

[jira] [Created] (KYLIN-4964) Receiver consumer thread should be stoped while while encounting unrecoverable error

Xingxing Di created KYLIN-4964:
----------------------------------

             Summary: Receiver consumer thread should be stoped while while encounting unrecoverable error
                 Key: KYLIN-4964
                 URL: https://issues.apache.org/jira/browse/KYLIN-4964
             Project: Kylin
          Issue Type: Bug
          Components: Real-time Streaming
    Affects Versions: v3.1.1
            Reporter: Xingxing Di


org.apache.kylin.stream.core.storage.columnar.ColumnarMemoryStorePersister#persist will catch exception and just log it, this behavior will cause critical problem, like our case: there is no space left on device, `persist` method failed for many times, we lost several hours of data.

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)