[jira] [Updated] (CASSANDRA-15174) some utils do not run on windows with default bat scripts

2022-03-16 Thread Stefan Miklosovic (Jira)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-15174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Miklosovic updated CASSANDRA-15174:
--
Resolution: Won't Fix
Status: Resolved  (was: Triage Needed)

we are not supporting Windows anymore.

> some utils do not run on windows with default bat scripts
> -
>
> Key: CASSANDRA-15174
> URL: https://issues.apache.org/jira/browse/CASSANDRA-15174
> Project: Cassandra
>  Issue Type: Improvement
>  Components: Tool/sstable
>Reporter: Nathan Jackels
>Priority: Normal
>  Labels: pull-request-available
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> The following scripts in tools/bin do not pass %CASSANDRA_PARAMS% to the jvm 
> which prevent successful execution because cassandra.storagedir is not set.
>  * sstablemetadata.bat
>  * sstableexpiredblockers.bat
> {noformat}
> > sstablemetadata.bat 
> > D:\data\system\local-7ad54392bcdd35a684174e047860b377\mc-1288-big-Data.db
> ...
> INFO  03:05:35 Loaded cassandra-topology.properties for compatibility
> Exception (org.apache.cassandra.exceptions.ConfigurationException) 
> encountered during startup: hints_directory is missing and 
> -Dcassandra.storagedir is not set
> hints_directory is missing and -Dcassandra.storagedir is not set
> {noformat}
> observed with 3.0.10



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRA-15174) some utils do not run on windows with default bat scripts

2019-06-19 Thread ASF GitHub Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-15174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated CASSANDRA-15174:
---
Labels: pull-request-available  (was: )

> some utils do not run on windows with default bat scripts
> -
>
> Key: CASSANDRA-15174
> URL: https://issues.apache.org/jira/browse/CASSANDRA-15174
> Project: Cassandra
>  Issue Type: Improvement
>  Components: Tool/sstable
>Reporter: Nathan Jackels
>Priority: Normal
>  Labels: pull-request-available
>
> The following scripts in tools/bin do not pass %CASSANDRA_PARAMS% to the jvm 
> which prevent successful execution because cassandra.storagedir is not set.
>  * sstablemetadata.bat
>  * sstableexpiredblockers.bat
> {noformat}
> > sstablemetadata.bat 
> > D:\data\system\local-7ad54392bcdd35a684174e047860b377\mc-1288-big-Data.db
> ...
> INFO  03:05:35 Loaded cassandra-topology.properties for compatibility
> Exception (org.apache.cassandra.exceptions.ConfigurationException) 
> encountered during startup: hints_directory is missing and 
> -Dcassandra.storagedir is not set
> hints_directory is missing and -Dcassandra.storagedir is not set
> {noformat}
> observed with 3.0.10



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRA-15174) some utils do not run on windows with default bat scripts

2019-06-19 Thread Nathan Jackels (JIRA)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-15174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Nathan Jackels updated CASSANDRA-15174:
---
Description: 
The following scripts in tools/bin do not pass %CASSANDRA_PARAMS% to the jvm 
which prevent successful execution because cassandra.storagedir is not set.
 * sstablemetadata.bat
 * sstableexpiredblockers.bat

{noformat}
> sstablemetadata.bat 
> D:\data\system\local-7ad54392bcdd35a684174e047860b377\mc-1288-big-Data.db
...
INFO  03:05:35 Loaded cassandra-topology.properties for compatibility
Exception (org.apache.cassandra.exceptions.ConfigurationException) encountered 
during startup: hints_directory is missing and -Dcassandra.storagedir is not set
hints_directory is missing and -Dcassandra.storagedir is not set
{noformat}

observed with 3.0.10

  was:
The following scripts in tools/bin do not pass %CASSANDRA_PARAMS% to the jvm 
which prevent successful execution because cassandra.storagedir is not set.
 * sstablemetadata.bat
 * sstableexpiredblockers.bat

{noformat}
> sstablemetadata.bat 
> D:\data\system\local-7ad54392bcdd35a684174e047860b377\mc-1288-big-Data.db
...
INFO  03:05:35 Loaded cassandra-topology.properties for compatibility
Exception (org.apache.cassandra.exceptions.ConfigurationException) encountered 
during startup: hints_directory is missing and -Dcassandra.storagedir is not set
hints_directory is missing and -Dcassandra.storagedir is not set
{noformat}


> some utils do not run on windows with default bat scripts
> -
>
> Key: CASSANDRA-15174
> URL: https://issues.apache.org/jira/browse/CASSANDRA-15174
> Project: Cassandra
>  Issue Type: Improvement
>  Components: Tool/sstable
>Reporter: Nathan Jackels
>Priority: Normal
>
> The following scripts in tools/bin do not pass %CASSANDRA_PARAMS% to the jvm 
> which prevent successful execution because cassandra.storagedir is not set.
>  * sstablemetadata.bat
>  * sstableexpiredblockers.bat
> {noformat}
> > sstablemetadata.bat 
> > D:\data\system\local-7ad54392bcdd35a684174e047860b377\mc-1288-big-Data.db
> ...
> INFO  03:05:35 Loaded cassandra-topology.properties for compatibility
> Exception (org.apache.cassandra.exceptions.ConfigurationException) 
> encountered during startup: hints_directory is missing and 
> -Dcassandra.storagedir is not set
> hints_directory is missing and -Dcassandra.storagedir is not set
> {noformat}
> observed with 3.0.10



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRA-15174) some utils do not run on windows with default bat scripts

2019-06-19 Thread Nathan Jackels (JIRA)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-15174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Nathan Jackels updated CASSANDRA-15174:
---
Description: 
The following scripts in tools/bin do not pass %CASSANDRA_PARAMS% to the jvm 
which prevent successful execution because cassandra.storagedir is not set.
 * sstablemetadata.bat
 * sstableexpiredblockers.bat

{noformat}
> sstablemetadata.bat 
> D:\data\system\local-7ad54392bcdd35a684174e047860b377\mc-1288-big-Data.db
...
INFO  03:05:35 Loaded cassandra-topology.properties for compatibility
Exception (org.apache.cassandra.exceptions.ConfigurationException) encountered 
during startup: hints_directory is missing and -Dcassandra.storagedir is not set
hints_directory is missing and -Dcassandra.storagedir is not set
{noformat}

  was:
The following scripts in tools/bin do not pass %CASSANDRA_PARAMS% to the jvm 
which prevent successful execution because cassandra.storagedir is not set.
 * sstablemetadata.bat
 * sstableexpiredblockers.bat


> some utils do not run on windows with default bat scripts
> -
>
> Key: CASSANDRA-15174
> URL: https://issues.apache.org/jira/browse/CASSANDRA-15174
> Project: Cassandra
>  Issue Type: Improvement
>  Components: Tool/sstable
>Reporter: Nathan Jackels
>Priority: Normal
>
> The following scripts in tools/bin do not pass %CASSANDRA_PARAMS% to the jvm 
> which prevent successful execution because cassandra.storagedir is not set.
>  * sstablemetadata.bat
>  * sstableexpiredblockers.bat
> {noformat}
> > sstablemetadata.bat 
> > D:\data\system\local-7ad54392bcdd35a684174e047860b377\mc-1288-big-Data.db
> ...
> INFO  03:05:35 Loaded cassandra-topology.properties for compatibility
> Exception (org.apache.cassandra.exceptions.ConfigurationException) 
> encountered during startup: hints_directory is missing and 
> -Dcassandra.storagedir is not set
> hints_directory is missing and -Dcassandra.storagedir is not set
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org