Thor Job failing due to unknown issue

EclWatch URL

Description

We are running in to a weird issue when we were trying to submit a job as shown below. another member form my team also ended with same issue when he tried submitting the same job. Looking for some help here to get this job going.

Conclusion

None

Activity

Show:

Gavin Halliday September 16, 2021 at 8:49 AM

The problem is that a DISTRIBUTE() operation was being optimized away, but DISTRIBUTE also has the effect of removing grouping, and in this case the input was grouped, and the lack of grouping was not being preserved when the DISTRIBUTE was removed.

I have released a fix for 8.4.0.

A temporary work around is to change in getAllBocaShellData.ecl(1920):

with_AML := with_AML_thor;

to

with_AML := NOCOMBINE(with_AML_thor);

although this will be worth removing once your are using a build that includes the fix (since it is preventing the optimization that caused the problem).

Keerthi Chandra Dandu September 14, 2021 at 3:14 PM

Hi Gavin,

I included the #option ('implicitSubSort', false) in my BWR, But still, it was failing. As the job is failing even after including the work around Gordon smith asked me to open a ticket to resolve this.

please look into WUID – W20210907-163657

Sever – 10.173.14.207

Gavin Halliday September 14, 2021 at 1:43 PM

Work around is #option ('implicitSubSort', false);

Keerthi Chandra Dandu September 8, 2021 at 7:23 PM

Failed WUID : W20210907-163657

Fixed
Pinned fields
Click on the next to a field label to start pinning.

Details

Components

Assignee

Reporter

Priority

Fix versions

Pull Request URL

Created September 8, 2021 at 7:16 PM
Updated September 16, 2021 at 2:01 PM
Resolved September 16, 2021 at 2:01 PM