Hi there!
I've just applied the update from 3.10.0. to 3.10.1.
I've downloaded the deb file, stopped openfire and installed using "dpkg -i openfire_3.10.1_all.deb".
First thing i noticed: nothing is complaining about java nice work here!
No "--ignore-depends=openjdk-7-jre" was needed.
But shortly after the update is saw this:
And from what I can tell there is still a Bug with 100% CPU usage.
I did have a quick look with strace on the crazy thread:
...
read(217, "", 128) | = 0 |
gettimeofday({1434534355, 485756}, NULL) = 0
gettimeofday({1434534355, 485798}, NULL) = 0
gettimeofday({1434534355, 485815}, NULL) = 0
epoll_wait(49, {{EPOLLIN|EPOLLERR|EPOLLHUP, {u32=217, u64=16704004399789244633}}}, 4096, 1000) = 1
...
this repeats very fast. maybe its a indication for whats going on.
Let me know how i can help you with logs or stack traces.
Kind regards