You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Yury Yudin (Jira)" <ji...@apache.org> on 2022/07/11 19:27:00 UTC

[jira] [Updated] (IGNITE-17346) Ignite3 CLI long output not readable in windows terminal

     [ https://issues.apache.org/jira/browse/IGNITE-17346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yury Yudin updated IGNITE-17346:
--------------------------------
    Component/s: cli

> Ignite3 CLI long output not readable in windows terminal
> --------------------------------------------------------
>
>                 Key: IGNITE-17346
>                 URL: https://issues.apache.org/jira/browse/IGNITE-17346
>             Project: Ignite
>          Issue Type: Task
>          Components: cli
>            Reporter: Yury Yudin
>            Priority: Major
>              Labels: ignite-3
>
> When output of ignite3 command does not fit the window it scrolls and it's history is lost in the windows terminal. Scrolling up shows previous commands but not the output...
> {noformat}
>  [disconnected]>
> ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
>       "memoryAllocator" : {
>         "type" : "unsafe"
>       },
>       "replacementMode" : "CLOCK",
>       "size" : 268435456
>     },
>     "pageSize" : 16384,
>     "regions" : [ ]
>   },
>   "rocksDb" : {
>     "defaultRegion" : {
>       "cache" : "lru",
>       "numShardBits" : -1,
>       "size" : 268435456,
>       "writeBufferSize" : 67108864
>     },
>     "regions" : [ ]
>   },
>   "table" : {
>     "defaultDataStorage" : "rocksdb",
>     "tables" : [ ]
>   }
> }
> [test1]>{noformat}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)