You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@cassandra.apache.org by GitBox <gi...@apache.org> on 2020/09/23 10:59:44 UTC

[GitHub] [cassandra] flightc opened a new pull request #756: CASSANDRA-16008 Fix ExceptionInInitializerError when data_file_direct…

flightc opened a new pull request #756:
URL: https://github.com/apache/cassandra/pull/756


   …ories is not set
   
   Commit `257fb03` changed `Config.java`:
   
   ```
   -    public String[] data_file_directories;
   +    public String[] data_file_directories = new String[0];
   ```
   
   which broke `DatabaseDescriptor.java`. This PR is to commit the fix to C* 3.0/3.11 by CASSANDRA-7066.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org


[GitHub] [cassandra] flightc commented on pull request #756: CASSANDRA-16008 Fix ExceptionInInitializerError when data_file_direct…

Posted by GitBox <gi...@apache.org>.
flightc commented on pull request #756:
URL: https://github.com/apache/cassandra/pull/756#issuecomment-697292529


   I've screwed up the PR... redoing.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org


[GitHub] [cassandra] flightc closed pull request #756: CASSANDRA-16008 Fix ExceptionInInitializerError when data_file_direct…

Posted by GitBox <gi...@apache.org>.
flightc closed pull request #756:
URL: https://github.com/apache/cassandra/pull/756


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org