
| Key: |
QFJ-385
|
| Type: |
Bug
|
| Status: |
Open
|
| Priority: |
Major
|
| Assignee: |
Unassigned
|
| Reporter: |
Mike Gu
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
If one SessionState reset() failed, it will throw a RuntimeError and cause all existed session failed. It's unacceptable.
public void reset() {
try {
messageStore.reset();
} catch (IOException e) {
throw new RuntimeError(e);
}
}
|
|
Description
|
If one SessionState reset() failed, it will throw a RuntimeError and cause all existed session failed. It's unacceptable.
public void reset() {
try {
messageStore.reset();
} catch (IOException e) {
throw new RuntimeError(e);
}
} |
Show » |
| There are no comments yet on this issue.
|
|