[JBoss JIRA] (ISPN-11501) Document Create Cache with XMLStringConfiguration
by Donald Naro (Jira)
[ https://issues.redhat.com/browse/ISPN-11501?page=com.atlassian.jira.plugi... ]
Donald Naro updated ISPN-11501:
-------------------------------
Description: (was: When copying source code from a document that has markdowns like : ( 1 ), ( 2 ) the markdowns are present in the clipboard.
Example:
{noformat}
ConfigurationBuilder clientBuilder = new ConfigurationBuilder();
clientBuilder
.addServer()
.host("127.0.0.1")
.port(11222)
.security()
.ssl()
// Server SNI hostname.
.sniHostName("myservername") 1
// Server certificate keystore.
.trustStoreFileName("/path/to/truststore") 2
.trustStorePassword("truststorepassword".toCharArray())
// Client certificate keystore.
.keyStoreFileName("/path/to/client/keystore") 3
.keyStorePassword("keystorepassword".toCharArray());
RemoteCache<String, String> cache=remoteCacheManager.getCache("secured");
{noformat}
I would like to copy only the source code without 1, 2, 3)
> Document Create Cache with XMLStringConfiguration
> -------------------------------------------------
>
> Key: ISPN-11501
> URL: https://issues.redhat.com/browse/ISPN-11501
> Project: Infinispan
> Issue Type: Enhancement
> Components: Documentation
> Affects Versions: 10.1.3.Final
> Reporter: Donald Naro
> Assignee: Donald Naro
> Priority: Major
>
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years
[JBoss JIRA] (ISPN-11501) Document Create Cache with XMLStringConfiguration
by Donald Naro (Jira)
[ https://issues.redhat.com/browse/ISPN-11501?page=com.atlassian.jira.plugi... ]
Donald Naro updated ISPN-11501:
-------------------------------
Summary: Document Create Cache with XMLStringConfiguration (was: Document Create Cache from XMLString)
> Document Create Cache with XMLStringConfiguration
> -------------------------------------------------
>
> Key: ISPN-11501
> URL: https://issues.redhat.com/browse/ISPN-11501
> Project: Infinispan
> Issue Type: Enhancement
> Components: Documentation
> Affects Versions: 10.1.3.Final
> Reporter: Donald Naro
> Assignee: Donald Naro
> Priority: Major
>
> When copying source code from a document that has markdowns like : ( 1 ), ( 2 ) the markdowns are present in the clipboard.
> Example:
> {noformat}
> ConfigurationBuilder clientBuilder = new ConfigurationBuilder();
> clientBuilder
> .addServer()
> .host("127.0.0.1")
> .port(11222)
> .security()
> .ssl()
> // Server SNI hostname.
> .sniHostName("myservername") 1
> // Server certificate keystore.
> .trustStoreFileName("/path/to/truststore") 2
> .trustStorePassword("truststorepassword".toCharArray())
> // Client certificate keystore.
> .keyStoreFileName("/path/to/client/keystore") 3
> .keyStorePassword("keystorepassword".toCharArray());
> RemoteCache<String, String> cache=remoteCacheManager.getCache("secured");
> {noformat}
> I would like to copy only the source code without 1, 2, 3
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years
[JBoss JIRA] (ISPN-11501) Document Create Cache from XMLString
by Donald Naro (Jira)
Donald Naro created ISPN-11501:
----------------------------------
Summary: Document Create Cache from XMLString
Key: ISPN-11501
URL: https://issues.redhat.com/browse/ISPN-11501
Project: Infinispan
Issue Type: Enhancement
Components: Documentation
Affects Versions: 10.1.3.Final
Reporter: Donald Naro
Assignee: Donald Naro
When copying source code from a document that has markdowns like : ( 1 ), ( 2 ) the markdowns are present in the clipboard.
Example:
{noformat}
ConfigurationBuilder clientBuilder = new ConfigurationBuilder();
clientBuilder
.addServer()
.host("127.0.0.1")
.port(11222)
.security()
.ssl()
// Server SNI hostname.
.sniHostName("myservername") 1
// Server certificate keystore.
.trustStoreFileName("/path/to/truststore") 2
.trustStorePassword("truststorepassword".toCharArray())
// Client certificate keystore.
.keyStoreFileName("/path/to/client/keystore") 3
.keyStorePassword("keystorepassword".toCharArray());
RemoteCache<String, String> cache=remoteCacheManager.getCache("secured");
{noformat}
I would like to copy only the source code without 1, 2, 3
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years
[JBoss JIRA] (IPROTO-134) Support for arrays of primitive as a top level object
by Nistor Adrian (Jira)
[ https://issues.redhat.com/browse/IPROTO-134?page=com.atlassian.jira.plugi... ]
Nistor Adrian updated IPROTO-134:
---------------------------------
Description:
Add support to marshall and unmarshall arrays of primitives, like Short[]/short[], Byte[]/byte[], etc
This should be doable using a WrappedMessage
was:Add support to marshall and unmarshall arrays of primitives, like Short[]/short[], Byte[]/byte[], etc
> Support for arrays of primitive as a top level object
> -----------------------------------------------------
>
> Key: IPROTO-134
> URL: https://issues.redhat.com/browse/IPROTO-134
> Project: Infinispan ProtoStream
> Issue Type: Enhancement
> Affects Versions: 4.3.2.Final
> Reporter: Gustavo Fernandes
> Priority: Major
>
> Add support to marshall and unmarshall arrays of primitives, like Short[]/short[], Byte[]/byte[], etc
> This should be doable using a WrappedMessage
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years
[JBoss JIRA] (ISPN-11459) NullPointerException installing continuous query listener on joiner
by Will Burns (Jira)
[ https://issues.redhat.com/browse/ISPN-11459?page=com.atlassian.jira.plugi... ]
Will Burns updated ISPN-11459:
------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
> NullPointerException installing continuous query listener on joiner
> -------------------------------------------------------------------
>
> Key: ISPN-11459
> URL: https://issues.redhat.com/browse/ISPN-11459
> Project: Infinispan
> Issue Type: Bug
> Components: Embedded Querying
> Affects Versions: 9.4.18.Final, 10.1.3.Final, 11.0.0.Alpha2
> Reporter: Dan Berindei
> Assignee: Dan Berindei
> Priority: Major
> Labels: testsuite_stability
> Fix For: 11.0.0.Dev03
>
>
> {noformat}
> 17:41:53,346 WARN (jgroups-4,Test-NodeD:[]) [StateConsumerImpl] ISPN000284: Problem encountered while installing cluster listener
> java.lang.NullPointerException: null
> at org.infinispan.notifications.impl.AbstractListenerImpl.canApply(AbstractListenerImpl.java:307) ~[classes/:?]
> at org.infinispan.notifications.impl.AbstractListenerImpl.validateAndAddFilterListenerInvocations(AbstractListenerImpl.java:271) ~[classes/:?]
> at org.infinispan.notifications.cachelistener.CacheNotifierImpl.addFilteredListenerInternal(CacheNotifierImpl.java:1330) ~[classes/:?]
> at org.infinispan.notifications.cachelistener.CacheNotifierImpl.addFilteredListenerAsync(CacheNotifierImpl.java:1293) ~[classes/:?]
> at org.infinispan.notifications.DataConversionAwareListenable.addFilteredListener(DataConversionAwareListenable.java:26) ~[classes/:?]
> at org.infinispan.notifications.cachelistener.cluster.ClusterListenerReplicateCallable.accept(ClusterListenerReplicateCallable.java:117) ~[classes/:?]
> at org.infinispan.statetransfer.StateConsumerImpl.lambda$fetchClusterListeners$6(StateConsumerImpl.java:526) ~[classes/:?]
> {noformat}
> {{AbstractCQMultipleCachesTest#testCQCacheLeavesAndJoins}} was supposed to test that continuous query keeps working after another node joins, but before the ISPN-11435 fix it only started a new cache manager, without starting the indexed cache. Now that all defined caches are started automatically, the test fails if the joiner becomes primary owner of key 5 (the only key that is included in the query results and is updated after the join):
> {noformat}
> Test failed: org.infinispan.query.continuous.ContinuousQueryMultipleCachesDistTest.testCQCacheLeavesAndJoins
> java.lang.AssertionError: expected:<6> but was:<5>
> at org.testng.AssertJUnit.fail(AssertJUnit.java:59)
> at org.testng.AssertJUnit.failNotEquals(AssertJUnit.java:364)
> at org.testng.AssertJUnit.assertEquals(AssertJUnit.java:80)
> at org.testng.AssertJUnit.assertEquals(AssertJUnit.java:245)
> at org.testng.AssertJUnit.assertEquals(AssertJUnit.java:252)
> at org.infinispan.query.continuous.AbstractCQMultipleCachesTest.testCQCacheLeavesAndJoins(AbstractCQMultipleCachesTest.java:161)
> {noformat}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years
[JBoss JIRA] (ISPN-10457) Convert bulk blocking stream operations to publisher
by Will Burns (Jira)
[ https://issues.redhat.com/browse/ISPN-10457?page=com.atlassian.jira.plugi... ]
Will Burns updated ISPN-10457:
------------------------------
Summary: Convert bulk blocking stream operations to publisher (was: Convert bulk blocking invocations to non blocking)
> Convert bulk blocking stream operations to publisher
> ----------------------------------------------------
>
> Key: ISPN-10457
> URL: https://issues.redhat.com/browse/ISPN-10457
> Project: Infinispan
> Issue Type: Enhancement
> Reporter: Will Burns
> Priority: Major
>
> We now have the non blocking DistributedPublisher for single response values. We should use this or some other public API instead of the blocking bulk operations. For example size method is blocking and we should use the appropriate one instead. Methods using iteration over entrySet or keySet cannot yet be converted unfortunately.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years