Bug 902711
| Summary: | execute(Runnable) of DistributedExecutorService doesn't show exception message in case of failure of Runnable | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Data Grid 6 | Reporter: | Anna Manukyan <amanukya> |
| Component: | Infinispan | Assignee: | Tristan Tarrant <ttarrant> |
| Status: | CLOSED WONTFIX | QA Contact: | Martin Gencur <mgencur> |
| Severity: | low | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.1.0 | CC: | jdg-bugs, myarboro |
| Target Milestone: | --- | ||
| Target Release: | 6.1.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-02-22 09:06:11 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Anna Manukyan
2013-01-22 10:20:25 UTC
Galder ZamarreƱo <galder.zamarreno> made a comment on jira ISPN-2717 Anna, are you sure about this? If the executable is invoked locally, any throwable should be logged: https://github.com/infinispan/infinispan/blob/master/core/src/main/java/org/infinispan/distexec/DefaultExecutorService.java#L1112 Even if the execution is remote, logging happens: https://github.com/infinispan/infinispan/blob/master/core/src/main/java/org/infinispan/distexec/DefaultExecutorService.java#L1074 That test does not wait for the execution to finish, so it could happen that the JVM stops before it's executed the code and it's printed the exception. Rejecting this for the moment until more proof is provided on the existence of a bug. Galder ZamarreƱo <galder.zamarreno> updated the status of jira ISPN-2717 to Resolved |