Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[JENKINS-51841,JENKINS-51843] - Fix the command receiver logic #1

Conversation

oleg-nenashev
Copy link

@oleg-nenashev oleg-nenashev commented Jun 10, 2018

Fixes issues with the channel operation over Kafka

  • - JENKINS-51841 - use standard Command deserialization logic so that we do not get into class proxy issues
  • - JENKINS-51843 - fix the Command receiver logic so that it does not longer lose messages

Downstream of jenkinsci/remoting#276

@pvtuan10

@pvtuan10 pvtuan10 merged commit 22f00bc into pvtuan10:feature/agent-command-invocation Jun 10, 2018
pvtuan10 added a commit that referenced this pull request Jun 11, 2018
* Create maven multi-module project

* Add docker configuration

* Update naming, version and pom structure
pvtuan10 added a commit that referenced this pull request Jun 11, 2018
…ation (for agents) (jenkinsci#3)

* Engine implementation in agent side

* [JENKINS-51841,JENKINS-51843] - Fix the command receiver logic (#1)

* Use ConcurrentBlockingQueue instead of LinkedList to avoid threading problems
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants