Address todo in Exchange::loadNextBatch

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Unresolved
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • Query Execution
    • None
    • None
    • None
    • None
    • None
    • None
    • None

                  case ExchangePolicyEnum::kKeyRange: {
                      size_t target = getTargetConsumer(input.getDocument());
                      bool full = _consumers[target]->appendDocument(std::move(input), _maxBufferSize);
                      if (full && _orderPreserving) {
                          // TODO send the high watermark here.
                      }
                      if (full)
                          return target;
                  } break;
      

      Linting now fails on existing TODOs without tickets in modified files; ticket raised.

            Assignee:
            Unassigned
            Reporter:
            James Harrison
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: