[JBoss JIRA] (ISPN-8726) Implement the binary memcached protocol
by Tristan Tarrant (JIRA)
Tristan Tarrant created ISPN-8726:
-------------------------------------
Summary: Implement the binary memcached protocol
Key: ISPN-8726
URL: https://issues.jboss.org/browse/ISPN-8726
Project: Infinispan
Issue Type: Enhancement
Components: Memcached, Server
Reporter: Tristan Tarrant
In order to symmetrically provide security features to all the endpoints, the memcached endpoint needs to support the binary protocol as that is the only one that allows TLS encryption and SASL authn.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 2 months
[JBoss JIRA] (ISPN-8725) Document REST server changes
by Gustavo Fernandes (JIRA)
Gustavo Fernandes created ISPN-8725:
---------------------------------------
Summary: Document REST server changes
Key: ISPN-8725
URL: https://issues.jboss.org/browse/ISPN-8725
Project: Infinispan
Issue Type: Task
Components: Documentation-Servers
Reporter: Gustavo Fernandes
Including:
* MediaType config
* MediaType negotiation
* Standard formats supported: text, octet-stream, form-encoded, object
* Transcoders: JSON, XML, Protostream
* Query over REST
* Different key types with extra headers
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 2 months
[JBoss JIRA] (ISPN-3421) Transaction is sometimes not applied on all owners if originator dies during commit
by Alon Greenland (JIRA)
[ https://issues.jboss.org/browse/ISPN-3421?page=com.atlassian.jira.plugin.... ]
Alon Greenland commented on ISPN-3421:
--------------------------------------
Is this bug still present in the current version (9.1) or is fixed in 6.0.0 as indicated by:
"Fix Version/s 6.0.0.Final"
but somehow forgotten to be closed?
> Transaction is sometimes not applied on all owners if originator dies during commit
> -----------------------------------------------------------------------------------
>
> Key: ISPN-3421
> URL: https://issues.jboss.org/browse/ISPN-3421
> Project: Infinispan
> Issue Type: Bug
> Components: State Transfer
> Affects Versions: 5.2.7.Final
> Reporter: Erik Salter
> Assignee: Dan Berindei
> Priority: Critical
>
> There's a hole in state transfer mechanism that can occur when a node is leaving the cluster, but it was creating the entries and was only able to replicate the data to some of the nodes.
> The problem occurs when the segment ownership of the node doesn't change after the rebalance. Since state transfer does not request state for keys in which it is already an owner, the cache could be left in a state where a key is resident < numOwners nodes. In addition, this could be any subset of the primary OR backup nodes.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 2 months
[JBoss JIRA] (ISPN-7765) Allow HotRodDecoder to be shared between Netty pipelines
by Radim Vansa (JIRA)
[ https://issues.jboss.org/browse/ISPN-7765?page=com.atlassian.jira.plugin.... ]
Radim Vansa commented on ISPN-7765:
-----------------------------------
I think that we could make the server more effective if we tightly bind the decoder to channel/currently processed request. That way we don't have to re-allocate some data structures (e.g. CacheDecodeContext) for each request. The number of open channels should be small (limited) compared to number of requests executed on these.
> Allow HotRodDecoder to be shared between Netty pipelines
> --------------------------------------------------------
>
> Key: ISPN-7765
> URL: https://issues.jboss.org/browse/ISPN-7765
> Project: Infinispan
> Issue Type: Enhancement
> Reporter: Sebastian Łaskawiec
> Assignee: William Burns
>
> Currently {{HotRodDecoder}} instance can not be shared between Netty pipelines as {{HotRodEncoder}}. Currently each pipeline creates its own instance by calling:
> {code}
> server.getDecoder()
> {code}
> in {{NettyChannelInitializer#initializeChannel}}. We could probably make it a bit more efficient (or limit allocation rate at least) if we allow sharing single instance between pipelines.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 2 months