id
int64
0
5.38k
issuekey
stringlengths
4
16
created
stringlengths
19
19
title
stringlengths
5
252
description
stringlengths
1
1.39M
storypoint
float64
0
100
717
XD-2942
04/10/2015 13:33:44
Add ftp source to default source modules
It would be nice to have a simple ftp source. I have to do it for one of my projects. Same as XD-2139 but for source modules.
2
718
XD-2948
04/14/2015 14:35:34
Document how to specify custom-modules location via Environment variable.
It is possible to specify the location of custom modules via the environment variable {{XD_CUSTOMMODULE_HOME}} which is provided by Spring Boot property key derivation mechanism (in this case derived from {{xd.customModule.home}}). This allows a user to specify a custom modules location that survives a complete wipe o...
1
719
XD-2949
04/15/2015 07:02:14
Error Message for "Missing Job Description" needs to be updated
When using the rest interface to create a Job with an empty description, used to generate the following exception, "Definition can not be empty". Now generates "XD112E:(pos 0): Unexpectedly ran out of input^". The correct error should be, "definition cannot be blank or null"
2
720
XD-2984
04/23/2015 13:31:28
xd-admin script fails when providing --hadoopDistro option
XD-2837 added back the --hadoopDistro option for xd-admin scripts. However, if I try to use it I get an error message saying: "--hadoopDistro" is not a valid option
3
721
XD-3000
04/27/2015 13:23:51
Enhance TupleCodec performance
Profile TupleCodec and implement performance optimizations
5
722
XD-3015
04/30/2015 07:42:41
RemoteFileToHadoopTests fails on 1.1.x
This error surfaced recently as a result of a fix to a bug in HostNotWindowsRule which disabled this test in all environments. Now the test has been reactivated it is failing on the 1.1.x branch. The test runs OK on master. {noformat} Encountered an error executing step step1-master in job job org.springframework.mess...
2
723
XD-3018
04/30/2015 12:17:44
Update to spring-data-hadoop 2.2.0.M1
We should update to use spring-data-hadoop 2.2.0.M1in order to use the fixes available for the HDFS writing there (syncable writes, timeout). A few things to keep in mind: - this updates Cloudera CDH to 5.3.3 - Kite version is now 1.0 - need to test the hdfs-dataset sink
2
724
XD-3022
04/30/2015 13:36:52
Kafka Message Bus ignores consumer concurrency when computing partition count
This is a combination of two issues: - the internal property `next.module.concurrency` is computed from `concurrency` when it should be computed from `consumer.concurrency` - even if `next.module.concurrency` is set, the KafkaMessageBus rejects it, since it's not set in SUPPORTED_CONSUMER_PROPERTIES As a result, the v...
3
725
XD-3029
05/06/2015 05:39:36
SqoopRunner class not found errror
We have installed the SpringXD 1.2 M1 release via the rpm and it seems that the sqoop-1.4.5-hadoop200.jar file are not part of the rpm. The sqoop jar file are not in the xd/lib directory. This is causing a problem during customer module development if we include the sqoop-1.4.5-hadoop200 dependency as part of the pom ...
2
726
XD-3036
05/07/2015 12:45:05
Fix section headers in reference TOC
See: http://docs.spring.io/spring-xd/docs/current-SNAPSHOT/reference/html/#_introduction_26 There should be chapter/section title before this.
1
727
XD-3047
05/11/2015 09:22:27
Complete Camera Ready DEBS submission
Complete and submit DEBS 2015 paper as described here: http://www.debs2015.org/camera-ready-instructions.html
5
728
XD-3048
05/11/2015 09:44:44
RabbitMQ queue cleanup uses wildcard unexpectedly
Calling the API to delete queues uses a wildcard-like behaviour unexpectedly. If I request to delete: {{test-1}} I expect it to delete streams named with the pattern: {{test-1.*}} For example, it would delete: {{test-1.0, test-1.1, etc}} In fact I believe it wildcards before and after the period, e.g.: {{test-1*...
1
729
XD-3051
05/13/2015 10:13:12
Gradle launch task is broken
Spring XD has a gradle task available in the build called launch that starts a single node instance. This is currently broken. The command I was using for this command was: {code} $ ./gradlew clean build -x test -x javadoc launch {code}
1
730
XD-3056
05/14/2015 03:23:49
Add a new source module to capture video frame from camera or video files
This is a source module for video ingestion: the modules captures video frames from a camera or from a video file. For camera, the frames are grabbed from the rtsp video stream. This module will generate message with the frame image (encoded with JPEG) as the payload.
8
731
XD-3063
05/15/2015 06:34:49
Add Property maxMessagesPerPoll to All Polled Sources
Polled message sources return only one message per poll by default. When polling, say, a file directory with many files, files will be emitted once per {{fixedDelay}}. As a user I need to configure a limit for the number of messages that will be emitted per poll.
3
732
XD-3064
05/15/2015 07:25:23
HdfsMongoDB Job failing due because of missing ID in Default Tuple
Looks to have been introduced by https://github.com/spring-projects/spring-xd/pull/1577 Deployment: single admin, 2 container deployment using +RabbitMQ+ as the transport. Below is a partial stacktrace (please check log for full stacktrace). Log is attached. {noformat) 2015-05-15 10:50:15,843 1.2.0.SNAP ERROR xdbus.job...
3
733
XD-3066
05/15/2015 09:34:42
Make Enum Conversions for ModuleOptions more lenient
If you have a an option *--mode=textLine*, presently the enum MUST be named *textLine*. I think it would improve the user-experience if we allowed users to pass in values such as: * --mode=textLine * --mode=text_line * --mode=TEXT_LINE
3
734
XD-3070
05/18/2015 08:08:17
Spike: introduce xolpoc-admin to XD Admin
The POC for XD on Lattice uses the following interface for module deployment: https://github.com/markfisher/xolpoc-admin/blob/master/src/main/java/xolpoc/spi/ModuleDeployer.java {code} public interface ModuleDeployer { void deploy(ModuleDescriptor descriptor); void undeploy(ModuleDescriptor descriptor); ModuleS...
5
735
XD-3078
05/19/2015 02:48:44
Spring XD admin fails to redeploy modules after Spring XD container successfully reconnectes to Zookeeper
We are running Spring XD 1.1.1 in our production environment and Zookeeper 3.4.5. Zookeeper is running in failover mode and consists of three independent nodes set up on three separate VMs. From time to time we get "Connection to Zookeeper Suspended" event which causes one of the containers in the cluster to be remove...
8
736
XD-3079
05/19/2015 09:01:17
Create a new Kerberos ticket instead of renew the current one
Running Spring-XD singlenode with a kerberized hadoop cluster on CDH 5.3.2. with JDK 1.7 and JCE 1.7. The kerberos ticket policies are: * expiration: 24 hours * renew: 7 days I need to keep the Spring XD server running constantly because my flows are always waiting for incoming files to be ingested into the HDFS, but ...
5
737
XD-3081
05/19/2015 12:45:57
When using file as a source and sink user can not use file sink --mode
Cluster Type: SingleNode Machine: Mac PR: https://github.com/spring-projects/spring-xd/pull/1624,https://github.com/spring-projects/spring-xd/pull/1626 Stream that reproduces the problem: {noformat} stream create foo --definition "filein: file --dir=/tmp/xd/a0180520-c7fa-4d9d-8cc3-e36fbf59496a --pattern=de59d1b8-f99c-4...
3
738
XD-3090
05/21/2015 07:36:03
JdbcHdfsTests sporadically fail
Acceptance tests sporadically fail after https://github.com/spring-projects/spring-xd/pull/1623 was merged XD-2309. Additional tests were added but used fixed timeouts. Will replace them with waitForJob.
2
739
XD-3092
05/21/2015 11:40:07
Synchronous deployment/undeployments
There are a range of issues (such as XD-3083, XD-2671) that are caused by asynchronous deployments issued by the REST API. The flow of events is: * deploy/undeploy request received by REST API * controller queues up request to be processed by supervisor * controller returns HTTP 2xx This proposal is to have the thread...
2
740
XD-3093
05/21/2015 12:18:02
Sqoop list-tables doesn't work oob
Commands from docs: xd:>job create sqoopListTables --definition "sqoop --command=list-tables" --deploy xd:>job launch --name sqoopListTables 2015-05-21 19:12:36,211 1.2.0.M1 ERROR task-scheduler-1 sqoop.SqoopTasklet - Sqoop job for 'list-tables' finished with exit code: 1 2015-05-21 19:12:36,212 1.2.0.M1 ERROR task-s...
1
741
XD-3100
05/26/2015 08:42:48
module.*.count > 1 duplicates messages on taps
Using module.name.count > 1 when deploying taps causes duplication of messages in those modules. This impacts balancing of the containers and modules in a cluster as messages should not be duplicated across modules if the same module is deployed twice to two containers in order to spread the load. We use taps quite he...
5
742
XD-3102
05/26/2015 09:13:59
Benchmark XD RC1 using Kafka 0.8.2 as transport
As a developer, I'd like to rerun _baseline_, _Tuple_, and _Serialized_ payloads, so I can compare the differences in performance between 0.8.1 and 0.8.2 Kafka releases. Sinks to be included in test: In-Memory Transport > Hdfs sink Direct Binding Transport > Hdfs Sink Kafka > Hdfs Sink
8
743
XD-3109
05/26/2015 22:01:52
SFTP socket closed error. Infinite loop
Having the follow messages poping up on xd log. It seems they are being generated indefinitely. Log files getting huge. [2015-05-27 15:57:51.039] boot - 2774 INFO [task-scheduler-1] --- jsch: kex: server: ssh-rsa,ssh-dss [2015-05-27 15:57:51.039] boot - 2774 INFO [task-scheduler-1] --- jsch: kex: server: aes256-c...
2
744
XD-3133
06/01/2015 17:24:41
Update YARN deployment classpath settings for HDP 2.2 and PHD 3.0
Need to update classpath settings for PHD 3.0 and HDP 2.2
1
745
XD-3136
06/02/2015 14:59:53
Example hashtag-count MR job fails when running XD on YARN with PHD 3.0
Running XD on YARN on PHD 3.0 Ambari install. Uploading and submitting a custom job fails with the following: {code} 2015-06-02 16:54:15,580 INFO [AsyncDispatcher event handler] org.apache.hadoop.mapreduce.v2.app.job.impl.TaskAttemptImpl: Diagnostics report from attempt_1433273561345_0009_m_000000_0: Error: java.lang...
5
746
XD-3147
06/04/2015 14:42:44
Composing Jobs via the DSL
h2. Narrative As a developer, I want to be able to construct jobs using a DSL similar to the current syntax for streams. h2. Back story Streams currently provide a DSL for assembling modules into flows (streams) that consist of a source, n processors, and a sink. While constructing the steps of jobs themselves would...
8
747
XD-3150
06/05/2015 06:59:25
the 'filepollhdfs' job fails on second submission
Definitions: >job create pollHdfs --definition "filepollhdfs --names=name,age" --deploy true >stream create csvStream --definition "file --mode=ref --dir=/Users/trisberg/Test/files --pattern=*.csv > queue:job:pollHdfs" --deploy Here is the exception: {code} org.springframework.data.hadoop.store.StoreException: Erro...
3
748
XD-3161
06/08/2015 14:40:09
Add CI Acceptance Test for 1.2.x
Need acceptance tests to run on the 1.2.X branch. Needs to be setup as a child of the Publish 1.2.x
3
749
XD-3164
06/08/2015 20:04:52
Kafka bus defaults configurable at producer/consumer level
As a developer, I want to be able to override Kafka bus defaults for module consumers and producers, so that I can finely tune performance and behaviour. Such properties should include - autoCommitEnabled,queueSize,maxWait,fetchSize for consumers - batchSize,batchTimeout for producers
3
750
XD-3176
06/10/2015 12:59:23
Using HDFS for custom module home doesn't work with Kerberized Hadoop cluster
I tried setting the xd.customModule.home property to point to a Kerberized Hadoop cluster with all usual security config settings provided. It failed with the following exception: {code} org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'moduleRegistry' defined in class path resour...
3
751
XD-3184
06/16/2015 06:59:32
Update spring-xd-yarn servers.yml with settings for HDP 2.2.6.0
We need to add the settings needed to run XD on YARN when using Hortonworks HDP 2.2.6.0 which is the version you now get when installing with Ambari.
1
752
XD-3188
06/18/2015 09:00:46
FileDeletionListener resolves resources once
In the {{filejdbc}} job, there is the option to delete the imported files. This functionality is created using a listener called the {{FileDeletionStepExecutionListener}}. When you run the job the first time with the {{--deleteFiles=true}}, everything works as expected. The second time you run the job, the files are...
1
753
XD-3189
06/18/2015 13:42:27
Testers need ability to wait for a file to be created in XD directory
User's need ability to wait for user specified time in millis for a file to be created in the XD directory. If file is not created in allotted time then return false else return true. Also check to see if a file exists in the XD directory.
3
754
XD-3206
06/24/2015 02:28:42
An error message occurs about the shortDescription (header-enricher)
Here is an error I got using the header-enricher from spring-xd-modules : {code:java} Field error in object 'info' on field 'shortDescription': rejected value [A Header Enricher to set message headers in a stream]; codes [Pattern.info.shortDescription,Pattern.shortDescription,Pattern.java.lang.String,Pattern]; argume...
1
755
XD-3208
06/24/2015 11:07:01
Change in file source breaks backward compatibility
With version 1.2.0 the option ref of the file source was removed and a new option mode was introduced. see XD-2850 and PR https://github.com/spring-projects/spring-xd/pull/1624. This means you have to destroy all streams using the ref option before you do an upgrade. It would have been much better to leave the ref ...
1
756
XD-3214
07/02/2015 06:21:13
Enabling security breaks Jobs page in Admin UI
After enabling Spring XD security in {{XD_HOME/config/servers.yml}}: {code} spring: profiles: admin security: basic: enabled: true realm: SpringXD xd: security: authentication: file: enabled: true users: user: password, ROLE_VIEW admin: password, ROLE_VIEW, R...
2
757
XD-3216
07/02/2015 15:27:26
On specific shutdown scenarios, the stream resumes from the start of the bus topic
https://github.com/spring-projects/spring-xd/issues/1727
2
758
XD-3222
07/07/2015 09:09:22
Find a way to connect Sqoop job to Teradata
As a user I would like to connect the Sqoop batch job to Teradata for import jobs. I have tried the Teradata JDBC driver directly using: {code}job create tdTest --definition "sqoop --command=import --args='--table Frequent_Flyers --connect jdbc:teradata://tdexpress/DATABASE=transportation --driver com.teradata.jdbc....
3
759
XD-3234
07/08/2015 09:01:03
Remove XML REST Endpoints
The XML REST endpoints: * are not working correctly * interfere with security * are not used
3
760
XD-3240
07/09/2015 04:02:50
Add better support for using control file with gpfdist
Currently only database connection info can be read from a control file yml format. Should add rest of the missing options to align how native format works.
2
761
XD-3241
07/09/2015 04:04:12
Add support for update in gpfdist sink
Currently we can only do plain inserts, should follow same logic from native gpfdist sink and add upserts.
1
762
XD-3261
07/16/2015 09:35:36
Update Groovy to 2.4.4
There is a vulnerability in Groovy that is fixed in 2.4.4: CVE-2015-3253: Remote execution of untrusted code See: http://groovy-lang.org/security.html http://mail-archives.apache.org/mod_mbox/incubator-groovy-users/201507.mbox/%3CCADQzvmmYC7RbZnsQ8O63XN4HCMYh9RGRdMiuWupVt=u=pjH8+g@mail.gmail.com%3E
1
763
XD-3262
07/16/2015 13:22:10
UI: Add Pagination to Containers Page
Add Pagination to Containers Page
2
764
XD-3263
07/16/2015 13:27:39
Pagination for containers, it is limited to only 20
Hi , Customer has 48 containers, but it only shows 20 containers. We need pagination to browse all containers.
2
765
XD-3266
07/20/2015 02:47:57
No pagination for Jobs / Deployments page in Admin UI
After successfully deploying 12 jobs the Jobs / Deployments page still shows only 10 results. It looks like {{http://localhost:9393/jobs/configurations.json?page=0&size=10}} always returns {{content.page.totalPages}} of 1 regardless of the {{size}} parameter.
2
766
XD-3295
07/24/2015 12:26:50
Spike: Determine options for configuring shared module dependencies
h2. Narrative As a developer, I'd like to be able to configure common dependencies for the entire environment. An example could be that I use MySql for my databases. I want to be able to configure the MySql driver once and have all modules use it. h2. Back story Spring Batch uses a database to store job state (the j...
8
767
XD-3296
07/24/2015 12:36:56
Spike: Design a tasks repository
h2. Narrative As a developer, I'd like to be able to run a boot jar as a task on CF and obtain the result reliably. h2. Back story Currently Lattice/Diego's tasks implementation provides the ability to run things as short lived tasks. However, obtaining the result of said task can be an issue. There are two ways to ...
8
768
XD-3298
07/24/2015 13:49:33
Create basic TaskLauncher
h2. Narrative As Spring XD, I will be able to launch Spring Boot jar files as Diego Tasks. h2. Back story The {{TaskLauncher}} will be responsible for listening for launch requests, looking up the definition in the {{TaskDescriptorRepository}}, and launching it. The first implementation of this would be a Receptor ba...
5
769
XD-3300
07/24/2015 14:35:06
Spike: Determine best way to centrally configure the job repository for batch jobs.
h2. Narrative As a developer, I need to be able to run batch jobs that use the centrally configured job repository to store job state. h2. Back story The XD containers each used a {{BatchConfigurer}} implementation ({{RuntimeBatchConfigurer}}) to add a consistent configuration for the job repository. This functionali...
5
770
XD-3306
07/30/2015 07:04:37
[Flo] Some streams can't be created using FLO
Trying to create streams from the flo UI may end up in weird exceptions, whereas doing the same thing (copying/pasting the stream) directly from XD shell works smoothly. This simple stream is an example, but this situation happens in multiple scenarios (for example using the same module several times with labels). {...
0
771
XD-3307
07/30/2015 11:29:01
Add support for offline module resolution
h2. Narrarive As a developer, I need to be able to test modules without pushing them to a remote maven repository. I should be able to do {{$ mvn install}} in my module project locally (which will install the artifact into my local repository) and have it resolvable by spring-cloud-streams.
5
772
XD-3308
07/30/2015 13:00:44
With Security - Unable to upload module
Once security is enabled, one cannot upload modules using the shell any longer.
2
773
XD-3335
08/04/2015 13:55:47
Kafka Source must set autoStartup=false on KafkaMessageDrivenChannelAdapter
If the value is not set, the source may start before being bound to the bus, throwing a "Dispatcher has no subscribers" error
3
774
XD-3358
08/06/2015 12:27:36
Admin UI deploys job with wrong module count
When deploying a job through admin UI with a count of 0 the module is actually deployed with count 1. More info here: [http://stackoverflow.com/questions/31858631/how-to-define-named-channel-consumer-module-deployment-properties]
2
775
XD-3373
08/07/2015 17:13:19
First deploy/launch of Pig job that includes yarn-site.xml file fails
Deploying and launching a Pig job that contains a yarn-site.xml config file fails on the first deploy after XD starts up. This happens consistently. The error is: Error: Could not find or load main class org.apache.hadoop.mapreduce.v2.app.MRAppMaster which indicates that the yarn-site.xml file never made it to the...
5
776
XD-3377
08/07/2015 21:10:47
Refactor Task parsing
Currently the DSL parsing for tasks is a copy and paste of what it is for streams (minus the ability to parse multiple modules). This results in a lot of duplication. This should be refactored to remove duplication and remove explicit references to either streams or tasks in common code.
8
777
XD-3385
08/10/2015 09:44:26
Can't build and run singlenode spring-cloud-data-rest app on Ubuntu
Building and then running spring-cloud-data-rest app on Ubuntu fails when trying to create the first stream. The configuration ends up with a CloudFoundryConfig instead of LocalConfig for the moduleDeployer. Env: Ubuntu 15.04 java version "1.8.0_51" Java(TM) SE Runtime Environment (build 1.8.0_51-b16) Java HotSpot(TM)...
3
778
XD-3387
08/11/2015 15:20:45
Hide the passwords in custom modules from being displayed.
Hi, Passwords are visibly when using custom modules. Attached is example custom module code and xd-shell script to reproduce the problem using stream module of type processor on Spring XD 1.2.1.RELEASE. Compile with Maven (mvn clean install) and run xd-shell script (xd-shell --cmdfile ./runme.cmd).
2
779
XD-3423
08/21/2015 09:02:37
Update Shell to support tasks
h2. Narrative As a user, I need to be able to deploy a task (boot jar) via the CLI. h2. Back story Since the concept of jobs as an explicit primitive within Spring XD is going away in spring-cloud-data, the shell needs to be updated to reflect that.
5
780
XD-3456
09/02/2015 17:02:56
Create infrastructure for Spring cloud task modules
Create Parent pom file for build Create .settings file Migrate Timestamp task from SCSM to SCTM.
3
781
XD-3469
09/10/2015 21:42:50
The new SCSM twitterstream module should produce same json as old XD source
The new SCSM twitterstream module uses a different format than XD 1.x source module. It should match what Twitter uses so existing processors etc. will continue to work.
3
782
XD-3503
09/24/2015 14:40:46
Document the setting of the CORS allow_origin property
We do set a default value in: xd/lib/spring-xd-dirt-1.2.1.RELEASE.jar/application.yml {code} ... xd: data: home: file:${XD_HOME}/data config: home: file:${XD_HOME}/config module: home: file:${XD_HOME}/modules customModule: home: file:${XD_HOME}/custom-modules ui: home: file:${XD_HOME}/spr...
2
783
XD-3509
09/28/2015 16:29:34
CORS issue when trying to use HTTP in singlenode
When I'm trying to send a json object to spring-xd I get the following error even though I opened up requests to allow all. XMLHttpRequest cannot load http://localhost:9000/. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:3000' is therefore not allowed access. ...
3
784
XD-3566
10/01/2015 14:39:32
TwitterStream test must use unique name to prevent test collision
XD Developer does not want the the twitter stream acceptance tests to interfere with other tests.
3
785
XD-3567
10/01/2015 22:44:39
Fix classpath and servlet container issues
Several issues with 1.3.0.M1 staged version - we now use Tomcat instead of Jetty which prevent s xd-admin from starting on YARN - we now have Guava 18.0 on classpath instead of 16.0.1 - xd-yarn push doesn't work, hadoop client for 2.7.1 needs Servlet API - updating Hadoop to 2.7.1 instead of 2.6.0 -- this causes...
3
786
XD-3568
10/02/2015 04:02:25
AdminServer fails on HDP 2.3
Submitting XD on YARN for HDP 2.3 fails due to some Solr issue in Boot - https://github.com/spring-projects/spring-boot/issues/2795 The xd-admin sysout is: {code} Started : AdminServerApplication Documentation: https://github.com/spring-projects/spring-xd/wiki 02:51:36,624 ERROR main boot.SpringApplication - Applic...
3
787
XD-3569
10/02/2015 16:05:53
ResourceModuleRegistry doesn't support HA namenode for hdfs custom module location
As an XD module developer I would like to use HDFS for my custom module location even when my namenode is configured for HA. We had an issue filed in the `spring-xd-ambari` project: "It seems like custom module doesn't pickup namenode HA? and still use NameNodeProxies.createNonHAProxy?" see: https://github.com/spri...
3
788
XD-3589
10/05/2015 18:40:45
Create Composed Job Module
h2. Narrative As an XD developer, I need to be able to create a composed job module as XML from the DSL an store it in the Module File repository. While the user uses the composed job as if it is a normal job including seeing only the DSL. In the background the JobFactory will deploy the composed job module. * When...
8
789
XD-3610
10/13/2015 02:04:44
Kafka source and sink headers shouldn't interfere with bus functionality
The Kafka sink should not make use of the message headers sent by the Kafka receivers in the Kafka bus. Similarly, the headers received from the Kafka source should not be propagated when sending to the Kakfa bus. https://github.com/spring-projects/spring-xd/issues/1804
1
790
XD-3613
10/13/2015 15:56:06
Multiple module instances consuming from taps or topics get duplicate messages on redis Message Bus
If I deploy more than one instance of a module (eg using module.name.count > 1 or module.name.count =0) that consumes from a tap or topic then I get duplicate messages if I’m using Redis as the message bus. It looks like this is the same issue as XD-3100 but the fix for that only fixed Rabbit as the message bus. This ...
5
791
XD-3632
10/19/2015 23:29:25
Reactor message handlers log completions at error level
(copied from https://github.com/spring-projects/spring-xd/issues/1810): While testing a reactive processor that I was building, I saw the following in my test environment's logs: {noformat} 2015-10-19 18:33:22.594 +1100 INFO/MetadataDrivenFlatFileSplitter:114 - Start splitting file=/tmp/junit8525530428026993137/junit...
0
792
XD-3645
10/27/2015 02:57:41
Tuple unable to serialize objects with nested arrays of objects
Serializing a tuple object with that have a nested array which contains objects (as a tuple) fails to serialize. The error is: {noformat} Caused by: com.fasterxml.jackson.databind.JsonMappingException: No serializer found for class org.springframework.xd.tuple.DefaultTupleConversionService and no properties discovered...
2
793
XD-3652
10/28/2015 18:46:20
The shell processor module cannot be stopped while blocked in receive()
Both lifecycle and send/receive methods are synchronized, so if the shell command processor is blocked reading from the script's input - e.g. when no proper terminator is sent by the script, the stop() method can't acquire the object lock and proceed stopping the instance, and therefore the module.
5
794
XD-3685
11/02/2015 20:54:40
Job Definitions page fails to display definitions if page
In this scenario we created 30 jobs that can be used for a composed job. if the composed job uses jobs in its composition that are not present on the first page of the of the result set the following exception is thrown. {noformat} 2015-11-02T14:47:17-0500 1.3.0.SNAP ERROR qtp1587928736-26 rest.RestControllerAdvic...
3
795
XD-3687
11/04/2015 16:37:10
Update Docs to add configs changes for Composed jobs
Need to add the following instructions to setup the configurations for the Batch Repo to Composed Job Docs to support parallel jobs: 1) uncomment and change the following from : ```spring: batch: # Configure other Spring Batch repository values. Most are typically not needed isolationLevel: ISOLATION_SERIALIZAT...
1
796
XD-3690
11/05/2015 21:23:45
Improve "Server Configuration - Database Configuration" section
Make it more clear what drivers need to be copied where. See - https://github.com/spring-projects/spring-xd/issues/1653
1
797
XD-3691
11/06/2015 02:14:48
Ensure Job definitions are escaped in UI
If using the definition <aaa || bbb> where the definition starts with a "<" and ends with a ">" the definition for the composed job does not appear on the definition page.
2
798
XD-3709
11/21/2015 16:59:25
Duplicate MBean Names With router Sink
For some reason, the Integration {{MBeanExporterHelper}} is not preventing the standard context {{MBeanExporter}} from exporting the {{AbstractMessageRouter}}. This should be suppressed (when an IMBE is present) because it's annotated {{@IntegrationManagedResource}}. Causes {{InstanceAlreadyExistsException}}. Workaro...
1
799
XD-3716
12/02/2015 23:15:01
Support Configuring the RabbitMessageBus MessagePropertiesConverter LongString Limit
http://stackoverflow.com/questions/34053997/passing-headerinformation-as-jsonobject-in-header-in-spring-xd
2
800
XD-3719
12/09/2015 06:21:39
Spring flo issue with unexpected char
In Flo when creating a stream if you use asterisk you get an error. See the image attached.
2
801
XD-3721
12/14/2015 18:40:55
XD Admin UI log out does not function properly
I am using XD 1.2.1.RELEASE. I have following environment variables XD_CONFIG_NAME = mycompany And SPRING_PROFILE_ACTIVE= prod, admin i have XD configuration file (mycompany-prod.yml) with following security configuration # Config to enable security on administration endpoints (consider adding ssl) spring: profi...
1
802
XD-3725
12/17/2015 18:11:37
EmbeddedHeadersMessageConverter Buffer Overflow
See https://github.com/spring-projects/spring-xd/issues/1871
1
803
XD-3730
01/08/2016 15:53:19
NPE in spring-integration when using kafka as message bus when using aggrzgation module
as stated in https://jira.spring.io/browse/INT-3908 sprint-integration in springxd can't use kafka as message bus in most case. Could it spring-xd integrat this fix for us to use it?
3
804
XD-3733
01/14/2016 13:10:10
Document redis pool properties in servers.yml
Add spring.redis.pool.* properties to server.yml, commented out to show default values., e.g., maxIdle: 8, minIdle: 0, maxActive: 8, maxWait: -1
1
805
XD-3736
02/01/2016 19:00:42
Rabbit Pub/Sub Consumers Should Support Concurrency
PubSub consumers can support concurrency since the threads are competing consumers on the queue.
2
806
XD-3737
02/02/2016 17:52:11
REST - Do not redirect after logout
In the following PR we removed the *RestLogoutSuccessHandler*. https://github.com/spring-projects/spring-xd/pull/1562 This is necessary, though, for REST calls and the Admin UI. Otherwise some weird UI behavior might occur due to the HTTP redirect.
1
807
XD-3738
02/03/2016 09:40:05
Encrypt secret information in XD configuration files
Spring XD keeps passwords in text files such sas servers.yml, properties files, and module configuration files. Some users have requested a way to store encrypted values rather than clear text. XD should provide a "hook" for users to provide a custom component to detect encrypted property values and decrypt them durin...
2
808
XD-3739
02/05/2016 16:01:49
Incorrect refresh period for groovy scripts
All modules that allow groovy implementations (filter, script, transform, router, tcpclient) allow automatic refresh of the script when it changes. In the XD documentation it is stated that this refresh occurs every minute eg for filter at http://docs.spring.io/spring-xd/docs/1.3.0.RELEASE/reference/html/#filter "The s...
5
809
XD-3743
02/17/2016 14:28:31
Update to Spring Integration 4.2.5 When Available (Fix Metrics)
See INT-3956
1
810
XD-3744
02/22/2016 15:27:31
Suppress DeliveryMode Header in RabbitMQ Source
Related to XD-2567 which fixed this problem, but only in the bus. {quote} 2016-02-19T18:25:24-0500 1.2.1.RELEASE WARN SimpleAsyncTaskExecutor-1 support.DefaultAmqpHeaderMapper - skipping header 'amqp_deliveryMode' since it is not of expected type [class org.springframework.amqp.core.MessageDeliveryMode], it is [class ...
1