Hi Sankara,
Is this only for remote server instance and not
DAS?
Copying relevant folks so that they can take care
of this at their level.
If you can add some explanation to the bug-id, that would
be great too. Please help us understand why 64k is a better
number. Are there any tests run, required to run etc.?
The diff's look all right, BTW.
Thanks,
Kedar
sankara rao bhogi wrote:
> Kedar,
>
> I have a bug to increase default key point interval from 2048 to a
> higher value. I have changed the value from 2048 to 64K.
>
> Please review the changes.
>
> regards
> sankar
>
> cvs diff: Diffing .
> Index: default-config.xml
> ===================================================================
> RCS file: /cvs/glassfish/admin/templates/pe80/default-config.xml,v
> retrieving revision 1.6
> diff -r1.6 default-config.xml
> 133c133
> < <transaction-service automatic-recovery="true"
> timeout-in-seconds="0" tx-log-dir="${com.sun.aas.instanceRoot}/logs"
> heuristic-decision="rollback" keypoint-interval="2048"
> retry-timeout-in-seconds="600"/>
> ---
> > <transaction-service automatic-recovery="true"
> timeout-in-seconds="0" tx-log-dir="${com.sun.aas.instanceRoot}/logs"
> heuristic-decision="rollback" keypoint-interval="65536"
> retry-timeout-in-seconds="600"/>
> Index: default-domain.xml.template
> ===================================================================
> RCS file:
> /cvs/glassfish/admin/templates/pe80/default-domain.xml.template,v
> retrieving revision 1.65
> diff -r1.65 default-domain.xml.template
> 162c162
> < <transaction-service automatic-recovery="false"
> timeout-in-seconds="0" tx-log-dir="${com.sun.aas.instanceRoot}/logs"
> heuristic-decision="rollback" keypoint-interval="2048"
> retry-timeout-in-seconds="600"/>
> ---
> > <transaction-service automatic-recovery="false"
> timeout-in-seconds="0" tx-log-dir="${com.sun.aas.instanceRoot}/logs"
> heuristic-decision="rollback" keypoint-interval="65536"
> retry-timeout-in-seconds="600"/>
>
>
>