[jira] [Updated] (CASSANDRA-7768) Error when creating multiple CQLSSTableWriters for more than one column family in the same keyspace

2014-09-02 Thread Sylvain Lebresne (JIRA)

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

Sylvain Lebresne updated CASSANDRA-7768:

Reviewer: Benjamin Lerer

 Error when creating multiple CQLSSTableWriters for more than one column 
 family in the same keyspace
 ---

 Key: CASSANDRA-7768
 URL: https://issues.apache.org/jira/browse/CASSANDRA-7768
 Project: Cassandra
  Issue Type: Bug
  Components: Hadoop
Reporter: Paul Pak
Assignee: Paul Pak
Priority: Minor
  Labels: cql3, hadoop
 Attachments: trunk-7768-v1.txt


 The reason why this occurs is if the keyspace has already been loaded (due to 
 another column family being previously loaded in the same keyspace), 
 CQLSSTableWriter builder only loads the column family via 
 Schema.load(CFMetaData). However, Schema.load(CFMetaData) only adds to the 
 Schema.cfIdMap without making the proper addition to the CFMetaData map 
 belonging to the KSMetaData map.



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


[jira] [Updated] (CASSANDRA-7768) Error when creating multiple CQLSSTableWriters for more than one column family in the same keyspace

2014-08-15 Thread Paul Pak (JIRA)

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

Paul Pak updated CASSANDRA-7768:


Component/s: Hadoop

 Error when creating multiple CQLSSTableWriters for more than one column 
 family in the same keyspace
 ---

 Key: CASSANDRA-7768
 URL: https://issues.apache.org/jira/browse/CASSANDRA-7768
 Project: Cassandra
  Issue Type: Bug
  Components: Hadoop
Reporter: Paul Pak
Assignee: Paul Pak
Priority: Minor
  Labels: cql3, hadoop
 Attachments: trunk-7768-v1.txt


 The reason why this occurs is if the keyspace has already been loaded (due to 
 another column family being previously loaded in the same keyspace), 
 CQLSSTableWriter builder only loads the column family via 
 Schema.load(CFMetaData). However, Schema.load(CFMetaData) only adds to the 
 Schema.cfIdMap without making the proper addition to the CFMetaData map 
 belonging to the KSMetaData map.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (CASSANDRA-7768) Error when creating multiple CQLSSTableWriters for more than one column family in the same keyspace

2014-08-15 Thread Paul Pak (JIRA)

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

Paul Pak updated CASSANDRA-7768:


Labels: cql3 hadoop  (was: )

 Error when creating multiple CQLSSTableWriters for more than one column 
 family in the same keyspace
 ---

 Key: CASSANDRA-7768
 URL: https://issues.apache.org/jira/browse/CASSANDRA-7768
 Project: Cassandra
  Issue Type: Bug
  Components: Hadoop
Reporter: Paul Pak
Assignee: Paul Pak
Priority: Minor
  Labels: cql3, hadoop
 Attachments: trunk-7768-v1.txt


 The reason why this occurs is if the keyspace has already been loaded (due to 
 another column family being previously loaded in the same keyspace), 
 CQLSSTableWriter builder only loads the column family via 
 Schema.load(CFMetaData). However, Schema.load(CFMetaData) only adds to the 
 Schema.cfIdMap without making the proper addition to the CFMetaData map 
 belonging to the KSMetaData map.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (CASSANDRA-7768) Error when creating multiple CQLSSTableWriters for more than one column family in the same keyspace

2014-08-14 Thread Paul Pak (JIRA)

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

Paul Pak updated CASSANDRA-7768:


Priority: Minor  (was: Major)

 Error when creating multiple CQLSSTableWriters for more than one column 
 family in the same keyspace
 ---

 Key: CASSANDRA-7768
 URL: https://issues.apache.org/jira/browse/CASSANDRA-7768
 Project: Cassandra
  Issue Type: Bug
Reporter: Paul Pak
Assignee: Paul Pak
Priority: Minor

 Reason why this occurs is because Schema.load(CFMetaData) only adds to the 
 Schema.cfIdMap without making the proper addition to the CFMetaData map 
 belonging to the KSMetaData map.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (CASSANDRA-7768) Error when creating multiple CQLSSTableWriters for more than one column family in the same keyspace

2014-08-14 Thread Paul Pak (JIRA)

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

Paul Pak updated CASSANDRA-7768:


Component/s: (was: Core)

 Error when creating multiple CQLSSTableWriters for more than one column 
 family in the same keyspace
 ---

 Key: CASSANDRA-7768
 URL: https://issues.apache.org/jira/browse/CASSANDRA-7768
 Project: Cassandra
  Issue Type: Bug
Reporter: Paul Pak
Assignee: Paul Pak

 Reason why this occurs is because Schema.load(CFMetaData) only adds to the 
 Schema.cfIdMap without making the proper addition to the CFMetaData map 
 belonging to the KSMetaData map.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (CASSANDRA-7768) Error when creating multiple CQLSSTableWriters for more than one column family in the same keyspace

2014-08-14 Thread Paul Pak (JIRA)

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

Paul Pak updated CASSANDRA-7768:


Description: The reason why this occurs is if the keyspace has already been 
loaded (due to another column family being previously loaded), CQLSSTableWriter 
builder only loades the column family via Schema.load(CFMetaData). However, 
Schema.load(CFMetaData) only adds to the Schema.cfIdMap without making the 
proper addition to the CFMetaData map belonging to the KSMetaData map.  (was: 
Reason why this occurs is because Schema.load(CFMetaData) only adds to the 
Schema.cfIdMap without making the proper addition to the CFMetaData map 
belonging to the KSMetaData map.)

 Error when creating multiple CQLSSTableWriters for more than one column 
 family in the same keyspace
 ---

 Key: CASSANDRA-7768
 URL: https://issues.apache.org/jira/browse/CASSANDRA-7768
 Project: Cassandra
  Issue Type: Bug
Reporter: Paul Pak
Assignee: Paul Pak
Priority: Minor

 The reason why this occurs is if the keyspace has already been loaded (due to 
 another column family being previously loaded), CQLSSTableWriter builder only 
 loades the column family via Schema.load(CFMetaData). However, 
 Schema.load(CFMetaData) only adds to the Schema.cfIdMap without making the 
 proper addition to the CFMetaData map belonging to the KSMetaData map.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (CASSANDRA-7768) Error when creating multiple CQLSSTableWriters for more than one column family in the same keyspace

2014-08-14 Thread Paul Pak (JIRA)

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

Paul Pak updated CASSANDRA-7768:


Description: The reason why this occurs is if the keyspace has already been 
loaded (due to another column family being previously loaded in the same 
keyspace), CQLSSTableWriter builder only loads the column family via 
Schema.load(CFMetaData). However, Schema.load(CFMetaData) only adds to the 
Schema.cfIdMap without making the proper addition to the CFMetaData map 
belonging to the KSMetaData map.  (was: The reason why this occurs is if the 
keyspace has already been loaded (due to another column family being previously 
loaded in the same keyspace), CQLSSTableWriter builder only loades the column 
family via Schema.load(CFMetaData). However, Schema.load(CFMetaData) only adds 
to the Schema.cfIdMap without making the proper addition to the CFMetaData map 
belonging to the KSMetaData map.)

 Error when creating multiple CQLSSTableWriters for more than one column 
 family in the same keyspace
 ---

 Key: CASSANDRA-7768
 URL: https://issues.apache.org/jira/browse/CASSANDRA-7768
 Project: Cassandra
  Issue Type: Bug
Reporter: Paul Pak
Assignee: Paul Pak
Priority: Minor

 The reason why this occurs is if the keyspace has already been loaded (due to 
 another column family being previously loaded in the same keyspace), 
 CQLSSTableWriter builder only loads the column family via 
 Schema.load(CFMetaData). However, Schema.load(CFMetaData) only adds to the 
 Schema.cfIdMap without making the proper addition to the CFMetaData map 
 belonging to the KSMetaData map.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (CASSANDRA-7768) Error when creating multiple CQLSSTableWriters for more than one column family in the same keyspace

2014-08-14 Thread Paul Pak (JIRA)

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

Paul Pak updated CASSANDRA-7768:


Description: The reason why this occurs is if the keyspace has already been 
loaded (due to another column family being previously loaded in the same 
keyspace), CQLSSTableWriter builder only loades the column family via 
Schema.load(CFMetaData). However, Schema.load(CFMetaData) only adds to the 
Schema.cfIdMap without making the proper addition to the CFMetaData map 
belonging to the KSMetaData map.  (was: The reason why this occurs is if the 
keyspace has already been loaded (due to another column family being previously 
loaded), CQLSSTableWriter builder only loades the column family via 
Schema.load(CFMetaData). However, Schema.load(CFMetaData) only adds to the 
Schema.cfIdMap without making the proper addition to the CFMetaData map 
belonging to the KSMetaData map.)

 Error when creating multiple CQLSSTableWriters for more than one column 
 family in the same keyspace
 ---

 Key: CASSANDRA-7768
 URL: https://issues.apache.org/jira/browse/CASSANDRA-7768
 Project: Cassandra
  Issue Type: Bug
Reporter: Paul Pak
Assignee: Paul Pak
Priority: Minor

 The reason why this occurs is if the keyspace has already been loaded (due to 
 another column family being previously loaded in the same keyspace), 
 CQLSSTableWriter builder only loades the column family via 
 Schema.load(CFMetaData). However, Schema.load(CFMetaData) only adds to the 
 Schema.cfIdMap without making the proper addition to the CFMetaData map 
 belonging to the KSMetaData map.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (CASSANDRA-7768) Error when creating multiple CQLSSTableWriters for more than one column family in the same keyspace

2014-08-14 Thread Paul Pak (JIRA)

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

Paul Pak updated CASSANDRA-7768:


Attachment: trunk-7768-v1.txt

 Error when creating multiple CQLSSTableWriters for more than one column 
 family in the same keyspace
 ---

 Key: CASSANDRA-7768
 URL: https://issues.apache.org/jira/browse/CASSANDRA-7768
 Project: Cassandra
  Issue Type: Bug
Reporter: Paul Pak
Assignee: Paul Pak
Priority: Minor
 Attachments: trunk-7768-v1.txt


 The reason why this occurs is if the keyspace has already been loaded (due to 
 another column family being previously loaded in the same keyspace), 
 CQLSSTableWriter builder only loads the column family via 
 Schema.load(CFMetaData). However, Schema.load(CFMetaData) only adds to the 
 Schema.cfIdMap without making the proper addition to the CFMetaData map 
 belonging to the KSMetaData map.



--
This message was sent by Atlassian JIRA
(v6.2#6252)