From notifications-return-43453-archive-asf-public=cust-asf.ponee.io@accumulo.apache.org Tue May 15 23:22:47 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 4FECD180634 for ; Tue, 15 May 2018 23:22:47 +0200 (CEST) Received: (qmail 50089 invoked by uid 500); 15 May 2018 21:22:46 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 50078 invoked by uid 99); 15 May 2018 21:22:46 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 May 2018 21:22:46 +0000 From: GitBox To: notifications@accumulo.apache.org Subject: [GitHub] hlgp opened a new issue #486: 1.8 Master marks bulk import as failed when it could still be successful Message-ID: <152641936583.30053.2939287271021379935.gitbox@gitbox.apache.org> Date: Tue, 15 May 2018 21:22:45 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit hlgp opened a new issue #486: 1.8 Master marks bulk import as failed when it could still be successful URL: https://github.com/apache/accumulo/issues/486 Using default configurations for bulk.timeout, bulk.retry.max, the master will sometimes mark a bulk import as failed even though it was successful. Sample timings: 11:18:08 master asks tserver1 to import 11:18:08 tserver1 gets request 11:23:08 master marks attempt 1 failed (SocketTimeoutException) 11:23:08 master asks tserver2 to import 11:23:08 tserver2 gets request 11:25:27 tserver1 finishes calculating overlapping tablets 11:25:27 tserver1 completes import 11:28:08 master marks attempt 2 failed (SocketTimeoutException) 11:28:22 tserver2 finishes calculating overlapping tablets 11:28:11 tserver2 successfully completes import etc until marked completely failed. Include examination of map files in tserver timeout? Check isActive between master reattempts? Other? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org With regards, Apache Git Services