-
Notifications
You must be signed in to change notification settings - Fork 455
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
values are out of order from inner iterator after changing blockSize #2789
Comments
The same iuess, How to solve it? |
@gibbscullen @arnikola Is there any conclusion or solution to this iuess? At present, my cluster cannot find data if the query time exceeds 24 hours. I changed the blockSizeDuration from 8h to 4h and restarted all m3db nodes. When I found this problem, I changed the blockSizeDuration back to 8h. This problem did not solve. Help, thanks. |
@edgarasg are you able to share what resolved this issue for you? |
Nothing, I've had to delete all data in the cluster and start over.
…On Mon, 28 Dec 2020, 17:03 Gibbs Cullen, ***@***.***> wrote:
@edgarasg <https://github.com/edgarasg> are you able to share what
resolved this issue for you?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2789 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AD6PKSCDM3BDJVW5IU2UWTDSXCM2XANCNFSM4S22YNVQ>
.
|
@edgarasg, @wang1219 it is not possible to change the block size of an existing namespace: https://m3db.io/docs/operational_guide/namespace_configuration/#modifying-a-namespace |
That is what i expected. We can close this issue for now i suppose. |
@linasm I modified the blacksize because of another issue https://github.com/m3db/m3/issues/3032, I want the cluster to update the index faster. |
General Issues
After changing
blockSize
from 24h to 3h (deleted namespace, created new one with same name, but different blockSize and restarted all dbnodes one by one) we are now gettingvalues are out of order from inner iterator
errors on reads from Prometheus. Our m3coordinator instances are load balanced using haproxy.Also, after changing blockSize and restarting dbnode we got this error:
remote_write
andremote_read
.The text was updated successfully, but these errors were encountered: