[ 
https://issues.apache.org/jira/browse/CASSANDRA-17602?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17559251#comment-17559251
 ] 

Josh McKenzie commented on CASSANDRA-17602:
-------------------------------------------

[CI Results]
Branch: 4.1, build number: 67
   butler url: 
https://butler.cassandra.apache.org/#/ci/upstream/compare/Cassandra-4.1/Cassandra-4.1
   jenkins url: https://ci-cassandra.apache.org/job/Cassandra-4.1/67/
   JIRA: CASSANDRA-17602
   commit url: 
https://gitbox.apache.org/repos/asf?p=cassandra.git;a=commit;h=2531dd1ebaeab4e71f970e27a5dd962ceb6b790b
   affected paths:
* src/java/org/apache/cassandra/tools/LoaderOptions.java
* src/java/org/apache/cassandra/utils/NativeSSTableLoaderClient.java
* src/java/org/apache/cassandra/tools/BulkLoader.java
* test/unit/org/apache/cassandra/tools/BulkLoaderTest.java
* CHANGES.txt
* 
test/distributed/org/apache/cassandra/distributed/test/SSTableLoaderEncryptionOptionsTest.java
* src/java/org/apache/cassandra/tools/BulkLoadConnectionFactory.java

   Build Result: UNSTABLE
   Passing Tests: 47406
   Failing Tests: 8

||Test|Failures|JIRA||
|org.apache.cassandra.net.ProxyHandlerConnectionsTest.testExpireSome|8 of 
64|[No JIRA 
found|https://issues.apache.org/jira/secure/RapidBoard.jspa?rapidView=496&quickFilter=2252]
|org.apache.cassandra.cql3.ViewComplexTTLTest.terminated successfully|4 of 
64|[No JIRA 
found|https://issues.apache.org/jira/secure/RapidBoard.jspa?rapidView=496&quickFilter=2252]
|org.apache.cassandra.cql3.validation.entities.SecondaryIndexTest.testSelectOnMultiIndexOnCollectionsWithNull|6
 of 64|[No JIRA 
found|https://issues.apache.org/jira/secure/RapidBoard.jspa?rapidView=496&quickFilter=2252]
|org.apache.cassandra.distributed.upgrade.MixedModeAvailabilityV3XTest.testAvailability|10
 of 64|[CASSANDRA-17310?|https://issues.apache.org/jira/browse/CASSANDRA-17310]|
|org.apache.cassandra.db.monitoring.MonitoringTaskTest.testMultipleThreadsSameNameSlow|1
 of 64|[No JIRA 
found|https://issues.apache.org/jira/secure/RapidBoard.jspa?rapidView=496&quickFilter=2252]
|org.apache.cassandra.cql3.validation.entities.SecondaryIndexTest.testIndexOnClusteringKeyInsertExpiringColumn|3
 of 64|[No JIRA 
found|https://issues.apache.org/jira/secure/RapidBoard.jspa?rapidView=496&quickFilter=2252]
|org.apache.cassandra.distributed.upgrade.BatchUpgradeTest.batchTest|15 of 
64|[CASSANDRA-17651?|https://issues.apache.org/jira/browse/CASSANDRA-17651]|
|org.apache.cassandra.distributed.upgrade.CompactStoragePagingTest.testPagingWithCompactStorage|3
 of 64|[No JIRA 
found|https://issues.apache.org/jira/secure/RapidBoard.jspa?rapidView=496&quickFilter=2252]

> sstableloader not respecting conf-path flag
> -------------------------------------------
>
>                 Key: CASSANDRA-17602
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-17602
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Tool/bulk load
>            Reporter: Aswin Karthik
>            Assignee: Stefan Miklosovic
>            Priority: Normal
>             Fix For: 4.0.5, 4.1-beta, 4.2
>
>          Time Spent: 2h 10m
>  Remaining Estimate: 0h
>
> Hello,
> sstableloader does not seem to respect the config file flag (-f) and the 
> storage port flag.
>  
> We run our cluster on a different storage port with encryption. We construct 
> a YAML with {{server_encryption_options}} and {{client_encryption_options}} 
> and pass the storage port flag (both {{-sp}} and {{-ssp}}).
>  
> However, we noticed that both the storage port flag and encryption settings 
> are getting picked from the default config file {{conf/cassandra.yaml}} and 
> ends up connecting to 7000 port unencrypted. As a workaround, we have added 
> the storage port configuration to the YAML and copy our configuration file 
> and overwrite the {{conf/cassandra.yaml}} and it is working now.
>  
> Also to be noted that using the {{-f}} works in Cassandra 3.x. The bug seems 
> to be present in 4.x versions only.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to