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

The `deleteAll` request log is dropped.

    XMLWordPrintableJSON

Details

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

    Description

      If label.isAsync is true all requests are should recorded.

      When using the `deleteAll` request , request log is dropped

      EdgeController.scala#deleteAllInner
      ```
      val deleteFutures = jsValue.as[Seq[JsValue]].map

      { json => val (labels, direction, ids, ts, vertices) = requestParser.toDeleteParam(json) if (labels.isEmpty || ids.isEmpty) Future.successful(true) else deleteEach(labels, direction, ids, ts, vertices) }

      ```
      deleteParam function eliminates the asynchronous label . so it does not leave the Kafka log

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated: