You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@cassandra.apache.org by Yuki Morishita <mo...@gmail.com> on 2015/04/29 09:19:08 UTC

Re: Tables showing up as our_table-147a2090ed4211e480153bc81e542ebd/ in data dir

Directory structure is changed in 2.1 to prevent various problems
caused by DROP/re-CREATE the same table
(https://issues.apache.org/jira/browse/CASSANDRA-5202).
>From NEWS.txt:

2.1
===
New features
------------
   ...
   - SSTable data directory name is slightly changed. Each directory will
      have hex string appended after CF name, e.g.
          ks/cf-5be396077b811e3a3ab9dc4b9ac088d/
      This hex string part represents unique ColumnFamily ID.
      Note that existing directories are used as is, so only newly created
      directories after upgrade have new directory name format.

On Wed, Apr 29, 2015 at 2:04 PM, Donald Smith
<Do...@audiencescience.com> wrote:
> Using 2.1.4, tables in our data/ directory are showing up as
>
>
>             our_table-147a2090ed4211e480153bc81e542ebd/
>
>
> instead of as
>
>
>              our_table/
>
>
> Why would that happen? We're also seeing lagging compactions and high cpu
> usage.
>
>
>  Thanks, Don



-- 
Yuki Morishita
 t:yukim (http://twitter.com/yukim)