[
https://issues.apache.org/jira/browse/IGNITE-7024?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16437100#comment-16437100
]
ASF GitHub Bot commented on IGNITE-7024:
----------------------------------------
GitHub user NSAmelchev opened a pull request:
https://github.com/apache/ignite/pull/3815
IGNITE-7024
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/NSAmelchev/ignite ignite-7024
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/3815.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #3815
----
commit 11424e9eeefc8fe1b8575623c18a8d565a376ab9
Author: NSAmelchev <nsamelchev@...>
Date: 2017-11-28T14:25:13Z
Merge remote-tracking branch 'refs/remotes/apache/master'
commit 0b16700731bda414b8d7921f2c098c5ad1b6540b
Author: NSAmelchev <nsamelchev@...>
Date: 2018-01-19T09:46:31Z
Merge remote-tracking branch 'refs/remotes/apache/master'
commit 0de054fe0a1ae41db58a67d3387d08deaf6d22e2
Author: NSAmelchev <nsamelchev@...>
Date: 2018-02-27T11:00:41Z
Merge remote-tracking branch 'apache/master'
commit 29cb0f44d25621d1e41e00d504c3e7bf44c1d735
Author: NSAmelchev <nsamelchev@...>
Date: 2018-03-15T10:58:37Z
Merge pull request #20 from apache/master
merge
commit 9b0f16930a5e1da4ef3a528b7879cd1fca5307f7
Author: NSAmelchev <nsamelchev@...>
Date: 2018-03-20T08:17:26Z
Merge pull request #21 from apache/master
Merge
commit d888d0e2b5fda995d1aa8e59f51bc181cfd6ca27
Author: NSAmelchev <nsamelchev@...>
Date: 2018-04-10T13:48:07Z
Merge pull request #23 from apache/master
Merge
commit 9d38430687843530d71b5fdb1218534cb2e4985d
Author: NSAmelchev <nsamelchev@...>
Date: 2018-04-12T13:55:02Z
Merge pull request #24 from apache/master
Merge
commit 0e00f13c7ac7496d16ff31015e87572041facdee
Author: NSAmelchev <nsamelchev@...>
Date: 2018-04-13T09:55:27Z
squash comression
----
> Introduce some kind of network compression
> ------------------------------------------
>
> Key: IGNITE-7024
> URL: https://issues.apache.org/jira/browse/IGNITE-7024
> Project: Ignite
> Issue Type: New Feature
> Affects Versions: 2.3
> Reporter: Amelchev Nikita
> Assignee: Amelchev Nikita
> Priority: Major
> Fix For: 2.5
>
>
> Introduce some kind of pluggable compression at network level
> The main idea is using in-line compression and writes encoded bytes in
> network channel by bytes array buffer. It allows us avoiding expensive
> memory allocation.
> A solution may be implemented at TcpCommunicationSpi level.
> For example, introduce Compressor interface which will allow us to describe
> our compression strategy, for example, exclude some small messages, choose
> compression algorithm and other…
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)