[
https://issues.apache.org/jira/browse/CASSANDRA-9132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14496688#comment-14496688
]
Yuki Morishita commented on CASSANDRA-9132:
-------------------------------------------
That was my first try, though LZFCompressor used in streaming uncompressed file
can throw IOException (with indication of EOF).
{code}
java.io.IOException: EOF in 52543 byte (compressed) block: could only read
38094 bytes
at com.ning.compress.lzf.LZFDecoder.readFully(LZFDecoder.java:394)
~[compress-lzf-0.8.4.jar:na]
at com.ning.compress.lzf.LZFDecoder.decompressChunk(LZFDecoder.java:190)
~[compress-lzf-0.8.4.jar:na]
at
com.ning.compress.lzf.LZFInputStream.readyBuffer(LZFInputStream.java:254)
~[compress-lzf-0.8.4.jar:na]
at com.ning.compress.lzf.LZFInputStream.read(LZFInputStream.java:111)
~[compress-lzf-0.8.4.jar:na]
...
{code}
> resumable_bootstrap_test can hang
> ---------------------------------
>
> Key: CASSANDRA-9132
> URL: https://issues.apache.org/jira/browse/CASSANDRA-9132
> Project: Cassandra
> Issue Type: Bug
> Components: Tests
> Reporter: Tyler Hobbs
> Assignee: Yuki Morishita
> Fix For: 2.0.15
>
> Attachments: 9132-2.0.txt
>
>
> The {{bootstrap_test.TestBootstrap.resumable_bootstrap_test}} can hang
> sometimes. It looks like the following line never completes:
> {noformat}
> node3.watch_log_for("Listening for thrift clients...")
> {noformat}
> I'm not familiar enough with the recent bootstrap changes to know why that's
> not happening.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)