arthas
arthas copied to clipboard
不支持Stream流
[arthas@13645]$ ognl -x 3 '@Cache@getMap().values().stream().filter(it -> it.getTtl().equals("1800")).collect(Collectors.toList())' -c 3670f00 Failed to execute ognl, exception message: ognl.ExpressionSyntaxException: Malformed OGNL expression: @Cache@getMap().values().stream().filter(it -> it.getTtl().equals("1800")).collect(Collectors.toList()) [ognl.ParseException: Encountered " ">" "> "" at line 1, column 133. Was expecting one of: ":" ... "not" ... "+" ... "-" ... "~" ... "!" ... "(" ... "true" ... "false" ... "null" ... "#this" ... "#root" ... "#" ... "[" ... "{" ... "@" ... "new" ... <IDENT> ... <DYNAMIC_SUBSCRIPT> ... "'" ... "`" ... """ ... <INT_LITERAL> ... <FLT_LITERAL> ... ], please check $HOME/logs/arthas/arthas.log for more details. [arthas@13645]$