We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ソーシャルTLはhomeTimelineとlocalTimelineの合成で、現在redisにキャッシュしたノートidをベースに取得している
homeTimelineかlocalTimelineのうち、古い方のノートidまでが一回のレスポンスに含まれるが、HTLとLTLではキャッシュの保存件数も違うため、キャッシュに含まれていない部分が正常にフォールバックされない(キャッシュの件数にも上限がある)
(現在は取得したノートidのリストをArray.flatten(1)で単純に合成しているため、この現象が起こる)
もしかしたらwithFilesなど複数のキーからノートidを合成して作成するTLでは同じ現象が起きるかもしれない
HTL、STLのノートがそれぞれ正常にDBにフォールバックされる
STLのノートの一部(ホーム投稿のノート)などが取得漏れを起こす
* Model and OS of the device(s): * Browser: * Server URL: * Misskey: 2024.2.0
* Installation Method or Hosting Service: * Misskey: 2024.2.0 * Node: * PostgreSQL: * Redis: * OS and Architecture:
The text was updated successfully, but these errors were encountered:
すこし分かりにくいので図解(横軸はノートの作成時刻)
Sorry, something went wrong.
tai-cha
Successfully merging a pull request may close this issue.
💡 Summary
ソーシャルTLはhomeTimelineとlocalTimelineの合成で、現在redisにキャッシュしたノートidをベースに取得している
homeTimelineかlocalTimelineのうち、古い方のノートidまでが一回のレスポンスに含まれるが、HTLとLTLではキャッシュの保存件数も違うため、キャッシュに含まれていない部分が正常にフォールバックされない(キャッシュの件数にも上限がある)
(現在は取得したノートidのリストをArray.flatten(1)で単純に合成しているため、この現象が起こる)
もしかしたらwithFilesなど複数のキーからノートidを合成して作成するTLでは同じ現象が起きるかもしれない
🥰 Expected Behavior
HTL、STLのノートがそれぞれ正常にDBにフォールバックされる
🤬 Actual Behavior
STLのノートの一部(ホーム投稿のノート)などが取得漏れを起こす
📝 Steps to Reproduce
💻 Frontend Environment
🛰 Backend Environment (for server admin)
Do you want to address this bug yourself?
The text was updated successfully, but these errors were encountered: