Closed fengttt closed 6 months ago
And this,
| internal error: can not g | internal error: can not get the schema | internal error: can not get the schema (1) Wraps: (2) -- stack trace: | github.com/matrixorigin/matrixone/pkg/cnservice/upgrader.(Upgrader).GetCurrentSchema | /go/src/github.com/matrixorigin/matrixone/pkg/cnservice/upgrader/upgrader.go:79 | github.com/matrixorigin/matrixone/pkg/cnservice/upgrader.(Upgrader).UpgradeNewViewColumn | /go/src/github.com/matrixorigin/matrixone/pkg/cnservice/upgrader/upgrader.go:208 | github.com/matrixorigin/matrixone/pkg/cnservice/upgrader.(Upgrader).Upgrade | /go/src/github.com/matrixorigin/matrixone/pkg/cnservice/upgrader/upgrader.go:171 | github.com/matrixorigin/matrixone/pkg/cnservice.(service).upgrade
Looking
正在看 已经找到问题
The problem is that the upgrader only support limited column types now.
Will add current required.
A similar error in loki. fix them together
https://github.com/matrixorigin/matrixone/pull/12409
one pr to fix the found problem for mo_cache upgrade
Pending
Blocked on another pr
但是为什么column name 和type 弄错的问题, 还没复现, 这个只能留到1.2了
Pending
Pending
Pending
This issue has re-occurred in MO Cloud FreeTier01 (running 1.1-dev)
Graphana Link: here
The upgrade failure could be the root cause for https://github.com/matrixorigin/matrixone/issues/13038
I wanted to check, why are we ignoring the error returned by ug.Upgrade(moServerCtx) here
Incase of an upgrade failure we should panic and let the user know that the upgrade is not successful.
等待处理
Pending
Pending
Pending
Pending
Pending
Pending
Pending
Pending
Pending
未投入
The fix for this bug depends on the refactoring of the framework upgrade #13633
fixing
PR has been submitted
PR has been submitted
PR has been submitted
PR has been submitted
处理中
处理中
Pending processing
待合并
The issue has been resolved and PR has been submitted. Please verify and test it @fengttt @sukki37 @aressu1985 @daviszhen
Is there an existing issue for the same bug?
Environment
Actual Behavior
| internal error: unknown d | internal error: unknown data type collati | internal error: unknown data type collati (1) Wraps: (2) -- stack trace: | github.com/matrixorigin/matrixone/pkg/cnservice/upgrader.ParseDataTypeToColType | /go/src/github.com/matrixorigin/matrixone/pkg/cnservice/upgrader/upgrader_util.go:56 | github.com/matrixorigin/matrixone/pkg/cnservice/upgrader.(Upgrader).GetCurrentSchema | /go/src/github.com/matrixorigin/matrixone/pkg/cnservice/upgrader/upgrader.go:69 | github.com/matrixorigin/matrixone/pkg/cnservice/upgrader.(Upgrader).UpgradeNewViewColumn | /go/src/github.com/matrixorigin/matrixone/pkg/cnservice/upgrader/upgrader.go:208 | github.com/matrixorigin/matrixone/pkg/cnservice/upgrader.(Upgrader).Upgrade | /go/src/github.com/matrixorigin/matrixone/pkg/cnservice/upgrader/upgrader.go:171 | github.com/matrixorigin/matrixone/pkg/cnservice.(service).upgrade | /go/src/github.com/matrixorigin/matrixone/pkg/cnservice/server_task.go:130 | github.com/matrixorigin/matrixone/pkg/cnservice.(service).handleCommands | /go/src/github.com/matrixorigin/matrixone/pkg/cnservice/server_heartbeat.go:97 | github.com/matrixorigin/matrixone/pkg/cnservice.(service).heartbeat | /go/src/github.com/matrixorigin/matrixone/pkg/cnservice/server_heartbeat.go:85 | github.com/matrixorigin/matrixone/pkg/cnservice.(service).heartbeatTask | /go/src/github.com/matrixorigin/matrixone/pkg/cnservice/server_heartbeat.go:52 | github.com/matrixorigin/matrixone/pkg/common/stopper.(Stopper).doRunCancelableTask.func1 | /go/src/github.com/matrixorigin/matrixone/pkg/common/stopper/stopper.go:259 | runtime.goexit | /usr/local/go/src/runtime/asm_amd64.s:1598 Wraps: (3) internal error: unknown data type collati Error types: (1) errutil.withContext (2) errutil.withStack (3) moerr.Error | | internal error: unknown d | internal error: unknown data type created | internal error: unknown data type created (1) Wraps: (2) -- stack trace: | github.com/matrixorigin/matrixone/pkg/cnservice/upgrader.ParseDataTypeToColType | /go/src/github.com/matrixorigin/matrixone/pkg/cnservice/upgrader/upgrader_util.go:56 | github.com/matrixorigin/matrixone/pkg/cnservice/upgrader.(Upgrader).GetCurrentSchema | /go/src/github.com/matrixorigin/matrixone/pkg/cnservice/upgrader/upgrader.go:69 | github.com/matrixorigin/matrixone/pkg/cnservice/upgrader.(Upgrader).UpgradeNewViewColumn | /go/src/github.com/matrixorigin/matrixone/pkg/cnservice/upgrader/upgrader.go:208 | github.com/matrixorigin/matrixone/pkg/cnservice/upgrader.(Upgrader).Upgrade | /go/src/github.com/matrixorigin/matrixone/pkg/cnservice/upgrader/upgrader.go:171
Expected Behavior
No response
Steps to Reproduce
No response
Additional information
No response