Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] GAE error message is truncated tooooo aggressively #2864

Closed
sighingnow opened this issue Jun 12, 2023 · 1 comment · Fixed by #2876
Closed

[BUG] GAE error message is truncated tooooo aggressively #2864

sighingnow opened this issue Jun 12, 2023 · 1 comment · Fixed by #2876
Assignees
Labels
bug Something isn't working component:gae component:python good first issue Good for newcomers

Comments

@sighingnow
Copy link
Collaborator

Describe the bug

When the error message is

E0612 17:08:26.000000 2668291 /opt/gs-for-build/analytical_engine/core/server/dispatcher.cc:153] Worker 0: VineyardError occurred on worker 0: VineyardError occurred on worker 0: /opt/gs-for-build/analytical_engine/core/loader/arrow_fragment_loader.h:422: operator() -> Arrow error: IOError: Failed to open local file '/a'. Detail: [errno 2] No such file or directory

Python tells

AnalyticalEngineInternalError: VineyardError occurred on work ... [truncated]

A snippet of 30 chars is usually not enough to tell something useful.

@sighingnow sighingnow added bug Something isn't working good first issue Good for newcomers component:gae component:python labels Jun 12, 2023
@sighingnow sighingnow changed the title [BUG] GAE error message is truncated tooooo aggressive [BUG] GAE error message is truncated tooooo aggressively Jun 12, 2023
@acezen acezen self-assigned this Jun 13, 2023
@acezen
Copy link
Collaborator

acezen commented Jun 13, 2023

sighingnow pushed a commit that referenced this issue Jun 13, 2023
Fixes #2864

Signed-off-by: acezen <qiaozi.zwb@alibaba-inc.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working component:gae component:python good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants