private void submitIncompleteBatches()

in src/main/java/com/aliyun/openservices/aliyun/log/producer/internals/Mover.java [106:110]


  private void submitIncompleteBatches(List<ProducerBatch> incompleteBatches) {
    for (ProducerBatch b : incompleteBatches) {
      ioThreadPool.submit(createSendProducerBatchTask(b));
    }
  }