Project

General

Profile

Actions

Bug #3274

closed

IPCC_Base_Layers.xml work-flow gets out of memeory error

Added by Jing Tao almost 16 years ago. Updated almost 16 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
data access
Target version:
Start date:
05/05/2008
Due date:
% Done:

0%

Estimated time:
Bugzilla-Id:
3274

Description

When this work-flow tried to download 10 big data files, it can finish part of downloading - maybe 6 and the rest 4 will keep busy. From log message, we can find something like:
Exception in thread "Data ecogrid://knb/IPCC.200735416582829.1" java.lang.OutOfMemoryError: Java heap space
Exception in thread "Data ecogrid://knb/IPCC.200735416192871.1" java.lang.OutOfMemoryError: Java heap space
Exception in thread "Data ecogrid://knb/IPCC.200735417143125.1" java.lang.OutOfMemoryError: Java heap space
Exception in thread "Data ecogrid://knb/IPCC.200735416271261.1" java.lang.OutOfMemoryError: Java heap space

When I increase the heap size of Kepler to 1.2G (current value is 5M), the downloading can be done without any problem.

I went to through the downloading code again, it seems to me we use input and out stream, so not sure why it uses so many memory.

If it is possible we can remove this work-flow from this release?

Actions #1

Updated by Dan Higgins almost 16 years ago

Previously this workflow worked OK (during training in Jan 2008) so heap space usage would appear to be a 'new' problem !

Actions #2

Updated by Dan Higgins almost 16 years ago

heap size was 512M, not 5M; so I hope that is a typo in comment #1

Actions #3

Updated by Jing Tao almost 16 years ago

5M is a typo :)

Actions #4

Updated by Jing Tao almost 16 years ago

At end of January 2008, the src/org/ecoinformatics/ecogrid/queryservice/QueryServiceGetToStreamClient.java class somehow was modified - "_call.setStreaming(true);" were commented to fixed some issue. So our get client didn't stream data, did put data into memory.

Restoring this line doesn't seem to generate any issue, but helps kepler to fix this bug.

Ben checked a new version of org.ecoinformatics.ecogrid.AuthenticatedQueryService-stub.jar and I checked a new version of org.ecoinformatics.ecogrid.QueryService-stub.jar into kepler.

With the new jar file, both derik and i tested the work flow and the downloading worked. The bug seems to be fixed.

Actions #5

Updated by Redmine Admin about 11 years ago

Original Bugzilla ID was 3274

Actions

Also available in: Atom PDF