Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Transaction belongs to a specific node and client connection. When a non-null transaction is provided by the user, partition awareness logic is skipped.

Protocol Changes

  1. Add PARTITION_ASSIGNMENT_GET GET operation


    Request
    UUIDtable ID


    Response
    arrayArray of node ids, where array index is the partition number



  2. Update standard response message to include flags

    Response
    intType = 0
    intRequest id
    intFlags
    intError code (0 for success)
    stringError message (when error code is not 0)
    ...Operation-specific data



  3. Include colocation flag in SCHEMAS_GET response.

...