Export - CSV (All fields)
Export - CSV (Current fields)
- SPARK-11230
Add Outbox to cache the sending messages to resolve the message disorder issue - SPARK-11098
RPC message ordering is not guaranteed - SPARK-11097
Add connection established callback to lower level RPC layer so we don't need to check for new connections in NettyRpcHandler.receive - SPARK-11096
Post-hoc review Netty based RPC implementation - round 2 - SPARK-11079
Post-hoc review Netty based RPC implementation - round 1 - SPARK-11073
Remove akka dependency from SecurityManager - SPARK-9602
Remove 'Actor' from the comments - SPARK-7997
Remove the developer api SparkEnv.actorSystem and AkkaUtils - SPARK-7996
Deprecate the developer api SparkEnv.actorSystem - SPARK-7995
Remove AkkaRpcEnv and remove Akka from the dependencies of Core - SPARK-7994
Remove "StreamingContext.actorStream" - SPARK-7799
Move "StreamingContext.actorStream" to a separate project and deprecate it in StreamingContext - SPARK-7798
Move "AkkaRpcEnv" to a separate project - SPARK-7797
Remove "actorSystem" from SparkEnv - SPARK-7796
Use the new RPC implementation by default - SPARK-7223
Rename RPC askWithReply -> askWithReply, sendWithReply -> ask - SPARK-7174
Move calling `TaskScheduler.executorHeartbeatReceived` to another thread to avoid blocking the Akka thread pool - SPARK-6983
Update ReceiverTrackerActor to use the new Rpc interface - SPARK-6979
Replace JobScheduler.eventActor and JobGenerator.eventActor with EventLoop - SPARK-6602
Replace direct use of Akka with Spark RPC interface - SPARK-6490
Deprecate configurations for "askWithReply" and use new configuration names - SPARK-6280
Remove Akka systemName from Spark - SPARK-6028
Provide an alternative RPC implementation based on the network transport module - SPARK-5214
Add EventLoop and change DAGScheduler to an EventLoop - SPARK-5124
Standardize internal RPC interface
{"errorMessages":["jqlTooComplex"],"errors":{}}
[{"id":-1,"name":"My open issues","jql":"assignee = currentUser() AND resolution = Unresolved order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":true},{"id":-2,"name":"Reported by me","jql":"reporter = currentUser() order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":true},{"id":-4,"name":"All issues","jql":"order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-5,"name":"Open issues","jql":"resolution = Unresolved order by priority DESC,updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-9,"name":"Done issues","jql":"statusCategory = Done order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-3,"name":"Viewed recently","jql":"issuekey in issueHistory() order by lastViewed DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-6,"name":"Created recently","jql":"created >= -1w order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-7,"name":"Resolved recently","jql":"resolutiondate >= -1w order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-8,"name":"Updated recently","jql":"updated >= -1w order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false}]
0.3
0