[JBoss JIRA] (ISPN-12110) Upgrade httpcomponents to 4.4.5
by Tristan Tarrant (Jira)
[ https://issues.redhat.com/browse/ISPN-12110?page=com.atlassian.jira.plugi... ]
Tristan Tarrant updated ISPN-12110:
-----------------------------------
Sprint: DataGrid Sprint #46, DataGrid Sprint #47 (was: DataGrid Sprint #46, DataGrid Sprint #47, DataGrid Sprint #48)
> Upgrade httpcomponents to 4.4.5
> --------------------------------
>
> Key: ISPN-12110
> URL: https://issues.redhat.com/browse/ISPN-12110
> Project: Infinispan
> Issue Type: Component Upgrade
> Affects Versions: 9.4.19.Final
> Reporter: Pedro Ruivo
> Assignee: Pedro Ruivo
> Priority: Major
> Fix For: 9.4.20.Final
>
>
> org.apache.httpcomponents:httpasyncclient=4.1.4
> org.apache.httpcomponents:httpclient=4.5.4
> org.apache.httpcomponents:httpcore=4.4.5
> org.apache.httpcomponents:httpcore-nio=4.4.5
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 7 months
[JBoss JIRA] (ISPN-12096) ConfigurationBuilder::withProperties should not overwrite the transactionMode
by Tristan Tarrant (Jira)
[ https://issues.redhat.com/browse/ISPN-12096?page=com.atlassian.jira.plugi... ]
Tristan Tarrant updated ISPN-12096:
-----------------------------------
Sprint: DataGrid Sprint #46, DataGrid Sprint #47 (was: DataGrid Sprint #46, DataGrid Sprint #47, DataGrid Sprint #48)
> ConfigurationBuilder::withProperties should not overwrite the transactionMode
> -----------------------------------------------------------------------------
>
> Key: ISPN-12096
> URL: https://issues.redhat.com/browse/ISPN-12096
> Project: Infinispan
> Issue Type: Bug
> Components: Hot Rod
> Affects Versions: 11.0.1.Final
> Reporter: Diego Lovison
> Assignee: Pedro Ruivo
> Priority: Major
> Fix For: 12.0.0.Dev01
>
>
> ConfigurationBuilder::withProperties should not overwrite the transactionMode
>
> {noformat}
> if (transactionMode != null) {
> config.transaction().transactionMode(TransactionMode.valueOf(transactionMode));
> }
> config.maxRetries(maxRetries).socketTimeout(connectionTimeout).connectionTimeout(connectionTimeout);
> if (propertiesPath != null) {
> Properties p = new Properties();
> try (Reader r = new FileReader(propertiesPath)) {
> p.load(r);
> config.withProperties(p);
> } catch (IOException e) {
> throw new IllegalStateException("Something went wrong with provided properties file:" + propertiesPath, e);
> }
> }
> return config;
> }{noformat}
>
> {noformat}
> infinispan.client.hotrod.auth_username=admin
> infinispan.client.hotrod.auth_password=password
> infinispan.client.hotrod.auth_realm=default
> infinispan.client.hotrod.sasl_mechanism=SCRAM-SHA-512{noformat}
>
>
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 7 months
[JBoss JIRA] (ISPN-12036) Automatic SerializationContextInitializer registration
by Tristan Tarrant (Jira)
[ https://issues.redhat.com/browse/ISPN-12036?page=com.atlassian.jira.plugi... ]
Tristan Tarrant updated ISPN-12036:
-----------------------------------
Sprint: DataGrid Sprint #46, DataGrid Sprint #47 (was: DataGrid Sprint #46, DataGrid Sprint #47, DataGrid Sprint #48)
> Automatic SerializationContextInitializer registration
> ------------------------------------------------------
>
> Key: ISPN-12036
> URL: https://issues.redhat.com/browse/ISPN-12036
> Project: Infinispan
> Issue Type: Enhancement
> Components: Configuration
> Reporter: Tristan Tarrant
> Assignee: Tristan Tarrant
> Priority: Major
> Fix For: 12.0.0.Dev01
>
>
> For usability and convenience, we should toggle the service attribute of the AutoProtoSchemaBuilder annotation to true so that service files are always generated.
> ProtobufMetadataManagerImpl should then automatically scan for services and register them.
>
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 7 months
[JBoss JIRA] (ISPN-11304) Allow scaling up without state transfer
by Tristan Tarrant (Jira)
[ https://issues.redhat.com/browse/ISPN-11304?page=com.atlassian.jira.plugi... ]
Tristan Tarrant updated ISPN-11304:
-----------------------------------
Sprint: DataGrid Sprint #40, DataGrid Sprint #46, DataGrid Sprint #47 (was: DataGrid Sprint #40, DataGrid Sprint #46, DataGrid Sprint #47, DataGrid Sprint #48)
> Allow scaling up without state transfer
> ---------------------------------------
>
> Key: ISPN-11304
> URL: https://issues.redhat.com/browse/ISPN-11304
> Project: Infinispan
> Issue Type: Feature Request
> Components: Core
> Affects Versions: 10.1.1.Final
> Reporter: Dan Berindei
> Assignee: Dan Berindei
> Priority: Major
> Fix For: 12.0.0.Dev01
>
>
> We should allow a cache to scale up without performing any state transfer, but without losing the data.
> To simplify things, the initial version will support a single owner, and will assume that only one node is being added at a time.
> The cache must be accessible remotely, but since information about the location of the keys is not accessible from the client, the client is expected to ignore ownership and use a round-robin access strategy.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 7 months
[JBoss JIRA] (ISPN-12038) RocksDB compression options incomplete and incorrectly applied
by Tristan Tarrant (Jira)
[ https://issues.redhat.com/browse/ISPN-12038?page=com.atlassian.jira.plugi... ]
Tristan Tarrant updated ISPN-12038:
-----------------------------------
Sprint: DataGrid Sprint #46, DataGrid Sprint #47 (was: DataGrid Sprint #46, DataGrid Sprint #47, DataGrid Sprint #48)
> RocksDB compression options incomplete and incorrectly applied
> --------------------------------------------------------------
>
> Key: ISPN-12038
> URL: https://issues.redhat.com/browse/ISPN-12038
> Project: Infinispan
> Issue Type: Bug
> Components: Loaders and Stores
> Affects Versions: 11.0.0.Final
> Reporter: Tristan Tarrant
> Assignee: Tristan Tarrant
> Priority: Major
> Fix For: 11.0.1.Final
>
>
> The RocksDB store compression configuration has several issues:
> * it uses string names which are not in sync with the library
> * some new compression options are missing (XPRESS and ZSTD)
> * the free-form properties for setting compression are always overwritten with the default store setting (NONE)
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 7 months