Uploaded image for project: 'Apache Cassandra'
  1. Apache Cassandra
  2. CASSANDRA-4313

CFS always try to load key cache

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Low
    • Resolution: Fixed
    • 1.2.0 beta 1
    • None
    • None
    • Low

    Description

      Inside constructor, below condition is always evaluated to true:

      if (caching != Caching.NONE || caching != Caching.ROWS_ONLY)
          CacheService.instance.keyCache.loadSaved(this);
      

      should be

       if (caching == Caching.ALL || caching == Caching.KEYS_ONLY)
      

      Attachments

        1. 4313.txt
          0.9 kB
          Yuki Morishita

        Activity

          People

            yukim Yuki Morishita
            yukim Yuki Morishita
            Yuki Morishita
            Sylvain Lebresne
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: