[GitHub] zookeeper issue #361: ZOOKEEPER-2892: Improve lazy initialize and close stre...

2017-09-11 Thread asdf2014
Github user asdf2014 commented on the issue:

https://github.com/apache/zookeeper/pull/361
  
@hanm Thanks for your suggestion. Conflicts has been fixed.


---


[GitHub] zookeeper issue #361: ZOOKEEPER-2892: Improve lazy initialize and close stre...

2017-09-06 Thread asdf2014
Github user asdf2014 commented on the issue:

https://github.com/apache/zookeeper/pull/361
  
@hanm It works, thx a lot. 👍 


---


[GitHub] zookeeper issue #361: ZOOKEEPER-2892: Improve lazy initialize and close stre...

2017-09-06 Thread asdf2014
Github user asdf2014 commented on the issue:

https://github.com/apache/zookeeper/pull/361
  
Okay, I'll try it.


---


[GitHub] zookeeper issue #361: ZOOKEEPER-2892: Improve lazy initialize and close stre...

2017-09-06 Thread hanm
Github user hanm commented on the issue:

https://github.com/apache/zookeeper/pull/361
  
Looks like a transient error, you can try retrigger Jenkins job by closing 
and reopening the pull request, or just generate a new commit hash (git commit 
--amend) and force push to remote.


---


[GitHub] zookeeper issue #361: ZOOKEEPER-2892: Improve lazy initialize and close stre...

2017-09-05 Thread asdf2014
Github user asdf2014 commented on the issue:

https://github.com/apache/zookeeper/pull/361
  
Seems like jenkins cannot work normally? @hanm 

```bash
GitHub pull request #361 to apache/zookeeper
[EnvInject] - Loading node environment variables.
ERROR: SEVERE ERROR occurs
org.jenkinsci.lib.envinject.EnvInjectException: java.io.IOException: Remote 
call on H5 failed
at 
org.jenkinsci.plugins.envinject.EnvInjectListener.loadEnvironmentVariablesNode(EnvInjectListener.java:86)
at 
org.jenkinsci.plugins.envinject.EnvInjectListener.setUpEnvironment(EnvInjectListener.java:43)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.createLauncher(AbstractBuild.java:528)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:448)
at hudson.model.Run.execute(Run.java:1735)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:405)
Caused by: java.io.IOException: Remote call on H5 failed
at hudson.remoting.Channel.call(Channel.java:838)
at hudson.FilePath.act(FilePath.java:1081)
at 
org.jenkinsci.plugins.envinject.service.EnvInjectActionSetter.addEnvVarsToRun(EnvInjectActionSetter.java:59)
at 
org.jenkinsci.plugins.envinject.EnvInjectListener.loadEnvironmentVariablesNode(EnvInjectListener.java:83)
... 7 more
Caused by: java.lang.OutOfMemoryError: Java heap space
ERROR: Step ?Archive the artifacts? failed: no workspace for 
PreCommit-ZOOKEEPER-github-pr-build #998
ERROR: Step ?Publish JUnit test result report? failed: no workspace for 
PreCommit-ZOOKEEPER-github-pr-build #998
[description-setter] Could not determine description.
Putting comment on the pull request
[EnvInject] - [ERROR] - SEVERE ERROR occurs: Remote call on H5 failed
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Sending email to: dev@zookeeper.apache.org
Warning: this build has no associated authentication, so build permissions 
may be lacking, and downstream projects which cannot even be seen by an 
anonymous user will be silently skipped
Finished: FAILURE
```


---