I've found new option is added to bin/standalone.conf and bin/domain.conf for RPM distro aka: JAVA_OPTS="$JAVA_OPTS -Djboss.modules.write-indexes=false" This option is missing in ZIP distro cfg. files. Is there any reason why this option is specified in RPM distro only? I think the root of problem is the same and in current state it can create an issue after OneOff patch application. This issue could be related to https://bugzilla.redhat.com/show_bug.cgi?id=920349.
I'm not sure if Component field filled as RPMs is correct because RPM based distro is all right and missing part is in ZIP (and could be in Installer as well)...
This is intentional, as recommended by Jason Greene.
Oh, BTW, he said we could (should?) keep it in the ZIPs, this not a bug.
Time goes over, now we don't need this parameters there at all due to direct in-memory implementation. This difference is still here - RPM side contains this parameter, but ZIP side doesn't. We should remove it at all. So the remaining part now is to remove it from RPM side. Because this is unapproved difference between ZIP and RPM, I'm proposing it as blocker for EAP-6.2.0.
Hi Jason, can we remove these parameters w/o risking indexes re-appearing and breaking up RHEV?
Yes you can remove them
Patch for the option removed in distgit for jbossas-standalone and jbossas-domain, will be in ER6.
The change has been committed, marking as MODIFIED.
Setting milestone as ER7 as the next RPM delivery is with ER7.
Marking this as ON_QA as the fix has been included in ER7.
Fixed in ER7 build.