You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vyacheslav Koptilin (Jira)" <ji...@apache.org> on 2022/08/22 10:21: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 ]

Vyacheslav Koptilin updated IGNITE-17346:
-----------------------------------------
    Ignite Flags:   (was: Docs Required,Release Notes Required)

> 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
>            Assignee: Vadim Pakhnushev
>            Priority: Major
>              Labels: ignite-3
>             Fix For: 3.0.0-alpha6
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> 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)