-
Bug
-
Resolution: Fixed
-
P4
-
None
-
repo-crac
-
None
FD policies are applied as the last set of JDK resources. When these are meant to close server sockets, it’s rather too late: open epollfd won’t be closed automatically as these have the socket registered when we the automatic close is performed.
We can apply FD policies on sockets and close these if requested before EPoll FD handling. The downside is that we would not handle sockets opened during checkpoint, but generally the application should not do that.
We can apply FD policies on sockets and close these if requested before EPoll FD handling. The downside is that we would not handle sockets opened during checkpoint, but generally the application should not do that.
- links to
-
Commit(crac) openjdk/crac/cbf20c2e
-
Review(crac) openjdk/crac/202