1
私は、次のコマンドを使用して、テスト目的のために小さなデータベースをダンプしてみました:mongodumpエラー
mongodump --db demo
そこには出力はなかったが、周りに半時間後、私は私の中に複数のエラーメッセージを得ましたコンソール:
...
fatal error: systemstack called from unexpected goroutine
fatal error: systemstack called from unexpected goroutine
fatal error: systemstack called from unexpected goroutine
fatal error: systemstack called from unexpected goroutine
fatal error: systemstack called from unexpected goroutine
fatal error: systemstack called from unexpected goroutine
fatal error: systemstack called from unexpected goroutine
fatal error: systemstack called from unexpected goroutine
fatal error: systemstack called from unexpected goroutine
...
何を意味するのかわかりませんが、どんなヘルプも高く評価されます。ありがとう。
はモンゴの幹部は、「show DBS」へ移動し、デモを検証することは確かに小さなです。また、mongodumpのバージョンが> = mongodであることを確認してください。 また、深くネストされた疑わしいドキュメントがあるかもしれません。例えば、{a:{a:{a:{a:{a:{a:{a:..... –
@BuzzMoschetti問題はmongo/goバージョンにありました。私はmongoを醸造からアップグレードしました。 –