Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id E29CB200AEE for ; Wed, 4 May 2016 01:59:14 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id E11381609F5; Wed, 4 May 2016 01:59:14 +0200 (CEST) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 3594A1609F6 for ; Wed, 4 May 2016 01:59:14 +0200 (CEST) Received: (qmail 52286 invoked by uid 500); 3 May 2016 23:59:13 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 52256 invoked by uid 99); 3 May 2016 23:59:13 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 May 2016 23:59:13 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id ED9162C1F5D for ; Tue, 3 May 2016 23:59:12 +0000 (UTC) Date: Tue, 3 May 2016 23:59:12 +0000 (UTC) From: "Mark Miller (JIRA)" To: dev@lucene.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (SOLR-8574) Implement ConnectionImpl.isValid() and DatabaseMetaDataImpl.getConnection() MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 03 May 2016 23:59:15 -0000 [ https://issues.apache.org/jira/browse/SOLR-8574?page=3Dcom.atlassian= .jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller reassigned SOLR-8574: --------------------------------- Assignee: Joel Bernstein > Implement ConnectionImpl.isValid() and DatabaseMetaDataImpl.getConnection= () > -------------------------------------------------------------------------= -- > > Key: SOLR-8574 > URL: https://issues.apache.org/jira/browse/SOLR-8574 > Project: Solr > Issue Type: Sub-task > Components: SolrJ > Affects Versions: master > Reporter: Kevin Risden > Assignee: Joel Bernstein > Priority: Minor > Fix For: 6.0 > > Attachments: SOLR-8574.patch > > > 2016-01-20 10:20:29.631 INFO 685 [ExecutorRunner-pool-2-thread-2 - Abst= ractFacade.isValid] isValid() throws an exception. Physical connection: 'Ro= otConnection' for: 'abc'. Will consider connection as valid > java.lang.UnsupportedOperationException > =09at org.apache.solr.client.solrj.io.sql.ConnectionImpl.isValid(Connecti= onImpl.java:284) > =09at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > =09at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImp= l.java:62) > =09at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcc= essorImpl.java:43) > =09at java.lang.reflect.Method.invoke(Method.java:497) > =09at com.onseven.dbvis.h.B.C.=EF=BF=84=EF=BE=81(Z:2117) > =09at com.onseven.dbvis.h.B.F$A.call(Z:1369) > =09at java.util.concurrent.FutureTask.run(FutureTask.java:266) > =09at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecuto= r.java:1142) > =09at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecut= or.java:617) > =09at java.lang.Thread.run(Thread.java:745) -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org