Build failed in Jenkins: kafka-trunk-jdk7 #2096

2017-04-17 Thread Apache Jenkins Server
See Changes: [becket.qin] KAFKA-5075; Defer exception to the next pollOnce() if consumer's fetch -- [...truncated 185.90 KB...] kafka.server.DynamicConfigTest > shouldFai

[jira] [Commented] (KAFKA-5075) Defer exception to the next pollOnce() if consumer's fetch position has already increased

2017-04-17 Thread Jiangjie Qin (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15970771#comment-15970771 ] Jiangjie Qin commented on KAFKA-5075: - [~gwenshap] The patch has been checked in. Than

Jenkins build is back to normal : kafka-trunk-jdk7 #2097

2017-04-17 Thread Apache Jenkins Server
See

Newbie. Want to get started

2017-04-17 Thread Yaswanth Kumar
Hi, I am new to open source contribution. I want to get started with apache kafka. Can anyone help me find some bugs to work on and a mentor I can ask for help? Thanks in advance. Regards, Yaswanth Kumar

Jenkins build is back to normal : kafka-trunk-jdk8 #1428

2017-04-17 Thread Apache Jenkins Server
See

[jira] [Commented] (KAFKA-4979) Handcrafted JoinGroupRequest makes consumers on the same group to exit abruptly

2017-04-17 Thread Dan (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15971068#comment-15971068 ] Dan commented on KAFKA-4979: Thank you for the reply! I created the same request and got the

[jira] [Commented] (KAFKA-4862) Kafka client connect to a shutdown node will block for a long time

2017-04-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4862?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15971112#comment-15971112 ] ASF GitHub Bot commented on KAFKA-4862: --- GitHub user pengwei-li opened a pull reques

[GitHub] kafka pull request #2861: KAFKA-4862: Kafka client connect to a shutdown nod...

2017-04-17 Thread pengwei-li
GitHub user pengwei-li opened a pull request: https://github.com/apache/kafka/pull/2861 KAFKA-4862: Kafka client connect to a shutdown node will block for a long time Author: pengwei Reviewers: Jiangjie Qin @becketqin Modify: Add a connect ti

Re: [VOTE] 0.10.2.1 RC1

2017-04-17 Thread Mathieu Fenniak
+1 (non-binding) Upgraded KS & KC applications to 0.10.2.1 RC1, successfully ran application-level acceptance tests. Mathieu On Wed, Apr 12, 2017 at 6:25 PM, Gwen Shapira wrote: > Hello Kafka users, developers, client-developers, friends, romans, > citizens, etc, > > This is the second candid

[jira] [Updated] (KAFKA-4862) Kafka client connect to a shutdown node will block for a long time

2017-04-17 Thread Pengwei (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4862?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pengwei updated KAFKA-4862: --- Status: Patch Available (was: Open) > Kafka client connect to a shutdown node will block for a long time > --

Re: [VOTE] 0.10.2.1 RC1

2017-04-17 Thread Manikumar
+1 (non-binding) Verified artifacts and quick start On Mon, Apr 17, 2017 at 8:05 PM, Mathieu Fenniak < mathieu.fenn...@replicon.com> wrote: > +1 (non-binding) > > Upgraded KS & KC applications to 0.10.2.1 RC1, successfully ran > application-level acceptance tests. > > Mathieu > > > On Wed, Apr 1

Re: Newbie. Want to get started

2017-04-17 Thread Matthias J. Sax
Hi Yaswanth, thanks for your interest in Kafka! First, I would recommend to check out the wiki: https://cwiki.apache.org/confluence/display/KAFKA/Contributing+Code+Changes Here is a list of component maintainers (but it seems not to be up to date...) https://cwiki.apache.org/confluence/display/K

[GitHub] kafka pull request #2862: KAFKA-5076: remove usage of java.xml.bind.* classe...

2017-04-17 Thread xvrl
GitHub user xvrl opened a pull request: https://github.com/apache/kafka/pull/2862 KAFKA-5076: remove usage of java.xml.bind.* classes * replaces base64 from DatatypeConverter with Base64 introduced in JDK 8 Given that we plan to stop supporting Java 7 in 0.11 this should be

[jira] [Commented] (KAFKA-5076) Remove usage of java.xml.bind.* classes hidden by default in JDK9

2017-04-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15971321#comment-15971321 ] ASF GitHub Bot commented on KAFKA-5076: --- GitHub user xvrl opened a pull request:

[jira] [Created] (KAFKA-5077) Make server start script work against Java 9

2017-04-17 Thread JIRA
Xavier Léauté created KAFKA-5077: Summary: Make server start script work against Java 9 Key: KAFKA-5077 URL: https://issues.apache.org/jira/browse/KAFKA-5077 Project: Kafka Issue Type: Improv

[jira] [Updated] (KAFKA-5077) Make server start script work against Java 9

2017-04-17 Thread JIRA
[ https://issues.apache.org/jira/browse/KAFKA-5077?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xavier Léauté updated KAFKA-5077: - Description: Current start script fails with {{Unrecognized VM option 'PrintGCDateStamps'}} using

[GitHub] kafka pull request #2863: KAFKA-5077 fix GC logging arguments for Java 9

2017-04-17 Thread xvrl
GitHub user xvrl opened a pull request: https://github.com/apache/kafka/pull/2863 KAFKA-5077 fix GC logging arguments for Java 9 You can merge this pull request into a Git repository by running: $ git pull https://github.com/xvrl/kafka fix-jdk9-gc-logs Alternatively you can r

[jira] [Commented] (KAFKA-5077) Make server start script work against Java 9

2017-04-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5077?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15971406#comment-15971406 ] ASF GitHub Bot commented on KAFKA-5077: --- GitHub user xvrl opened a pull request:

[jira] [Created] (KAFKA-5078) PartitionRecords.fetchRecords(...) should defer exception to the next call if iterator has already moved across any valid record

2017-04-17 Thread Dong Lin (JIRA)
Dong Lin created KAFKA-5078: --- Summary: PartitionRecords.fetchRecords(...) should defer exception to the next call if iterator has already moved across any valid record Key: KAFKA-5078 URL: https://issues.apache.org/jira

[jira] [Updated] (KAFKA-5078) PartitionRecords.fetchRecords(...) should defer exception to the next call if iterator has already moved across any valid record

2017-04-17 Thread Dong Lin (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5078?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dong Lin updated KAFKA-5078: Description: Suppose there are two valid records followed by one invalid records in the FetchResponse.Parti

[GitHub] kafka pull request #2864: PartitionRecords.fetchRecords(...) should defer ex...

2017-04-17 Thread lindong28
GitHub user lindong28 opened a pull request: https://github.com/apache/kafka/pull/2864 PartitionRecords.fetchRecords(...) should defer exception to the next call if iterator has already moved across any valid record You can merge this pull request into a Git repository by running:

[jira] [Reopened] (KAFKA-4575) Transient failure in ConnectDistributedTest.test_pause_and_resume_sink in consuming messages after resuming sink connector

2017-04-17 Thread Ewen Cheslack-Postava (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ewen Cheslack-Postava reopened KAFKA-4575: -- Assignee: Konstantine Karantasis (was: Shikhar Bhushan) The test failed again

[jira] [Commented] (KAFKA-5075) Defer exception to the next pollOnce() if consumer's fetch position has already increased

2017-04-17 Thread Jason Gustafson (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15971565#comment-15971565 ] Jason Gustafson commented on KAFKA-5075: [~becket_qin] [~lindong] Seems like this

[jira] [Updated] (KAFKA-5078) PartitionRecords.fetchRecords(...) should defer exception to the next call if iterator has already moved across any valid record

2017-04-17 Thread Dong Lin (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5078?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dong Lin updated KAFKA-5078: Description: Suppose there are two valid records followed by one invalid records in the FetchResponse.Parti

[jira] [Updated] (KAFKA-4697) Simplify Streams Reset Tool

2017-04-17 Thread Matthias J. Sax (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4697?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias J. Sax updated KAFKA-4697: --- Affects Version/s: (was: 0.10.2.0) 0.10.0.0 0

[jira] [Updated] (KAFKA-4697) Simplify Streams Reset Tool

2017-04-17 Thread Matthias J. Sax (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4697?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias J. Sax updated KAFKA-4697: --- Description: Currently, deleting topics does not delete committed offsets. Thus, the reset to

[jira] [Updated] (KAFKA-5079) ProducerBounceTest fails occasionally with a SocketTimeoutException

2017-04-17 Thread Apurva Mehta (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5079?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apurva Mehta updated KAFKA-5079: Summary: ProducerBounceTest fails occasionally with a SocketTimeoutException (was: ProducerBounceTe

[jira] [Created] (KAFKA-5079) ProducerBounceTest fails occasionally with a SocetTimeoutException

2017-04-17 Thread Apurva Mehta (JIRA)
Apurva Mehta created KAFKA-5079: --- Summary: ProducerBounceTest fails occasionally with a SocetTimeoutException Key: KAFKA-5079 URL: https://issues.apache.org/jira/browse/KAFKA-5079 Project: Kafka

[jira] [Commented] (KAFKA-5075) Defer exception to the next pollOnce() if consumer's fetch position has already increased

2017-04-17 Thread Jiangjie Qin (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15971639#comment-15971639 ] Jiangjie Qin commented on KAFKA-5075: - [~hachikuji] I also think it is worth fixing. [

[jira] [Commented] (KAFKA-5079) ProducerBounceTest fails occasionally with a SocketTimeoutException

2017-04-17 Thread JIRA
[ https://issues.apache.org/jira/browse/KAFKA-5079?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15971735#comment-15971735 ] Xavier Léauté commented on KAFKA-5079: -- A possible workaround for failing PR builds w

[jira] [Created] (KAFKA-5080) Convert ProducerBounceTest to use the new KafkaConsumer

2017-04-17 Thread Apurva Mehta (JIRA)
Apurva Mehta created KAFKA-5080: --- Summary: Convert ProducerBounceTest to use the new KafkaConsumer Key: KAFKA-5080 URL: https://issues.apache.org/jira/browse/KAFKA-5080 Project: Kafka Issue Typ

[jira] [Assigned] (KAFKA-4850) RocksDb cannot use Bloom Filters

2017-04-17 Thread Bharat Viswanadham (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bharat Viswanadham reassigned KAFKA-4850: - Assignee: Bharat Viswanadham > RocksDb cannot use Bloom Filters > ---

[jira] [Commented] (KAFKA-4850) RocksDb cannot use Bloom Filters

2017-04-17 Thread Bharat Viswanadham (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15971864#comment-15971864 ] Bharat Viswanadham commented on KAFKA-4850: --- Hi [~enothereska] RocksDB v 5.2.1 i

[jira] [Comment Edited] (KAFKA-4850) RocksDb cannot use Bloom Filters

2017-04-17 Thread Bharat Viswanadham (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15971864#comment-15971864 ] Bharat Viswanadham edited comment on KAFKA-4850 at 4/18/17 12:10 AM: ---

[GitHub] kafka pull request #2831: KAFKA-5036 (Second part: Points 2 -> 5): Refactor ...

2017-04-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/kafka/pull/2831 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enab

[jira] [Commented] (KAFKA-5036) Followups from KIP-101

2017-04-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15971884#comment-15971884 ] ASF GitHub Bot commented on KAFKA-5036: --- Github user asfgit closed the pull request

Build failed in Jenkins: kafka-0.10.2-jdk7 #136

2017-04-17 Thread Apache Jenkins Server
See -- Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on qnode1 (ubuntu) in workspace

[jira] [Commented] (KAFKA-4850) RocksDb cannot use Bloom Filters

2017-04-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15971888#comment-15971888 ] ASF GitHub Bot commented on KAFKA-4850: --- GitHub user bharatviswa504 opened a pull re

[GitHub] kafka pull request #2865: KAFKA-4850: RocksDB using Bloomfilters

2017-04-17 Thread bharatviswa504
GitHub user bharatviswa504 opened a pull request: https://github.com/apache/kafka/pull/2865 KAFKA-4850: RocksDB using Bloomfilters You can merge this pull request into a Git repository by running: $ git pull https://github.com/bharatviswa504/kafka KAFKA-4850 Alternatively you

[jira] [Work started] (KAFKA-4850) RocksDb cannot use Bloom Filters

2017-04-17 Thread Bharat Viswanadham (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on KAFKA-4850 started by Bharat Viswanadham. - > RocksDb cannot use Bloom Filters > >

[jira] [Comment Edited] (KAFKA-4850) RocksDb cannot use Bloom Filters

2017-04-17 Thread Bharat Viswanadham (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15971864#comment-15971864 ] Bharat Viswanadham edited comment on KAFKA-4850 at 4/18/17 12:33 AM: ---

[jira] [Commented] (KAFKA-5075) Defer exception to the next pollOnce() if consumer's fetch position has already increased

2017-04-17 Thread Jiangjie Qin (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15971892#comment-15971892 ] Jiangjie Qin commented on KAFKA-5075: - [~hachikuji] [~gwenshap] I've cherry-picked the

[jira] [Commented] (KAFKA-5075) Defer exception to the next pollOnce() if consumer's fetch position has already increased

2017-04-17 Thread Jason Gustafson (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15971898#comment-15971898 ] Jason Gustafson commented on KAFKA-5075: Thanks [~becket_qin]! > Defer exception

[jira] [Commented] (KAFKA-4772) Exploit #peek to implement #print() and other methods

2017-04-17 Thread Raul Estrada (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15971906#comment-15971906 ] Raul Estrada commented on KAFKA-4772: - Hello [~mjsax] could you add me to the contribu

Build failed in Jenkins: kafka-0.10.2-jdk7 #137

2017-04-17 Thread Apache Jenkins Server
See -- [...truncated 2.56 KB...] at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:869) at hudson.remoting.RemoteInvocationHandler$

Build failed in Jenkins: kafka-trunk-jdk8 #1429

2017-04-17 Thread Apache Jenkins Server
See Changes: [junrao] KAFKA-5036; Second part: Points 2 -> 5): Refactor caching of Latest -- [...truncated 112.16 KB...] kafka.api.SaslScramSslEndToEndAuthorizationTest >

Build failed in Jenkins: kafka-trunk-jdk7 #2098

2017-04-17 Thread Apache Jenkins Server
See Changes: [junrao] KAFKA-5036; Second part: Points 2 -> 5): Refactor caching of Latest -- [...truncated 186.74 KB...] kafka.server.DynamicConfigTest > shouldFailLeader

[jira] [Commented] (KAFKA-5007) Kafka Replica Fetcher Thread- Resource Leak

2017-04-17 Thread Jun Rao (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5007?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15971929#comment-15971929 ] Jun Rao commented on KAFKA-5007: [~joseph.alias...@gmail.com], the socket leak could be at

Build failed in Jenkins: kafka-0.10.2-jdk7 #138

2017-04-17 Thread Apache Jenkins Server
See -- [...truncated 4.16 KB...] at ..remote call to qnode1(Native Method) at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1537) at hudson.rem

[GitHub] kafka pull request #2865: KAFKA-4850: RocksDB using Bloomfilters

2017-04-17 Thread bharatviswa504
Github user bharatviswa504 closed the pull request at: https://github.com/apache/kafka/pull/2865 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[jira] [Commented] (KAFKA-4850) RocksDb cannot use Bloom Filters

2017-04-17 Thread Bharat Viswanadham (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15971995#comment-15971995 ] Bharat Viswanadham commented on KAFKA-4850: --- This issue is not fixed in v5.2.1 ,

[jira] [Commented] (KAFKA-4850) RocksDb cannot use Bloom Filters

2017-04-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15971991#comment-15971991 ] ASF GitHub Bot commented on KAFKA-4850: --- Github user bharatviswa504 closed the pull

Build failed in Jenkins: kafka-0.10.2-jdk7 #139

2017-04-17 Thread Apache Jenkins Server
See -- [...truncated 4.16 KB...] at ..remote call to qnode1(Native Method) at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1537) at hudson.rem

[GitHub] kafka pull request #2866: MINOR: Improvements to PID snapshot management

2017-04-17 Thread hachikuji
GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/2866 MINOR: Improvements to PID snapshot management You can merge this pull request into a Git repository by running: $ git pull https://github.com/hachikuji/kafka improve-snapshot-management Al

[jira] [Commented] (KAFKA-4772) Exploit #peek to implement #print() and other methods

2017-04-17 Thread Matthias J. Sax (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15972048#comment-15972048 ] Matthias J. Sax commented on KAFKA-4772: As you can see, there is already a PR for

Re: [VOTE] 0.10.2.1 RC1

2017-04-17 Thread Gwen Shapira
Dear Kafka Users and Developers, Over the weekend Becket reported a new bug that exists in 0.10.2: https://issues.apache.org/jira/browse/KAFKA-5075 Dong Lin was kind and quick enough to resolve it. While this issue is not a regression, the bug does cause data loss and is therefore a serious one.

[jira] [Commented] (KAFKA-5010) Log cleaner crashed with BufferOverflowException when writing to the writeBuffer

2017-04-17 Thread huxi (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5010?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15972081#comment-15972081 ] huxi commented on KAFKA-5010: - [~ijuma] Is it due to the fact that Kafka chooses 1024 as the m

Build failed in Jenkins: kafka-0.10.2-jdk7 #140

2017-04-17 Thread Apache Jenkins Server
See -- [...truncated 2.54 KB...] at hudson.Launcher$LocalLauncher.launch(Launcher.java:846) at hudson.Launcher$ProcStarter.start(Launcher.java:384) at org.jenkins

Build failed in Jenkins: kafka-0.10.2-jdk7 #141

2017-04-17 Thread Apache Jenkins Server
See -- [...truncated 2.56 KB...] at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:869) at hudson.remoting.RemoteInvocationHandler$

Build failed in Jenkins: kafka-0.10.2-jdk7 #142

2017-04-17 Thread Apache Jenkins Server
See -- [...truncated 4.16 KB...] at ..remote call to qnode1(Native Method) at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1537) at hudson.rem

[jira] [Commented] (KAFKA-4850) RocksDb cannot use Bloom Filters

2017-04-17 Thread Eno Thereska (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15972198#comment-15972198 ] Eno Thereska commented on KAFKA-4850: - Thanks for checking [~bharatviswa]. I guess we'

Build failed in Jenkins: kafka-0.10.2-jdk7 #143

2017-04-17 Thread Apache Jenkins Server
See -- [...truncated 4.16 KB...] at ..remote call to qnode1(Native Method) at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1537) at hudson.rem