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

Spinner contradicting the result status #633

Open
stoch opened this issue Oct 15, 2019 · 0 comments
Open

Spinner contradicting the result status #633

stoch opened this issue Oct 15, 2019 · 0 comments
Labels

Comments

@stoch
Copy link
Contributor

stoch commented Oct 15, 2019

The following situation is inconsistent:
spinner is indicating a running execute/fetch while the result pane is iondicating a sucessful fetch with 0 rows:

image

observed in long running production query on SBS0:

SELECT
    W_ERRORTIME, W_APPLIC, W_PROCEDURE, W_TOPIC, W_SHORTID, W_BIHID, W_BOHID,
    W_MESSAGE, W_BDID
FROM
    SBS0_ADMIN.WARNING
WHERE
    W_APPLIC = 'PKG_AAA'
    AND W_TOPIC <> 'MISSING IMSI/IMPI'
    AND W_ERRORTIME > sysdate - 10
ORDER BY
    1 DESC
@stoch stoch added the bug label Oct 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant