[JBoss JIRA] (ISPN-9408) Support for query results in different formats
by Gustavo Fernandes (JIRA)
[ https://issues.jboss.org/browse/ISPN-9408?page=com.atlassian.jira.plugin.... ]
Work on ISPN-9408 started by Gustavo Fernandes.
-----------------------------------------------
> Support for query results in different formats
> ----------------------------------------------
>
> Key: ISPN-9408
> URL: https://issues.jboss.org/browse/ISPN-9408
> Project: Infinispan
> Issue Type: Enhancement
> Components: Remote Protocols
> Affects Versions: 9.3.1.Final
> Reporter: Gustavo Fernandes
> Assignee: Gustavo Fernandes
>
> ISPN-7420 introduced multiple format support for the Hot Rod client, but this is not covering the query results which are always protobuf. The data format specified in the client should propagate to the server and the response (query results or projections) should be converted to the specified format.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 5 months
[JBoss JIRA] (ISPN-9390) DefaultConflictManager throws exception during merge conflicts resolution
by M S (JIRA)
[ https://issues.jboss.org/browse/ISPN-9390?page=com.atlassian.jira.plugin.... ]
M S commented on ISPN-9390:
---------------------------
Ryan, please specify package from which you would like to see the trace logs.
org.infinispan is not an option as the system gets exhausted too fast
> DefaultConflictManager throws exception during merge conflicts resolution
> -------------------------------------------------------------------------
>
> Key: ISPN-9390
> URL: https://issues.jboss.org/browse/ISPN-9390
> Project: Infinispan
> Issue Type: Bug
> Affects Versions: 9.3.0.Final
> Reporter: M S
> Assignee: Ryan Emerson
> Attachments: 15nodes-merge-issue.zip
>
>
> In one of our environments where we have 15 nodes in cloud we got to the point where following issue occurs on one of the nodes - node22 (Cache zones encountered exception whilst trying to resolve conflicts on merge: java.util.concurrent.CompletionException: org.infinispan.commons.CacheException).
> We reproduced it while having 15 nodes in cloud, and then unplugging and plugging one node - node11 back.
> I'm attaching infinispan logs (WARN level set) from the failed controllers and our cluster config. [^15nodes-merge-issue.zip]
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 5 months
[JBoss JIRA] (ISPN-9410) Intermittent Linkage erros when starting the server with indexed caches
by Gustavo Fernandes (JIRA)
[ https://issues.jboss.org/browse/ISPN-9410?page=com.atlassian.jira.plugin.... ]
Gustavo Fernandes updated ISPN-9410:
------------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request: https://github.com/infinispan/infinispan/pull/6188
> Intermittent Linkage erros when starting the server with indexed caches
> -----------------------------------------------------------------------
>
> Key: ISPN-9410
> URL: https://issues.jboss.org/browse/ISPN-9410
> Project: Infinispan
> Issue Type: Bug
> Affects Versions: 9.3.1.Final
> Reporter: Gustavo Fernandes
> Assignee: Gustavo Fernandes
> Priority: Critical
>
> {noformat}
> Caused by: org.infinispan.commons.CacheException: java.lang.LinkageError:
> loader constraint violation: when resolving interface method
> "org.infinispan.lucene.directory.BuildContext.create()Lorg/apache/lucene/store/Directory;"
> the class loader (instance of org/jboss/modules/ModuleClassLoader) of the current class,
> org/infinispan/hibernate/search/spi/InfinispanDirectoryProvider, and the class loader
> (instance of org/jboss/modules/ModuleClassLoader) for the method's defining class, org/infinispan/lucene/directory/BuildContext, have different Class objects for the type
> org/apache/lucene/store/Directory used in the signature
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 5 months
[JBoss JIRA] (ISPN-9410) Intermittent Linkage erros when starting the server with indexed caches
by Gustavo Fernandes (JIRA)
[ https://issues.jboss.org/browse/ISPN-9410?page=com.atlassian.jira.plugin.... ]
Gustavo Fernandes updated ISPN-9410:
------------------------------------
Priority: Critical (was: Major)
> Intermittent Linkage erros when starting the server with indexed caches
> -----------------------------------------------------------------------
>
> Key: ISPN-9410
> URL: https://issues.jboss.org/browse/ISPN-9410
> Project: Infinispan
> Issue Type: Bug
> Affects Versions: 9.3.1.Final
> Reporter: Gustavo Fernandes
> Assignee: Gustavo Fernandes
> Priority: Critical
>
> {noformat}
> Caused by: org.infinispan.commons.CacheException: java.lang.LinkageError:
> loader constraint violation: when resolving interface method
> "org.infinispan.lucene.directory.BuildContext.create()Lorg/apache/lucene/store/Directory;"
> the class loader (instance of org/jboss/modules/ModuleClassLoader) of the current class,
> org/infinispan/hibernate/search/spi/InfinispanDirectoryProvider, and the class loader
> (instance of org/jboss/modules/ModuleClassLoader) for the method's defining class, org/infinispan/lucene/directory/BuildContext, have different Class objects for the type
> org/apache/lucene/store/Directory used in the signature
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 5 months
[JBoss JIRA] (ISPN-9410) Intermittent Linkage erros when starting the server with indexed caches
by Gustavo Fernandes (JIRA)
[ https://issues.jboss.org/browse/ISPN-9410?page=com.atlassian.jira.plugin.... ]
Gustavo Fernandes edited comment on ISPN-9410 at 8/5/18 9:33 AM:
-----------------------------------------------------------------
Always reproducible in my quad-core environment, the following tests fail:
{noformat}
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 7.643 s <<< FAILURE! - in org.infinispan.server.test.query.IndexFlushingIT
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 6.266 s <<< FAILURE! - in org.infinispan.server.test.query.RemoteQueryStringIT
[ERROR] Tests run: 7, Failures: 0, Errors: 7, Skipped: 0, Time elapsed: 0.336 s <<< FAILURE! - in org.infinispan.server.test.query.RemoteNonIndexedQueryIT
[ERROR] Tests run: 7, Failures: 0, Errors: 7, Skipped: 0, Time elapsed: 0.166 s <<< FAILURE! - in org.infinispan.server.test.query.RemoteQueryOffHeapIT
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.017 s <<< FAILURE! - in org.infinispan.server.test.query.RemoteQueryKeySetIT
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.021 s <<< FAILURE! - in org.infinispan.server.test.query.RemoteQueryWithProtostreamAnnotationsIT
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.019 s <<< FAILURE! - in org.infinispan.server.test.query.RemoteContinuousQueryIT
[ERROR] Tests run: 7, Failures: 0, Errors: 7, Skipped: 0, Time elapsed: 0.139 s <<< FAILURE! - in org.infinispan.server.test.query.RemoteQueryIT
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 5.147 s <<< FAILURE! - in org.infinispan.server.test.query.RemoteQueryDescriptorIT
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.019 s <<< FAILURE! - in org.infinispan.server.test.query.ProtobufMetadataManagerDMROperationsIT
[ERROR] Tests run: 7, Failures: 0, Errors: 7, Skipped: 0, Time elapsed: 0.337 s <<< FAILURE! - in org.infinispan.server.test.query.RemoteQueryDMRRegisterIT
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.015 s <<< FAILURE! - in org.infinispan.server.test.query.RemoteQueryKeyRestInteropIT
[ERROR] Tests run: 8, Failures: 0, Errors: 8, Skipped: 0, Time elapsed: 4.834 s <<< FAILURE! - in org.infinispan.server.test.query.RemoteQueryIspnDirIT
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 5.751 s <<< FAILURE! - in org.infinispan.server.test.query.RemoteQueryCompatModeIT
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.016 s <<< FAILURE! - in org.infinispan.server.test.query.ManualIndexingIT
[ERROR] Tests run: 8, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 8.468 s <<< FAILURE! - in org.infinispan.server.test.query.RemoteQuerySecurityIT
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.017 s <<< FAILURE! - in org.infinispan.server.test.query.RemoteListenerWithDslFilterIT
{noformat}
In CI this happens intermittently
was (Author: gustavonalle):
Always reproducible in my quad-core environment, the following tests fail:
{noformat}
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 7.643 s <<< FAILURE! - in org.infinispan.server.test.query.IndexFlushingIT
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 6.266 s <<< FAILURE! - in org.infinispan.server.test.query.RemoteQueryStringIT
[ERROR] Tests run: 7, Failures: 0, Errors: 7, Skipped: 0, Time elapsed: 0.336 s <<< FAILURE! - in org.infinispan.server.test.query.RemoteNonIndexedQueryIT
[ERROR] Tests run: 7, Failures: 0, Errors: 7, Skipped: 0, Time elapsed: 0.166 s <<< FAILURE! - in org.infinispan.server.test.query.RemoteQueryOffHeapIT
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.017 s <<< FAILURE! - in org.infinispan.server.test.query.RemoteQueryKeySetIT
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.021 s <<< FAILURE! - in org.infinispan.server.test.query.RemoteQueryWithProtostreamAnnotationsIT
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.019 s <<< FAILURE! - in org.infinispan.server.test.query.RemoteContinuousQueryIT
[ERROR] Tests run: 7, Failures: 0, Errors: 7, Skipped: 0, Time elapsed: 0.139 s <<< FAILURE! - in org.infinispan.server.test.query.RemoteQueryIT
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 5.147 s <<< FAILURE! - in org.infinispan.server.test.query.RemoteQueryDescriptorIT
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.019 s <<< FAILURE! - in org.infinispan.server.test.query.ProtobufMetadataManagerDMROperationsIT
[ERROR] Tests run: 7, Failures: 0, Errors: 7, Skipped: 0, Time elapsed: 0.337 s <<< FAILURE! - in org.infinispan.server.test.query.RemoteQueryDMRRegisterIT
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.015 s <<< FAILURE! - in org.infinispan.server.test.query.RemoteQueryKeyRestInteropIT
[ERROR] Tests run: 8, Failures: 0, Errors: 8, Skipped: 0, Time elapsed: 4.834 s <<< FAILURE! - in org.infinispan.server.test.query.RemoteQueryIspnDirIT
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 5.751 s <<< FAILURE! - in org.infinispan.server.test.query.RemoteQueryCompatModeIT
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.016 s <<< FAILURE! - in org.infinispan.server.test.query.ManualIndexingIT
[ERROR] Tests run: 8, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 8.468 s <<< FAILURE! - in org.infinispan.server.test.query.RemoteQuerySecurityIT
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.017 s <<< FAILURE! - in org.infinispan.server.test.query.RemoteListenerWithDslFilterIT
{noformat}
> Intermittent Linkage erros when starting the server with indexed caches
> -----------------------------------------------------------------------
>
> Key: ISPN-9410
> URL: https://issues.jboss.org/browse/ISPN-9410
> Project: Infinispan
> Issue Type: Bug
> Affects Versions: 9.3.1.Final
> Reporter: Gustavo Fernandes
> Assignee: Gustavo Fernandes
>
> {noformat}
> Caused by: org.infinispan.commons.CacheException: java.lang.LinkageError:
> loader constraint violation: when resolving interface method
> "org.infinispan.lucene.directory.BuildContext.create()Lorg/apache/lucene/store/Directory;"
> the class loader (instance of org/jboss/modules/ModuleClassLoader) of the current class,
> org/infinispan/hibernate/search/spi/InfinispanDirectoryProvider, and the class loader
> (instance of org/jboss/modules/ModuleClassLoader) for the method's defining class, org/infinispan/lucene/directory/BuildContext, have different Class objects for the type
> org/apache/lucene/store/Directory used in the signature
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 5 months
[JBoss JIRA] (ISPN-9410) Intermittent Linkage erros when starting the server with indexed caches
by Gustavo Fernandes (JIRA)
[ https://issues.jboss.org/browse/ISPN-9410?page=com.atlassian.jira.plugin.... ]
Gustavo Fernandes updated ISPN-9410:
------------------------------------
Status: Open (was: New)
> Intermittent Linkage erros when starting the server with indexed caches
> -----------------------------------------------------------------------
>
> Key: ISPN-9410
> URL: https://issues.jboss.org/browse/ISPN-9410
> Project: Infinispan
> Issue Type: Bug
> Affects Versions: 9.3.1.Final
> Reporter: Gustavo Fernandes
> Assignee: Gustavo Fernandes
>
> {noformat}
> Caused by: org.infinispan.commons.CacheException: java.lang.LinkageError:
> loader constraint violation: when resolving interface method
> "org.infinispan.lucene.directory.BuildContext.create()Lorg/apache/lucene/store/Directory;"
> the class loader (instance of org/jboss/modules/ModuleClassLoader) of the current class,
> org/infinispan/hibernate/search/spi/InfinispanDirectoryProvider, and the class loader
> (instance of org/jboss/modules/ModuleClassLoader) for the method's defining class, org/infinispan/lucene/directory/BuildContext, have different Class objects for the type
> org/apache/lucene/store/Directory used in the signature
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 5 months
[JBoss JIRA] (ISPN-9410) Intermittent Linkage erros when starting the server with indexed caches
by Gustavo Fernandes (JIRA)
[ https://issues.jboss.org/browse/ISPN-9410?page=com.atlassian.jira.plugin.... ]
Gustavo Fernandes commented on ISPN-9410:
-----------------------------------------
Always reproducible in my quad-core environment, the following tests fail:
{noformat}
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 7.643 s <<< FAILURE! - in org.infinispan.server.test.query.IndexFlushingIT
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 6.266 s <<< FAILURE! - in org.infinispan.server.test.query.RemoteQueryStringIT
[ERROR] Tests run: 7, Failures: 0, Errors: 7, Skipped: 0, Time elapsed: 0.336 s <<< FAILURE! - in org.infinispan.server.test.query.RemoteNonIndexedQueryIT
[ERROR] Tests run: 7, Failures: 0, Errors: 7, Skipped: 0, Time elapsed: 0.166 s <<< FAILURE! - in org.infinispan.server.test.query.RemoteQueryOffHeapIT
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.017 s <<< FAILURE! - in org.infinispan.server.test.query.RemoteQueryKeySetIT
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.021 s <<< FAILURE! - in org.infinispan.server.test.query.RemoteQueryWithProtostreamAnnotationsIT
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.019 s <<< FAILURE! - in org.infinispan.server.test.query.RemoteContinuousQueryIT
[ERROR] Tests run: 7, Failures: 0, Errors: 7, Skipped: 0, Time elapsed: 0.139 s <<< FAILURE! - in org.infinispan.server.test.query.RemoteQueryIT
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 5.147 s <<< FAILURE! - in org.infinispan.server.test.query.RemoteQueryDescriptorIT
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.019 s <<< FAILURE! - in org.infinispan.server.test.query.ProtobufMetadataManagerDMROperationsIT
[ERROR] Tests run: 7, Failures: 0, Errors: 7, Skipped: 0, Time elapsed: 0.337 s <<< FAILURE! - in org.infinispan.server.test.query.RemoteQueryDMRRegisterIT
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.015 s <<< FAILURE! - in org.infinispan.server.test.query.RemoteQueryKeyRestInteropIT
[ERROR] Tests run: 8, Failures: 0, Errors: 8, Skipped: 0, Time elapsed: 4.834 s <<< FAILURE! - in org.infinispan.server.test.query.RemoteQueryIspnDirIT
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 5.751 s <<< FAILURE! - in org.infinispan.server.test.query.RemoteQueryCompatModeIT
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.016 s <<< FAILURE! - in org.infinispan.server.test.query.ManualIndexingIT
[ERROR] Tests run: 8, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 8.468 s <<< FAILURE! - in org.infinispan.server.test.query.RemoteQuerySecurityIT
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.017 s <<< FAILURE! - in org.infinispan.server.test.query.RemoteListenerWithDslFilterIT
{noformat}
> Intermittent Linkage erros when starting the server with indexed caches
> -----------------------------------------------------------------------
>
> Key: ISPN-9410
> URL: https://issues.jboss.org/browse/ISPN-9410
> Project: Infinispan
> Issue Type: Bug
> Affects Versions: 9.3.1.Final
> Reporter: Gustavo Fernandes
> Assignee: Gustavo Fernandes
>
> {noformat}
> Caused by: org.infinispan.commons.CacheException: java.lang.LinkageError:
> loader constraint violation: when resolving interface method
> "org.infinispan.lucene.directory.BuildContext.create()Lorg/apache/lucene/store/Directory;"
> the class loader (instance of org/jboss/modules/ModuleClassLoader) of the current class,
> org/infinispan/hibernate/search/spi/InfinispanDirectoryProvider, and the class loader
> (instance of org/jboss/modules/ModuleClassLoader) for the method's defining class, org/infinispan/lucene/directory/BuildContext, have different Class objects for the type
> org/apache/lucene/store/Directory used in the signature
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 5 months
[JBoss JIRA] (ISPN-9410) Intermittent Linkage erros when starting the server with indexed caches
by Gustavo Fernandes (JIRA)
Gustavo Fernandes created ISPN-9410:
---------------------------------------
Summary: Intermittent Linkage erros when starting the server with indexed caches
Key: ISPN-9410
URL: https://issues.jboss.org/browse/ISPN-9410
Project: Infinispan
Issue Type: Bug
Reporter: Gustavo Fernandes
{noformat}
Caused by: org.infinispan.commons.CacheException: java.lang.LinkageError:
loader constraint violation: when resolving interface method
"org.infinispan.lucene.directory.BuildContext.create()Lorg/apache/lucene/store/Directory;"
the class loader (instance of org/jboss/modules/ModuleClassLoader) of the current class,
org/infinispan/hibernate/search/spi/InfinispanDirectoryProvider, and the class loader
(instance of org/jboss/modules/ModuleClassLoader) for the method's defining class, org/infinispan/lucene/directory/BuildContext, have different Class objects for the type
org/apache/lucene/store/Directory used in the signature
{noformat}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 5 months
[JBoss JIRA] (ISPN-9410) Intermittent Linkage erros when starting the server with indexed caches
by Gustavo Fernandes (JIRA)
[ https://issues.jboss.org/browse/ISPN-9410?page=com.atlassian.jira.plugin.... ]
Gustavo Fernandes reassigned ISPN-9410:
---------------------------------------
Assignee: Gustavo Fernandes
> Intermittent Linkage erros when starting the server with indexed caches
> -----------------------------------------------------------------------
>
> Key: ISPN-9410
> URL: https://issues.jboss.org/browse/ISPN-9410
> Project: Infinispan
> Issue Type: Bug
> Affects Versions: 9.3.1.Final
> Reporter: Gustavo Fernandes
> Assignee: Gustavo Fernandes
>
> {noformat}
> Caused by: org.infinispan.commons.CacheException: java.lang.LinkageError:
> loader constraint violation: when resolving interface method
> "org.infinispan.lucene.directory.BuildContext.create()Lorg/apache/lucene/store/Directory;"
> the class loader (instance of org/jboss/modules/ModuleClassLoader) of the current class,
> org/infinispan/hibernate/search/spi/InfinispanDirectoryProvider, and the class loader
> (instance of org/jboss/modules/ModuleClassLoader) for the method's defining class, org/infinispan/lucene/directory/BuildContext, have different Class objects for the type
> org/apache/lucene/store/Directory used in the signature
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 5 months
[JBoss JIRA] (ISPN-9410) Intermittent Linkage erros when starting the server with indexed caches
by Gustavo Fernandes (JIRA)
[ https://issues.jboss.org/browse/ISPN-9410?page=com.atlassian.jira.plugin.... ]
Gustavo Fernandes updated ISPN-9410:
------------------------------------
Affects Version/s: 9.3.1.Final
> Intermittent Linkage erros when starting the server with indexed caches
> -----------------------------------------------------------------------
>
> Key: ISPN-9410
> URL: https://issues.jboss.org/browse/ISPN-9410
> Project: Infinispan
> Issue Type: Bug
> Affects Versions: 9.3.1.Final
> Reporter: Gustavo Fernandes
> Assignee: Gustavo Fernandes
>
> {noformat}
> Caused by: org.infinispan.commons.CacheException: java.lang.LinkageError:
> loader constraint violation: when resolving interface method
> "org.infinispan.lucene.directory.BuildContext.create()Lorg/apache/lucene/store/Directory;"
> the class loader (instance of org/jboss/modules/ModuleClassLoader) of the current class,
> org/infinispan/hibernate/search/spi/InfinispanDirectoryProvider, and the class loader
> (instance of org/jboss/modules/ModuleClassLoader) for the method's defining class, org/infinispan/lucene/directory/BuildContext, have different Class objects for the type
> org/apache/lucene/store/Directory used in the signature
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 5 months