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

(JP) tcacheに載ったデータに対してSQLを多重実行すると、エラーが発生することがある #34

Closed
taiki-k opened this issue Jun 9, 2014 · 2 comments
Labels
bug developer confirmed the steps to reproduce the problem, and does not work as expected

Comments

@taiki-k
Copy link
Contributor

taiki-k commented Jun 9, 2014

tcacheに載ったデータに対してSQLを多重実行すると、エラーが発生することがあります。
現在のところ、bytea型のデータに対する操作で発生します。

  • エラーメッセージ
ERROR:  StromObject 0x7fa5f3c22018 (tag=1006) is not tracked
  • 実行したSQL
SELECT * FROM bytea_test WHERE bin BETWEEN '\xff00'::bytea AND '\xffff'::bytea ORDER BY id;

これを、pgbenchで多重実行。3多重程度から発生する。

  • 対象のテーブル
  Table "public.bytea_test"
 Column |  Type  | Modifiers
--------+--------+-----------
 id     | bigint | not null
 bin    | bytea  |
Indexes:
    "bytea_test_pkey" PRIMARY KEY, btree (id)
@kaigai
Copy link
Contributor

kaigai commented Jun 10, 2014

レポートありがとうございます。

少し6末までの予定がタイトになるつつあるため、バグに関しては同時実行に関するもの
よりは、シングル実行下でのものを優先して処理することにします。
(OLAPの性能指標がシングル実行の応答時間ですので)

@kaigai
Copy link
Contributor

kaigai commented Oct 27, 2014

コードベースが非常に古いので、一旦クローズ扱いとします。

tcache.c は deadcode/ ですし。

@kaigai kaigai closed this as completed Oct 27, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug developer confirmed the steps to reproduce the problem, and does not work as expected
Projects
None yet
Development

No branches or pull requests

2 participants