Uploaded image for project: 'S2Graph'
  1. S2Graph
  2. S2GRAPH-139

Cache expire with wrong cache key when label is deleted.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: To Do
    • Minor
    • Resolution: Unresolved
    • None
    • None
    • None
    • None

    Description

      In case of label deletion, cacheKey is created as Some(id) form, while when label is generated, cacheKey is generated as id form.

      // insert
      val cacheKeys = List(s "id = ${createdId}", s "label = ${labelName}")
      
      // delete
      val cacheKeys = List(s "id = ${label.id}", s "label = ${label.label}")
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            daewon Daewon Jeong
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: