kisho...@apache.org |
git commit: [S4-110] Adding commands to add new nodes and rebalance the task |
Thu, 03 Jan, 06:47 |
kisho...@apache.org |
[1/2] [S4-110] Formatting code to make the diff look better |
Thu, 03 Jan, 08:02 |
kisho...@apache.org |
[2/2] git commit: [S4-110] Formatting code to make the diff look better |
Thu, 03 Jan, 08:02 |
mmo...@apache.org |
git commit: Address review comments + provide more sender executors - use a throttling sender by default |
Fri, 04 Jan, 14:52 |
mmo...@apache.org |
git commit: Properly handle interruption |
Wed, 09 Jan, 15:26 |
mmo...@apache.org |
git commit: Fix http deployment |
Thu, 10 Jan, 12:37 |
mmo...@apache.org |
[2/2] git commit: Improve application and platform configuration |
Thu, 17 Jan, 15:49 |
mmo...@apache.org |
[1/2] Improve application and platform configuration |
Thu, 17 Jan, 15:49 |
mmo...@apache.org |
[1/2] git commit: Fix http deployment |
Fri, 18 Jan, 11:46 |
mmo...@apache.org |
[2/2] git commit: Merge branch 'S4-111' into dev |
Fri, 18 Jan, 11:46 |
mmo...@apache.org |
[13/15] git commit: Address review comments + provide more sender executors - use a throttling sender by default |
Fri, 18 Jan, 12:16 |
mmo...@apache.org |
[15/15] git commit: Merge branch 'S4-95' into dev |
Fri, 18 Jan, 12:16 |
mmo...@apache.org |
[14/15] git commit: Properly handle interruption |
Fri, 18 Jan, 12:16 |
mmo...@apache.org |
[10/15] git commit: Improve throttling and benchmark apps - limit number of pending messages for TCP channel - added benchmark app with internal communications |
Fri, 18 Jan, 12:16 |
mmo...@apache.org |
[9/15] git commit: Fix classloading issue - classes with dependency on the application classloader must be bound through the AppModule, and relevant classes now include Listener implementations for instance |
Fri, 18 Jan, 12:16 |
mmo...@apache.org |
[8/15] git commit: Performance improvements and configurability - clearly identify asynchronous stages and use configurable and injectable executors for each of them (deserialization, processing, serialization) - default executors for processing/sending |
Fri, 18 Jan, 12:16 |
mmo...@apache.org |
[6/15] git commit: disable proxy class dump (can still be used for debugging purposes) |
Fri, 18 Jan, 12:16 |
mmo...@apache.org |
[5/15] git commit: Use a custom module for loading app classes - can load from either current class path, or from fetched S4R (using S4RLoader) |
Fri, 18 Jan, 12:16 |
mmo...@apache.org |
[3/15] Performance improvements - upgraded kryo to version 2 - removed intermediate "EventMessage" class - refactored serialized message handling by using ByteBuffer instead of byte arrays (this reduces copies and allows further optimizations) - as a res |
Fri, 18 Jan, 12:16 |
mmo...@apache.org |
[2/15] git commit: Bind S4Metrics as an eager singleton |
Fri, 18 Jan, 12:16 |
mmo...@apache.org |
[12/15] git commit: Throttling and shedding improvements - use a load shedding stream executor by default (drops incoming events when local stream queue is full) - use a blocking sender executor by default - provide throttling executors with limit rate |
Fri, 18 Jan, 12:16 |
mmo...@apache.org |
[11/15] git commit: Asynch serialization by default + add synchro in injector - injector now only starts injecting when target consumers are all available (allows to easily check that no event is lost) |
Fri, 18 Jan, 12:16 |
mmo...@apache.org |
[7/15] Performance improvements and configurability - clearly identify asynchronous stages and use configurable and injectable executors for each of them (deserialization, processing, serialization) - default executors for processing/sending use throttli |
Fri, 18 Jan, 12:16 |
mmo...@apache.org |
[4/15] git commit: Performance improvements - upgraded kryo to version 2 - removed intermediate "EventMessage" class - refactored serialized message handling by using ByteBuffer instead of byte arrays (this reduces copies and allows further optimizations |
Fri, 18 Jan, 12:16 |
mmo...@apache.org |
[1/15] git commit: Add metrics and benchmarking framework - subproject/s4-benchmarks contains a simple benchmarking framework - metrics are placed at various places across the codebase - fixed a few potential race conditions |
Fri, 18 Jan, 12:16 |
mmo...@apache.org |
git commit: Improve application and platform configuration - added missing files |
Fri, 18 Jan, 15:57 |
mmo...@apache.org |
git commit: Fixed module loader tests + code that should not have been commented |
Mon, 21 Jan, 18:08 |
mmo...@apache.org |
[2/2] git commit: Merge branch 'S4-112' into dev |
Tue, 22 Jan, 09:54 |
mmo...@apache.org |
[1/2] git commit: Try first mavenCentral() and then mavenLocal() |
Tue, 22 Jan, 09:54 |
mmo...@apache.org |
git commit: S4-59 fixed s4-tools commands with new configuration scheme - also fixed some parameters names that needed an update + doc |
Tue, 22 Jan, 17:02 |
mmo...@apache.org |
git commit: S4-59 use -clean=false as default for zkServer command (since arity is 0) |
Tue, 22 Jan, 18:06 |
mmo...@apache.org |
[7/7] git commit: Merge branch 'S4-59' into dev - includes a few manual fixes for the merge |
Wed, 23 Jan, 22:35 |
mmo...@apache.org |
[6/7] git commit: S4-59 use -clean=false as default for zkServer command (since arity is 0) |
Wed, 23 Jan, 22:35 |
mmo...@apache.org |
[2/7] git commit: Improve application and platform configuration |
Wed, 23 Jan, 22:35 |
mmo...@apache.org |
[5/7] git commit: S4-59 fixed s4-tools commands with new configuration scheme - also fixed some parameters names that needed an update + doc |
Wed, 23 Jan, 22:35 |
mmo...@apache.org |
[4/7] git commit: Fixed module loader tests + code that should not have been commented |
Wed, 23 Jan, 22:35 |
mmo...@apache.org |
[3/7] git commit: Improve application and platform configuration - added missing files |
Wed, 23 Jan, 22:35 |
mmo...@apache.org |
[1/7] Improve application and platform configuration |
Wed, 23 Jan, 22:35 |
mmo...@apache.org |
[2/2] git commit: S4-108 Share Zookeeper connection within a node - build the connection through a provider, use singleton scope - updated some javadoc for S4-114 |
Thu, 24 Jan, 17:53 |
mmo...@apache.org |
[1/2] git commit: S4-114 extract interfaces from remote emitters, senders and streams - in order to allow for easy mocking and different implementations |
Thu, 24 Jan, 17:53 |
mmo...@apache.org |
[3/3] git commit: Merge branch 'S4-114' into dev |
Fri, 25 Jan, 15:21 |
mmo...@apache.org |
[2/3] git commit: S4-108 Share Zookeeper connection within a node - build the connection through a provider, use singleton scope - updated some javadoc for S4-114 |
Fri, 25 Jan, 15:21 |
mmo...@apache.org |
[1/3] git commit: S4-114 extract interfaces from remote emitters, senders and streams - in order to allow for easy mocking and different implementations |
Fri, 25 Jan, 15:21 |