You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bookkeeper operator does not work with Bookkeeper 4.11.x. The reason is that Bookkeeper 4.11.x switched to JDK 11 and some of the JVM options used in the Bookkeeper Operator i.e., AggressiveOpts, PrintGCDateStamps and MaxRAMFraction are either deprecated or invalid for JDK 11.
Importance
must have
Location
pkg/controller/bookkeepercluster/bookie.go
Suggestions for an improvement
Deprecated option XX:MaxRAMFraction can be replaced with XX:MaxRAMPercentage
The text was updated successfully, but these errors were encountered:
Description
Bookkeeper operator does not work with Bookkeeper 4.11.x. The reason is that Bookkeeper 4.11.x switched to JDK 11 and some of the JVM options used in the Bookkeeper Operator i.e.,
AggressiveOpts
,PrintGCDateStamps
andMaxRAMFraction
are either deprecated or invalid for JDK 11.Importance
must have
Location
pkg/controller/bookkeepercluster/bookie.go
Suggestions for an improvement
Deprecated option
XX:MaxRAMFraction
can be replaced withXX:MaxRAMPercentage
The text was updated successfully, but these errors were encountered: