Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16

Thread: TCP Endpoint - binary incoming transfer - high cpu load

  1. #11
    Join Date
    Mar 2010
    Location
    Gtr Philadelphia, PA
    Posts
    2,020

    Default

    This is not the final fix, but it should work around it for you...

    Code:
    git clone https://github.com/garyrussell/spring-integration.git
    git checkout cpu
    ./gradlew install
    Then update your pom to use 2.1.4.BUILD-SNAPSHOT

    Please open a JIRA issue here... https://jira.springsource.org/browse/INT
    Gary P. Russell
    Spring Integration Team
    SpringSource, a division of VMware

  2. #12

    Default

    Yup, you got it ! Thanks!

    After downgrading spring to 3.0.7 i've got 10MB file in 300ms and everything is working right now very well. !

  3. #13

    Default

    Quote Originally Posted by Gary Russell View Post
    This is not the final fix, but it should work around it for you...

    Code:
    git clone https://github.com/garyrussell/spring-integration.git
    git checkout cpu
    ./gradlew install
    Then update your pom to use 2.1.4.BUILD-SNAPSHOT

    Please open a JIRA issue here... https://jira.springsource.org/browse/INT
    Thanks, i'll try it. Tomorrow i'll open this regression issue ticket.

  4. #14

    Default

    Created: https://jira.springsource.org/browse/INT-2650

    But i assume as a assignee You already know it

  5. #15
    Join Date
    Mar 2010
    Location
    Gtr Philadelphia, PA
    Posts
    2,020

    Default

    Thanks; the fix is in master now; we will probably cut a 2.1.4 at the end of the month; will that work for you? Or, do you need it sooner?
    Gary P. Russell
    Spring Integration Team
    SpringSource, a division of VMware

  6. #16

    Default

    Quote Originally Posted by Gary Russell View Post
    Thanks; the fix is in master now; we will probably cut a 2.1.4 at the end of the month; will that work for you? Or, do you need it sooner?
    Not a problem. I'm in a middle of the project and this timeline fits me very well. Thank you for a quick solution !

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •