Return-Path: X-Original-To: apmail-spark-reviews-archive@minotaur.apache.org Delivered-To: apmail-spark-reviews-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2BBFF18A77 for ; Thu, 5 Nov 2015 03:19:05 +0000 (UTC) Received: (qmail 21095 invoked by uid 500); 5 Nov 2015 03:19:05 -0000 Delivered-To: apmail-spark-reviews-archive@spark.apache.org Received: (qmail 21074 invoked by uid 500); 5 Nov 2015 03:19:05 -0000 Mailing-List: contact reviews-help@spark.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list reviews@spark.apache.org Received: (qmail 21063 invoked by uid 99); 5 Nov 2015 03:19:04 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Nov 2015 03:19:04 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id AA38FDFCE4; Thu, 5 Nov 2015 03:19:04 +0000 (UTC) From: tdas To: reviews@spark.apache.org Reply-To: reviews@spark.apache.org References: In-Reply-To: Subject: [GitHub] spark pull request: [SPARK-11141][STREAMING] Batch ReceivedBlockTr... Content-Type: text/plain Message-Id: <20151105031904.AA38FDFCE4@git1-us-west.apache.org> Date: Thu, 5 Nov 2015 03:19:04 +0000 (UTC) Github user tdas commented on a diff in the pull request: https://github.com/apache/spark/pull/9143#discussion_r43972618 --- Diff: streaming/src/test/scala/org/apache/spark/streaming/util/WriteAheadLogSuite.scala --- @@ -19,59 +19,57 @@ package org.apache.spark.streaming.util import java.io._ import java.nio.ByteBuffer import java.util +import java.util.concurrent.atomic.AtomicInteger import scala.collection.JavaConverters._ import scala.collection.mutable.ArrayBuffer +import scala.concurrent.{Await, Promise, Future, ExecutionContext} import scala.concurrent.duration._ import scala.language.{implicitConversions, postfixOps} import scala.reflect.ClassTag import org.apache.hadoop.conf.Configuration import org.apache.hadoop.fs.Path +import org.mockito.Matchers._ --- End diff -- import ordering is messed up. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org For additional commands, e-mail: reviews-help@spark.apache.org