[jira] [Commented] (CASSANDRA-8821) Errors in JVM_OPTS and cassandra_parms environment vars

2015-06-08 Thread Terry Moschou (JIRA)

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

Terry Moschou commented on CASSANDRA-8821:
--

Should this be blocker for 2.2.0? Wouldn't want any updates to break custom 
config across minor releases.

> Errors in JVM_OPTS and cassandra_parms environment vars
> ---
>
> Key: CASSANDRA-8821
> URL: https://issues.apache.org/jira/browse/CASSANDRA-8821
> Project: Cassandra
>  Issue Type: Bug
> Environment: Ubuntu 14.04 LTS amd64
>Reporter: Terry Moschou
>Assignee: Michael Shuler
>Priority: Minor
> Fix For: 2.1.x, 2.2.x
>
> Attachments: 8821_2.0.txt, 8821_2.1.txt
>
>
> Repos:
> deb http://www.apache.org/dist/cassandra/debian 21x main
> deb-src http://www.apache.org/dist/cassandra/debian 21x main
> The cassandra init script
>   /etc/init.d/cassandra
> is sourcing the environment file
>   /etc/cassandra/cassandra-env.sh
> twice. Once directly from the init script, and again inside
>   /usr/sbin/cassandra
> The result is arguments in JVM_OPTS are duplicated.
> Further the JVM opt
>   -XX:CMSWaitDuration=1
> is defined twice if jvm >= 1.7.60.
> Also, for the environment variable CASSANDRA_CONF used in this context
>   -XX:CompileCommandFile=$CASSANDRA_CONF/hotspot_compiler"
> is undefined when
>   /etc/cassandra/cassandra-env.sh
> is sourced from the init script.
> Lastly the variable cassandra_storagedir is undefined in
>   /usr/sbin/cassandra
> when used in this context
>   -Dcassandra.storagedir=$cassandra_storagedir



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (CASSANDRA-8821) Errors in JVM_OPTS and cassandra_parms environment vars

2015-06-08 Thread Terry Moschou (JIRA)

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

Terry Moschou updated CASSANDRA-8821:
-
Fix Version/s: 2.2.x

> Errors in JVM_OPTS and cassandra_parms environment vars
> ---
>
> Key: CASSANDRA-8821
> URL: https://issues.apache.org/jira/browse/CASSANDRA-8821
> Project: Cassandra
>  Issue Type: Bug
> Environment: Ubuntu 14.04 LTS amd64
>Reporter: Terry Moschou
>Assignee: Michael Shuler
>Priority: Minor
> Fix For: 2.1.x, 2.2.x
>
> Attachments: 8821_2.0.txt, 8821_2.1.txt
>
>
> Repos:
> deb http://www.apache.org/dist/cassandra/debian 21x main
> deb-src http://www.apache.org/dist/cassandra/debian 21x main
> The cassandra init script
>   /etc/init.d/cassandra
> is sourcing the environment file
>   /etc/cassandra/cassandra-env.sh
> twice. Once directly from the init script, and again inside
>   /usr/sbin/cassandra
> The result is arguments in JVM_OPTS are duplicated.
> Further the JVM opt
>   -XX:CMSWaitDuration=1
> is defined twice if jvm >= 1.7.60.
> Also, for the environment variable CASSANDRA_CONF used in this context
>   -XX:CompileCommandFile=$CASSANDRA_CONF/hotspot_compiler"
> is undefined when
>   /etc/cassandra/cassandra-env.sh
> is sourced from the init script.
> Lastly the variable cassandra_storagedir is undefined in
>   /usr/sbin/cassandra
> when used in this context
>   -Dcassandra.storagedir=$cassandra_storagedir



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CASSANDRA-8821) Errors in JVM_OPTS and cassandra_parms environment vars

2015-06-08 Thread Terry Moschou (JIRA)

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

Terry Moschou commented on CASSANDRA-8821:
--

This issue is still present in 2.2.0-rc1

> Errors in JVM_OPTS and cassandra_parms environment vars
> ---
>
> Key: CASSANDRA-8821
> URL: https://issues.apache.org/jira/browse/CASSANDRA-8821
> Project: Cassandra
>  Issue Type: Bug
> Environment: Ubuntu 14.04 LTS amd64
>Reporter: Terry Moschou
>Assignee: Michael Shuler
>Priority: Minor
> Fix For: 2.1.x, 2.2.x
>
> Attachments: 8821_2.0.txt, 8821_2.1.txt
>
>
> Repos:
> deb http://www.apache.org/dist/cassandra/debian 21x main
> deb-src http://www.apache.org/dist/cassandra/debian 21x main
> The cassandra init script
>   /etc/init.d/cassandra
> is sourcing the environment file
>   /etc/cassandra/cassandra-env.sh
> twice. Once directly from the init script, and again inside
>   /usr/sbin/cassandra
> The result is arguments in JVM_OPTS are duplicated.
> Further the JVM opt
>   -XX:CMSWaitDuration=1
> is defined twice if jvm >= 1.7.60.
> Also, for the environment variable CASSANDRA_CONF used in this context
>   -XX:CompileCommandFile=$CASSANDRA_CONF/hotspot_compiler"
> is undefined when
>   /etc/cassandra/cassandra-env.sh
> is sourced from the init script.
> Lastly the variable cassandra_storagedir is undefined in
>   /usr/sbin/cassandra
> when used in this context
>   -Dcassandra.storagedir=$cassandra_storagedir



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Comment Edited] (CASSANDRA-8820) Broken package dependency in Debian repository

2015-04-01 Thread Terry Moschou (JIRA)

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

Terry Moschou edited comment on CASSANDRA-8820 at 4/2/15 3:29 AM:
--

This issue has popped up again with the release of 2.1.4.

cassandra_2.1.4 has been pushed to the debian repo, but
cassandra-tools remains at version 2.1.3

Edit:
{noformat}
$ apt-cache policy cassandra cassandra-tools
cassandra:
  Installed: 2.1.4
  Candidate: 2.1.4
  Version table:
 *** 2.1.4 0
500 http://www.apache.org/dist/cassandra/debian/ 21x/main amd64 Packages
100 /var/lib/dpkg/status
cassandra-tools:
  Installed: (none)
  Candidate: 2.1.3
  Version table:
 2.1.3 0
500 http://www.apache.org/dist/cassandra/debian/ 21x/main amd64 Packages
{noformat}


was (Author: tmoschou):
This issue has popped up again with the release of 2.1.4.

cassandra_2.1.4 has been pushed to the debian repo, but
cassandra-tools remains at version 2.1.3

Edit:
```
$ apt-cache policy cassandra cassandra-tools
cassandra:
  Installed: 2.1.4
  Candidate: 2.1.4
  Version table:
 *** 2.1.4 0
500 http://www.apache.org/dist/cassandra/debian/ 21x/main amd64 Packages
100 /var/lib/dpkg/status
cassandra-tools:
  Installed: (none)
  Candidate: 2.1.3
  Version table:
 2.1.3 0
500 http://www.apache.org/dist/cassandra/debian/ 21x/main amd64 Packages
```

> Broken package dependency in Debian repository
> --
>
> Key: CASSANDRA-8820
> URL: https://issues.apache.org/jira/browse/CASSANDRA-8820
> Project: Cassandra
>  Issue Type: Bug
>  Components: Packaging
> Environment: Ubuntu 14.04 LTS amd64
>Reporter: Terry Moschou
>Assignee: T Jake Luciani
>
> The Apache Debian package repository currently has unmet dependencies.
> Configured repos:
> deb http://www.apache.org/dist/cassandra/debian 21x main
> deb-src http://www.apache.org/dist/cassandra/debian 21x main
> Problem file:
> cassandra/dists/21x/main/binary-amd64/Packages
> $ sudo apt-get update && sudo apt-get install cassandra-tools
> ...(omitted)
> Reading state information... Done
> Some packages could not be installed. This may mean that you have
> requested an impossible situation or if you are using the unstable
> distribution that some required packages have not yet been created
> or been moved out of Incoming.
> The following information may help to resolve the situation:
> The following packages have unmet dependencies:
>  cassandra-tools : Depends: cassandra (= 2.1.2) but it is not going to be 
> installed
> E: Unable to correct problems, you have held broken packages.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Comment Edited] (CASSANDRA-8820) Broken package dependency in Debian repository

2015-04-01 Thread Terry Moschou (JIRA)

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

Terry Moschou edited comment on CASSANDRA-8820 at 4/2/15 3:27 AM:
--

This issue has popped up again with the release of 2.1.4.

cassandra_2.1.4 has been pushed to the debian repo, but
cassandra-tools remains at version 2.1.3

Edit:
```
$ apt-cache policy cassandra cassandra-tools
cassandra:
  Installed: 2.1.4
  Candidate: 2.1.4
  Version table:
 *** 2.1.4 0
500 http://www.apache.org/dist/cassandra/debian/ 21x/main amd64 Packages
100 /var/lib/dpkg/status
cassandra-tools:
  Installed: (none)
  Candidate: 2.1.3
  Version table:
 2.1.3 0
500 http://www.apache.org/dist/cassandra/debian/ 21x/main amd64 Packages
```


was (Author: tmoschou):
This issue has popped up again with the release of 2.1.4.

cassandra_2.1.4 has been pushed to the debian repo, but
cassandra-tools remains at version 2.1.3

> Broken package dependency in Debian repository
> --
>
> Key: CASSANDRA-8820
> URL: https://issues.apache.org/jira/browse/CASSANDRA-8820
> Project: Cassandra
>  Issue Type: Bug
>  Components: Packaging
> Environment: Ubuntu 14.04 LTS amd64
>Reporter: Terry Moschou
>Assignee: T Jake Luciani
>
> The Apache Debian package repository currently has unmet dependencies.
> Configured repos:
> deb http://www.apache.org/dist/cassandra/debian 21x main
> deb-src http://www.apache.org/dist/cassandra/debian 21x main
> Problem file:
> cassandra/dists/21x/main/binary-amd64/Packages
> $ sudo apt-get update && sudo apt-get install cassandra-tools
> ...(omitted)
> Reading state information... Done
> Some packages could not be installed. This may mean that you have
> requested an impossible situation or if you are using the unstable
> distribution that some required packages have not yet been created
> or been moved out of Incoming.
> The following information may help to resolve the situation:
> The following packages have unmet dependencies:
>  cassandra-tools : Depends: cassandra (= 2.1.2) but it is not going to be 
> installed
> E: Unable to correct problems, you have held broken packages.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Reopened] (CASSANDRA-8820) Broken package dependency in Debian repository

2015-04-01 Thread Terry Moschou (JIRA)

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

Terry Moschou reopened CASSANDRA-8820:
--
Since Version: 2.1.4

This issue has popped up again with the release of 2.1.4.

cassandra_2.1.4 has been pushed to the debian repo, but
cassandra-tools remains at version 2.1.3

> Broken package dependency in Debian repository
> --
>
> Key: CASSANDRA-8820
> URL: https://issues.apache.org/jira/browse/CASSANDRA-8820
> Project: Cassandra
>  Issue Type: Bug
>  Components: Packaging
> Environment: Ubuntu 14.04 LTS amd64
>Reporter: Terry Moschou
>Assignee: T Jake Luciani
>
> The Apache Debian package repository currently has unmet dependencies.
> Configured repos:
> deb http://www.apache.org/dist/cassandra/debian 21x main
> deb-src http://www.apache.org/dist/cassandra/debian 21x main
> Problem file:
> cassandra/dists/21x/main/binary-amd64/Packages
> $ sudo apt-get update && sudo apt-get install cassandra-tools
> ...(omitted)
> Reading state information... Done
> Some packages could not be installed. This may mean that you have
> requested an impossible situation or if you are using the unstable
> distribution that some required packages have not yet been created
> or been moved out of Incoming.
> The following information may help to resolve the situation:
> The following packages have unmet dependencies:
>  cassandra-tools : Depends: cassandra (= 2.1.2) but it is not going to be 
> installed
> E: Unable to correct problems, you have held broken packages.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (CASSANDRA-8821) Errors in JVM_OPTS and cassandra_parms environment vars

2015-02-17 Thread Terry Moschou (JIRA)

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

