[
https://issues.apache.org/jira/browse/CASSANDRA-18373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17708581#comment-17708581
]
Yifan Cai edited comment on CASSANDRA-18373 at 4/4/23 8:57 PM:
---------------------------------------------------------------
The CI runs look green.
There are a few tasks failed with build task errors, which do not look related.
The patch does not change any of the build files.
{code:java}
BUILD FAILED
/tmp/cassandra/.build/build-resolver.xml:178: The following error occurred
while executing this line:
/tmp/cassandra/.build/build-resolver.xml:74: Task [resolver:resolve] failed
after [3] attempts; giving up.
Error messages:
java.lang.IllegalArgumentException: Malformed \uxxxx encoding {code}
+1 on the patch.
was (Author: yifanc):
The CI runs look green.
There are a few tasks failed with build task errors, which do not look related.
The patch does not change any of the build files.
{code:java}
BUILD FAILED
/tmp/cassandra/.build/build-resolver.xml:178: The following error occurred
while executing this line:
/tmp/cassandra/.build/build-resolver.xml:74: Task [resolver:resolve] failed
after [3] attempts; giving up.
Error messages:
java.lang.IllegalArgumentException: Malformed \uxxxx encoding {code}
> Node Draining Should Abort All Current SSTables Imports
> -------------------------------------------------------
>
> Key: CASSANDRA-18373
> URL: https://issues.apache.org/jira/browse/CASSANDRA-18373
> Project: Cassandra
> Issue Type: Improvement
> Components: Local/Startup and Shutdown
> Reporter: Yuriy Semchyshyn
> Assignee: Yuriy Semchyshyn
> Priority: Normal
> Time Spent: 50m
> Remaining Estimate: 0h
>
> SS tables imports that will end up being ignored due to the node draining
> should fail instead of succeeding.
> Each active SS tables import should periodically check for the node status
> and see whether or not it is `DRAINING`.
> In case the node starts draining the import should abort immediately by
> throwing an `InterruptedException`.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]