You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "stone (JIRA)" <ji...@apache.org> on 2016/08/08 02:07:20 UTC

[jira] [Updated] (CASSANDRA-12404) ColumnFamilyStore.getIfExists

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

stone updated CASSANDRA-12404:
------------------------------
    Description: 
ColumnFamilyStore.getIfExists("ks","cf")
when it does not exist ks.cf,it should return null,but now there is a Nullpointexception.
see heartbeat.PNG

  was:
ColumnFamilyStore.getIfExists("ks","cf")
when it does not exist ks.cf,it should return null,but now there is a Nullpointexception.


> ColumnFamilyStore.getIfExists
> -----------------------------
>
>                 Key: CASSANDRA-12404
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-12404
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Packaging
>            Reporter: stone
>         Attachments: heartbeat.PNG
>
>
> ColumnFamilyStore.getIfExists("ks","cf")
> when it does not exist ks.cf,it should return null,but now there is a Nullpointexception.
> see heartbeat.PNG



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