Terry Moschou updated CASSANDRA-8821:
-
Environment: Ubuntu 14.04 LTS amd64  (was: Ubuntu 14.04 LTS amd64

Repos:
deb http://www.apache.org/dist/cassandra/debian 21x main
deb-src http://www.apache.org/dist/cassandra/debian 21x main)

> Errors in JVM_OPTS and cassandra_parms environment vars
> ---
>
> Key: CASSANDRA-8821
> URL: https://issues.apache.org/jira/browse/CASSANDRA-8821
> Project: Cassandra
>  Issue Type: Bug
> Environment: Ubuntu 14.04 LTS amd64
>Reporter: Terry Moschou
>Priority: Minor
> Fix For: 2.1.3
>
>
> The cassandra init script
>   /etc/init.d/cassandra
> is sourcing the environment file
>   /etc/cassandra/cassandra-env.sh
> twice. Once directly from the init script, and again inside
>   /usr/sbin/cassandra
> The result is arguments in JVM_OPTS are duplicated.
> Further the JVM opt
>   -XX:CMSWaitDuration=1
> is defined twice if jvm >= 1.7.60.
> Also, for the environment variable CASSANDRA_CONF used in this context
>   -XX:CompileCommandFile=$CASSANDRA_CONF/hotspot_compiler"
> is undefined when
>   /etc/cassandra/cassandra-env.sh
> is sourced from the init script.
> Lastly the variable cassandra_storagedir is undefined in
>   /usr/sbin/cassandra
> when used in this context
>   -Dcassandra.storagedir=$cassandra_storagedir



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (CASSANDRA-8821) Errors in JVM_OPTS and cassandra_parms environment vars

2015-02-17 Thread Terry Moschou (JIRA)

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

Terry Moschou updated CASSANDRA-8821:
-
Description: 
Repos:
deb http://www.apache.org/dist/cassandra/debian 21x main
deb-src http://www.apache.org/dist/cassandra/debian 21x main

The cassandra init script
  /etc/init.d/cassandra
is sourcing the environment file
  /etc/cassandra/cassandra-env.sh
twice. Once directly from the init script, and again inside
  /usr/sbin/cassandra
The result is arguments in JVM_OPTS are duplicated.

Further the JVM opt
  -XX:CMSWaitDuration=1
is defined twice if jvm >= 1.7.60.

Also, for the environment variable CASSANDRA_CONF used in this context
  -XX:CompileCommandFile=$CASSANDRA_CONF/hotspot_compiler"
is undefined when
  /etc/cassandra/cassandra-env.sh
is sourced from the init script.

Lastly the variable cassandra_storagedir is undefined in
  /usr/sbin/cassandra
when used in this context
  -Dcassandra.storagedir=$cassandra_storagedir


  was:
The cassandra init script
  /etc/init.d/cassandra
is sourcing the environment file
  /etc/cassandra/cassandra-env.sh
twice. Once directly from the init script, and again inside
  /usr/sbin/cassandra
The result is arguments in JVM_OPTS are duplicated.

Further the JVM opt
  -XX:CMSWaitDuration=1
is defined twice if jvm >= 1.7.60.

Also, for the environment variable CASSANDRA_CONF used in this context
  -XX:CompileCommandFile=$CASSANDRA_CONF/hotspot_compiler"
is undefined when
  /etc/cassandra/cassandra-env.sh
is sourced from the init script.

Lastly the variable cassandra_storagedir is undefined in
  /usr/sbin/cassandra
when used in this context
  -Dcassandra.storagedir=$cassandra_storagedir



> Errors in JVM_OPTS and cassandra_parms environment vars
> ---
>
> Key: CASSANDRA-8821
> URL: https://issues.apache.org/jira/browse/CASSANDRA-8821
> Project: Cassandra
>  Issue Type: Bug
> Environment: Ubuntu 14.04 LTS amd64
>Reporter: Terry Moschou
>Priority: Minor
> Fix For: 2.1.3
>
>
> Repos:
> deb http://www.apache.org/dist/cassandra/debian 21x main
> deb-src http://www.apache.org/dist/cassandra/debian 21x main
> The cassandra init script
>   /etc/init.d/cassandra
> is sourcing the environment file
>   /etc/cassandra/cassandra-env.sh
> twice. Once directly from the init script, and again inside
>   /usr/sbin/cassandra
> The result is arguments in JVM_OPTS are duplicated.
> Further the JVM opt
>   -XX:CMSWaitDuration=1
> is defined twice if jvm >= 1.7.60.
> Also, for the environment variable CASSANDRA_CONF used in this context
>   -XX:CompileCommandFile=$CASSANDRA_CONF/hotspot_compiler"
> is undefined when
>   /etc/cassandra/cassandra-env.sh
> is sourced from the init script.
> Lastly the variable cassandra_storagedir is undefined in
>   /usr/sbin/cassandra
> when used in this context
>   -Dcassandra.storagedir=$cassandra_storagedir



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (CASSANDRA-8821) Errors in JVM_OPTS and cassandra_parms environment vars

2015-02-17 Thread Terry Moschou (JIRA)

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

Terry Moschou updated CASSANDRA-8821:
-
Fix Version/s: 2.1.3

> Errors in JVM_OPTS and cassandra_parms environment vars
> ---
>
> Key: CASSANDRA-8821
> URL: https://issues.apache.org/jira/browse/CASSANDRA-8821
> Project: Cassandra
>  Issue Type: Bug
> Environment: Ubuntu 14.04 LTS amd64
> Repos:
> deb http://www.apache.org/dist/cassandra/debian 21x main
> deb-src http://www.apache.org/dist/cassandra/debian 21x main
>Reporter: Terry Moschou
>Priority: Minor
> Fix For: 2.1.3
>
>
> The cassandra init script
>   /etc/init.d/cassandra
> is sourcing the environment file
>   /etc/cassandra/cassandra-env.sh
> twice. Once directly from the init script, and again inside
>   /usr/sbin/cassandra
> The result is arguments in JVM_OPTS are duplicated.
> Further the JVM opt
>   -XX:CMSWaitDuration=1
> is defined twice if jvm >= 1.7.60.
> Also, for the environment variable CASSANDRA_CONF used in this context
>   -XX:CompileCommandFile=$CASSANDRA_CONF/hotspot_compiler"
> is undefined when
>   /etc/cassandra/cassandra-env.sh
> is sourced from the init script.
> Lastly the variable cassandra_storagedir is undefined in
>   /usr/sbin/cassandra
> when used in this context
>   -Dcassandra.storagedir=$cassandra_storagedir



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (CASSANDRA-8821) Errors in JVM_OPTS and cassandra_parms environment vars

2015-02-17 Thread Terry Moschou (JIRA)

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

Terry Moschou updated CASSANDRA-8821:
-
Fix Version/s: (was: 2.1.3)

> Errors in JVM_OPTS and cassandra_parms environment vars
> ---
>
> Key: CASSANDRA-8821
> URL: https://issues.apache.org/jira/browse/CASSANDRA-8821
> Project: Cassandra
>  Issue Type: Bug
> Environment: Ubuntu 14.04 LTS amd64
> Repos:
> deb http://www.apache.org/dist/cassandra/debian 21x main
> deb-src http://www.apache.org/dist/cassandra/debian 21x main
>Reporter: Terry Moschou
>Priority: Minor
>
> The cassandra init script
>   /etc/init.d/cassandra
> is sourcing the environment file
>   /etc/cassandra/cassandra-env.sh
> twice. Once directly from the init script, and again inside
>   /usr/sbin/cassandra
> The result is arguments in JVM_OPTS are duplicated.
> Further the JVM opt
>   -XX:CMSWaitDuration=1
> is defined twice if jvm >= 1.7.60.
> Also, for the environment variable CASSANDRA_CONF used in this context
>   -XX:CompileCommandFile=$CASSANDRA_CONF/hotspot_compiler"
> is undefined when
>   /etc/cassandra/cassandra-env.sh
> is sourced from the init script.
> Lastly the variable cassandra_storagedir is undefined in
>   /usr/sbin/cassandra
> when used in this context
>   -Dcassandra.storagedir=$cassandra_storagedir



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (CASSANDRA-8821) Errors in JVM_OPTS and cassandra_parms environment vars

2015-02-17 Thread Terry Moschou (JIRA)
Terry Moschou created CASSANDRA-8821:


 Summary: Errors in JVM_OPTS and cassandra_parms environment vars
 Key: CASSANDRA-8821
 URL: https://issues.apache.org/jira/browse/CASSANDRA-8821
 Project: Cassandra
  Issue Type: Bug
 Environment: Ubuntu 14.04 LTS amd64

Repos:
deb http://www.apache.org/dist/cassandra/debian 21x main
deb-src http://www.apache.org/dist/cassandra/debian 21x main
Reporter: Terry Moschou
Priority: Minor
 Fix For: 2.1.3


The cassandra init script
  /etc/init.d/cassandra
is sourcing the environment file
  /etc/cassandra/cassandra-env.sh
twice. Once directly from the init script, and again inside
  /usr/sbin/cassandra
The result is arguments in JVM_OPTS are duplicated.

Further the JVM opt
  -XX:CMSWaitDuration=1
is defined twice if jvm >= 1.7.60.

Also, for the environment variable CASSANDRA_CONF used in this context
  -XX:CompileCommandFile=$CASSANDRA_CONF/hotspot_compiler"
is undefined when
  /etc/cassandra/cassandra-env.sh
is sourced from the init script.

Lastly the variable cassandra_storagedir is undefined in
  /usr/sbin/cassandra
when used in this context
  -Dcassandra.storagedir=$cassandra_storagedir




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (CASSANDRA-8820) Broken package dependency in Debian repository

2015-02-17 Thread Terry Moschou (JIRA)
Terry Moschou created CASSANDRA-8820:


 Summary: Broken package dependency in Debian repository
 Key: CASSANDRA-8820
 URL: https://issues.apache.org/jira/browse/CASSANDRA-8820
 Project: Cassandra
  Issue Type: Bug
  Components: Packaging
 Environment: Ubuntu 14.04 LTS amd64
Reporter: Terry Moschou
 Fix For: 2.1.3


The Apache Debian package repository currently has unmet dependencies.

Configured repos:
deb http://www.apache.org/dist/cassandra/debian 21x main
deb-src http://www.apache.org/dist/cassandra/debian 21x main

Problem file:
cassandra/dists/21x/main/binary-amd64/Packages

$ sudo apt-get update && sudo apt-get install cassandra-tools
...(omitted)
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 cassandra-tools : Depends: cassandra (= 2.1.2) but it is not going to be 
installed
E: Unable to correct problems, you have held broken packages.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)