You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2019/01/11 10:14:19 UTC

[GitHub] nva commented on a change in pull request #5709: IGNITE-10076 Web Console: Use slow 'json-bigint' parser only for queries

nva commented on a change in pull request #5709: IGNITE-10076 Web Console: Use slow 'json-bigint' parser only for queries
URL: https://github.com/apache/ignite/pull/5709#discussion_r247063337
 
 

 ##########
 File path: modules/web-console/frontend/app/modules/agent/AgentManager.service.js
 ##########
 @@ -485,8 +485,13 @@ export default class AgentManager {
                         if (cluster.secured)
                             this.clustersSecrets.get(cluster.id).sessionToken = res.sessionToken;
 
-                        if (res.zipped)
-                            return this.pool.postMessage(res.data);
+                        if (res.zipped) {
+                            const taskId = _.get(params, 'taskId', '');
+
+                            const useBigIntJson = taskId.startsWith('querySql') || taskId.startsWith('queryFetch');
 
 Review comment:
   Just check for 'query'

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services