Uploaded image for project: 'Falcon'
  1. Falcon
  2. FALCON-1101

Cluster submission in falcon does not create an owned-by edge

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.6
    • 0.7
    • None
    • None

    Description

      No owned-by edge create for the cluster entity
      The edges and vertices crated are as follows:

      {
          "results": [
              {
                  "timestamp": "2015-01-07T20:40Z",
                  "name": "corp-01e0b060",
                  "type": "cluster-entity",
                  "_id": 4,
                  "_type": "vertex"
              },
              {
                  "timestamp": "2015-01-07T20:40Z",
                  "name": "default",
                  "type": "data-center",
                  "_id": 8,
                  "_type": "vertex"
              }
          ],
          "totalSize": 2
      }
      
      {
          "results": [
              {
                  "_id": "Q2v-4-4m",
                  "_type": "edge",
                  "_outV": 4,
                  "_inV": 8,
                  "_label": "collocated"
              }
          ],
          "totalSize": 1
      }
      

      Attachments

        1. FALCON-1101.v0.patch
          22 kB
          Sowmya Ramesh

        Activity

          People

            sowmyaramesh Sowmya Ramesh
            sowmyaramesh Sowmya Ramesh
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: