On Mon, Mar 1, 2010 at 6:37 AM, Steve Loughran <[email protected]> wrote:
> Todd Lipcon wrote:
>>
>> On Thu, Feb 25, 2010 at 11:09 AM, Scott Carey
>> <[email protected]>wrote:
>
>>
>>> I have found some notes that suggest that "-XX:-ReduceInitialCardMarks"
>>> will work around some known crash problems with 6u18, but that may be
>>> unrelated.
>>>
>>>
>> Yep, I think that is probably a likely workaround as well. For now I'm
>> recommending downgrade to our clients, rather than introducing cryptic XX
>> flags :)
>>
>
> lots of bugreps come in once you search for ReduceInitialCardMarks
>
> Looks like a feature has been turned on :
> http://bugs.sun.com/view_bug.do?bug_id=6889757
>
> and now it is in wide-beta-test
>
> http://bugs.sun.com/view_bug.do?bug_id=6888898
> http://permalink.gmane.org/gmane.comp.lang.scala/19228
>
> Looks like the root cause is a new Garbage Collector, one that is still
> settling down. The ReduceInitialCardMarks flag is tuning the GC, but it is
> the GC itself that is possibly playing up, or it is a old GC + some new
> features. Either way: trouble.
>
> -steve
>

FYI. We are still running:
[r...@nyhadoopdata10 ~]# java -version
java version "1.6.0_15"
Java(TM) SE Runtime Environment (build 1.6.0_15-b03)
Java HotSpot(TM) 64-Bit Server VM (build 14.1-b02, mixed mode)

u14 added support for the 64bit compressed memory pointers which
seemed important due to the fact that hadoop can be memory hungry. u15
has been stable in our deployments. Not saying you should not go
newer, but I would not go older then u14.

Reply via email to