Johan Andrén
60d918c490
Deprecate auto-fusing setting #22431
2017-03-15 09:15:18 +01:00
Martynas Mickevičius
11c513fda7
Merge pull request #22542 from 2m/wip-resize-mat-connections-2m
...
#22429 Resize connections array when needed
2017-03-13 19:43:50 +02:00
Martynas Mickevičius
9550e34394
#22429 Use Arrays.copy instead of scala builder
2017-03-13 14:52:56 +02:00
Johan Andrén
5ea2e0536c
Remove superflous ownerId fields in interpreter Connection #22447
2017-03-13 12:42:49 +01:00
Johannes Rudolph
d5660acb64
Merge pull request #22513 from jrudolph/jr/w/remove-most-asInstanceOfs-in-TraversalBuilder
...
Small improvements to TraversalBuilder
2017-03-13 09:43:55 +01:00
Martynas Mickevičius
4bb283b458
#22429 Resize connections array when needed
2017-03-13 09:49:25 +02:00
Patrik Nordwall
9f84be6d3e
optimize ins and outs of size <= 1
...
* avoid iterator allocation
2017-03-10 17:05:33 +01:00
Patrik Nordwall
305347d396
use new Array instead of Array.ofDim
...
* to avoid allocations of ClassTag and other overhead of ofDim
2017-03-10 17:02:02 +01:00
Patrik Nordwall
f542ce885c
optimize actor names
2017-03-10 17:02:01 +01:00
Patrik Nordwall
8156a45818
optimize Attributes
2017-03-10 17:02:01 +01:00
Konrad `ktoso` Malawski
67fd0cc0b6
=str #22438 make use of OptionVal in materializer internals
2017-03-10 10:44:43 +01:00
Johan Andrén
42fdf15d22
Restore interpreter debug output #22433
2017-03-09 17:04:46 +01:00
Johannes Rudolph
c1dfee64ae
=str simple signatures of methods having combineMat parameter + optimize ComposeReversed
...
Now all the `asInstanceOf` occurrences are bundled in a single place
(ComposeOp.apply and Transform.apply).
2017-03-09 15:43:21 +01:00
Patrik Nordwall
1a74b43cd6
include initialAttributes of GraphStage, #22463
...
* these must also be included via setAttributes because
because it will create island for async (dispatcher attribute)
* better actor name of GraphStageIsland, we need it in tests for
lookup of the actor
* this unlocks OutputStreamSourceSpec and InputStreamSinkSpec
2017-03-08 13:15:49 +01:00
Konrad `ktoso` Malawski
b8c7d116d5
+str #22425 re-implement sub-fusing with new materializer ( #22478 )
2017-03-08 13:10:36 +01:00
drewhk
c3c5065444
Wip 22430 make tlsspec pass again drewhk ( #22482 )
...
* #22430 Fix TLSSpec
* Remove unnecessary PushAttributes
* Almost fixing it...
2017-03-08 10:30:00 +01:00
drewhk
87d5b8f627
Wip fix islands drewhk ( #22475 )
...
* Fixed island application
* Switched to explicit island boundaries and fixed misapplied island tags
* Added missing attributes for non-stage backed Sinks
2017-03-07 14:26:18 +01:00
Patrik Nordwall
18c72ccf62
one more rename of stageName
2017-03-07 14:13:44 +01:00
Johannes Rudolph
3325ee23e2
=str #22430 add TlsModulePhase ( #22466 )
2017-03-07 12:39:15 +01:00
drewhk
c7c109db4a
Fix too early call to onIslandReady ( #22468 )
2017-03-07 10:55:46 +01:00
Patrik Nordwall
f6d45c1bc1
stream actor names, #22426 ( #22465 )
2017-03-07 10:43:18 +01:00
drewhk
b33339f13e
Make flowspec great again drewhk ( #22443 )
...
* #22435 : Make DirectProcessorModule work again
* #22435 : Fix attributes propagation for FanoutProcessor
* #22435 : Remove old "faulty-flow" spec
2017-03-03 10:49:34 +01:00
drewhk
a2203d7b13
#22424 : Use InputBuffer attribute for asynchronous inputs ( #22441 )
2017-03-02 13:44:19 +01:00
Endre Sándor Varga
ba63c7af8d
New materializer and layout
2017-03-01 16:18:55 +01:00