[jira] [Comment Edited] (GEARPUMP-368) Application details page does not load

2018-04-05 Thread Hashan Gayasri Udugahapattuwa (JIRA)

[ 
https://issues.apache.org/jira/browse/GEARPUMP-368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16426513#comment-16426513
 ] 

Hashan Gayasri Udugahapattuwa edited comment on GEARPUMP-368 at 4/5/18 6:06 AM:


Hi [~karol_brejna],

I applied the patch([https://github.com/apache/incubator-gearpump/pull/241]) to 
the master 
HEAD([8aac07b|https://github.com/apache/incubator-gearpump/commit/8aac07b86d4b90e4f5118f3204610d3510f93b02])
 locally and it creates another bug in submitting the app via cli in a cluster 
setup.

[^logs.zip]

 
{code:java}
./bin/gear app -executors 2 -jar 
./examples/gearpump-examples-sol_2.11-0.8.5-SNAPSHOT.jar 
Can't load main class in arguments 
Loading org.apache.gearpump.streaming.examples.sol.SOL in manifest
Help: 
-producers (required:false, default:1)
-consumers (required:false, default:1)
-message_size (required:false, default:100)
-pipeline_stages (required:false, default:2)
Exception in thread "main" java.lang.reflect.InvocationTargetException
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
 at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.lang.reflect.Method.invoke(Method.java:498)
 at org.apache.gearpump.cluster.main.AppSubmitter$.main(AppSubmitter.scala:89)
 at org.apache.gearpump.cluster.main.Gear$.executeCommand(Gear.scala:44)
 at org.apache.gearpump.cluster.main.Gear$.main(Gear.scala:64)
 at org.apache.gearpump.cluster.main.Gear.main(Gear.scala)
Caused by: akka.pattern.AskTimeoutException: Ask timed out on 
[Actor[akka://client1439102947/user/masterproxy1673545211#-1862194433]] after 
[15000 ms]. Sender[null] sent message of type 
"org.apache.gearpump.cluster.ClientToMaster$GetJarStoreServer$".
 at akka.pattern.PromiseActorRef$$anonfun$1.apply$mcV$sp(AskSupport.scala:604)
 at akka.actor.Scheduler$$anon$4.run(Scheduler.scala:126)
 at 
scala.concurrent.Future$InternalCallbackExecutor$.unbatchedExecute(Future.scala:601)
 at scala.concurrent.BatchingExecutor$class.execute(BatchingExecutor.scala:109)
 at scala.concurrent.Future$InternalCallbackExecutor$.execute(Future.scala:599)
 at 
akka.actor.LightArrayRevolverScheduler$TaskHolder.executeTask(LightArrayRevolverScheduler.scala:329)
 at 
akka.actor.LightArrayRevolverScheduler$$anon$4.executeBucket$1(LightArrayRevolverScheduler.scala:280)
 at 
akka.actor.LightArrayRevolverScheduler$$anon$4.nextTick(LightArrayRevolverScheduler.scala:284)
 at 
akka.actor.LightArrayRevolverScheduler$$anon$4.run(LightArrayRevolverScheduler.scala:236)
 at java.lang.Thread.run(Thread.java:748)
 
 
./bin/gear app -executors 2 -jar 
./examples/gearpump-examples-state_2.11-0.8.5-SNAPSHOT.jar 
org.apache.gearpump.streaming.examples.state.GenMessageCountApp 
-ZOOKEEPER_CONNECT 10.10.1.20:2191,10.10.1.21:2191 -BROKER_LIST 
10.10.1.20:9093,10.10.1.21:9093
Help:
-gen (required:false, default:1)
-count (required:false, default:1)
-BROKER_LIST (required:true)
Exception in thread "main" java.lang.reflect.InvocationTargetException
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
 at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.lang.reflect.Method.invoke(Method.java:498)
 at org.apache.gearpump.cluster.main.AppSubmitter$.main(AppSubmitter.scala:89)
 at org.apache.gearpump.cluster.main.Gear$.executeCommand(Gear.scala:44)
 at org.apache.gearpump.cluster.main.Gear$.main(Gear.scala:64)
 at org.apache.gearpump.cluster.main.Gear.main(Gear.scala)
Caused by: akka.pattern.AskTimeoutException: Ask timed out on 
[Actor[akka://client85145956/user/masterproxy709506593#1855372599]] after 
[15000 ms]. Sender[null] sent message of type 
"org.apache.gearpump.cluster.ClientToMaster$GetJarStoreServer$".
 at akka.pattern.PromiseActorRef$$anonfun$1.apply$mcV$sp(AskSupport.scala:604)
 at akka.actor.Scheduler$$anon$4.run(Scheduler.scala:126)
 at 
scala.concurrent.Future$InternalCallbackExecutor$.unbatchedExecute(Future.scala:601)
 at scala.concurrent.BatchingExecutor$class.execute(BatchingExecutor.scala:109)
 at scala.concurrent.Future$InternalCallbackExecutor$.execute(Future.scala:599)
 at 
akka.actor.LightArrayRevolverScheduler$TaskHolder.executeTask(LightArrayRevolverScheduler.scala:329)
 at 
akka.actor.LightArrayRevolverScheduler$$anon$4.executeBucket$1(LightArrayRevolverScheduler.scala:280)
 at 
akka.actor.LightArrayRevolverScheduler$$anon$4.nextTick(LightArrayRevolverScheduler.scala:284)
 at 
akka.actor.LightArrayRevolverScheduler$$anon$4.run(LightArrayRevolverScheduler.scala:236)
 at java.lang.Thread.run(Thread.java:748)
{code}
 

 

 

Maybe it has to do with partially reverting 
[https://github.com/apache/incubator-gearpump/commit/2d2f279533a221c7b9317440a13cd2570267b85e]


[jira] [Commented] (GEARPUMP-368) Application details page does not load

2018-04-05 Thread Hashan Gayasri Udugahapattuwa (JIRA)

[ 
https://issues.apache.org/jira/browse/GEARPUMP-368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16426513#comment-16426513
 ] 

Hashan Gayasri Udugahapattuwa commented on GEARPUMP-368:


Hi [~karol_brejna],

I applied the patch(https://github.com/apache/incubator-gearpump/pull/241) to 
the master 
HEAD([8aac07b|https://github.com/apache/incubator-gearpump/commit/8aac07b86d4b90e4f5118f3204610d3510f93b02])
 locally and it creates another bug in submitting the app via cli in a cluster 
setup.

[^logs.zip]

 
{code:java}
./bin/gear app -executors 2 -jar 
./examples/gearpump-examples-sol_2.11-0.8.5-SNAPSHOT.jar 
Can't load main class in arguments 
Loading org.apache.gearpump.streaming.examples.sol.SOL in manifest
Help: 
-producers (required:false, default:1)
-consumers (required:false, default:1)
-message_size (required:false, default:100)
-pipeline_stages (required:false, default:2)
Exception in thread "main" java.lang.reflect.InvocationTargetException
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
 at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.lang.reflect.Method.invoke(Method.java:498)
 at org.apache.gearpump.cluster.main.AppSubmitter$.main(AppSubmitter.scala:89)
 at org.apache.gearpump.cluster.main.Gear$.executeCommand(Gear.scala:44)
 at org.apache.gearpump.cluster.main.Gear$.main(Gear.scala:64)
 at org.apache.gearpump.cluster.main.Gear.main(Gear.scala)
Caused by: akka.pattern.AskTimeoutException: Ask timed out on 
[Actor[akka://client1439102947/user/masterproxy1673545211#-1862194433]] after 
[15000 ms]. Sender[null] sent message of type 
"org.apache.gearpump.cluster.ClientToMaster$GetJarStoreServer$".
 at akka.pattern.PromiseActorRef$$anonfun$1.apply$mcV$sp(AskSupport.scala:604)
 at akka.actor.Scheduler$$anon$4.run(Scheduler.scala:126)
 at 
scala.concurrent.Future$InternalCallbackExecutor$.unbatchedExecute(Future.scala:601)
 at scala.concurrent.BatchingExecutor$class.execute(BatchingExecutor.scala:109)
 at scala.concurrent.Future$InternalCallbackExecutor$.execute(Future.scala:599)
 at 
akka.actor.LightArrayRevolverScheduler$TaskHolder.executeTask(LightArrayRevolverScheduler.scala:329)
 at 
akka.actor.LightArrayRevolverScheduler$$anon$4.executeBucket$1(LightArrayRevolverScheduler.scala:280)
 at 
akka.actor.LightArrayRevolverScheduler$$anon$4.nextTick(LightArrayRevolverScheduler.scala:284)
 at 
akka.actor.LightArrayRevolverScheduler$$anon$4.run(LightArrayRevolverScheduler.scala:236)
 at java.lang.Thread.run(Thread.java:748)
 
 
./bin/gear app -executors 2 -jar 
./examples/gearpump-examples-state_2.11-0.8.5-SNAPSHOT.jar 
org.apache.gearpump.streaming.examples.state.GenMessageCountApp 
-ZOOKEEPER_CONNECT 10.10.1.20:2191,10.10.1.21:2191 -BROKER_LIST 
10.10.1.20:9093,10.10.1.21:9093
Help:
-gen (required:false, default:1)
-count (required:false, default:1)
-BROKER_LIST (required:true)
Exception in thread "main" java.lang.reflect.InvocationTargetException
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
 at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.lang.reflect.Method.invoke(Method.java:498)
 at org.apache.gearpump.cluster.main.AppSubmitter$.main(AppSubmitter.scala:89)
 at org.apache.gearpump.cluster.main.Gear$.executeCommand(Gear.scala:44)
 at org.apache.gearpump.cluster.main.Gear$.main(Gear.scala:64)
 at org.apache.gearpump.cluster.main.Gear.main(Gear.scala)
Caused by: akka.pattern.AskTimeoutException: Ask timed out on 
[Actor[akka://client85145956/user/masterproxy709506593#1855372599]] after 
[15000 ms]. Sender[null] sent message of type 
"org.apache.gearpump.cluster.ClientToMaster$GetJarStoreServer$".
 at akka.pattern.PromiseActorRef$$anonfun$1.apply$mcV$sp(AskSupport.scala:604)
 at akka.actor.Scheduler$$anon$4.run(Scheduler.scala:126)
 at 
scala.concurrent.Future$InternalCallbackExecutor$.unbatchedExecute(Future.scala:601)
 at scala.concurrent.BatchingExecutor$class.execute(BatchingExecutor.scala:109)
 at scala.concurrent.Future$InternalCallbackExecutor$.execute(Future.scala:599)
 at 
akka.actor.LightArrayRevolverScheduler$TaskHolder.executeTask(LightArrayRevolverScheduler.scala:329)
 at 
akka.actor.LightArrayRevolverScheduler$$anon$4.executeBucket$1(LightArrayRevolverScheduler.scala:280)
 at 
akka.actor.LightArrayRevolverScheduler$$anon$4.nextTick(LightArrayRevolverScheduler.scala:284)
 at 
akka.actor.LightArrayRevolverScheduler$$anon$4.run(LightArrayRevolverScheduler.scala:236)
 at java.lang.Thread.run(Thread.java:748)
{code}
 

 

 

Maybe it has to do with 
[https://github.com/apache/incubator-gearpump/commit/2d2f279533a221c7b9317440a13cd2570267b85e]

 

> Application details page does not load
> 

[jira] [Updated] (GEARPUMP-368) Application details page does not load

2018-04-05 Thread Hashan Gayasri Udugahapattuwa (JIRA)

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

Hashan Gayasri Udugahapattuwa updated GEARPUMP-368:
---
Attachment: (was: logs.tar.xz)

> Application details page does not load
> --
>
> Key: GEARPUMP-368
> URL: https://issues.apache.org/jira/browse/GEARPUMP-368
> Project: Apache Gearpump
>  Issue Type: Bug
>  Components: services
>Affects Versions: 0.8.5
>Reporter: Hashan Gayasri Udugahapattuwa
>Assignee: Karol Brejna
>Priority: Major
> Attachments: gearpump-master-47505.log, gearpump-ui-47572.log, 
> gearpump-worker-47538.log, logs.zip
>
>
> Application details page does not load in the 
> 0.8.5-SNAPSHOT(8aac07b86d4b90e4f5118f3204610d3510f93b02). This is recreatable 
> with the default examples. 
> This issue not present in the 0.8.4 release.
>  
> Request : [http://172.25.34.11:8090/api/v1.0/appmaster/1?detail=true]
> Status Code : 500 Internal Server Error
>  
> Response : 
> akka.pattern.AskTimeoutException: Ask timed out on 
> [Actor[akka.tcp://app1-executor-1@10.10.1.20:33881/user/daemon/appdaemon1/$c#1247996686]]
>  after [15000 ms]. Sender[null] sent message of type 
> "org.apache.gearpump.cluster.MasterToAppMaster$AppMasterDataDetailRequest".
>  at akka.pattern.PromiseActorRef$$anonfun$1.apply$mcV$sp(AskSupport.scala:604)
>  at akka.actor.Scheduler$$anon$4.run(Scheduler.scala:126)
>  at 
> scala.concurrent.Future$InternalCallbackExecutor$.unbatchedExecute(Future.scala:601)
>  at 
> scala.concurrent.BatchingExecutor$class.execute(BatchingExecutor.scala:109)
>  at 
> scala.concurrent.Future$InternalCallbackExecutor$.execute(Future.scala:599)
>  at 
> akka.actor.LightArrayRevolverScheduler$TaskHolder.executeTask(LightArrayRevolverScheduler.scala:329)
>  at 
> akka.actor.LightArrayRevolverScheduler$$anon$4.executeBucket$1(LightArrayRevolverScheduler.scala:280)
>  at 
> akka.actor.LightArrayRevolverScheduler$$anon$4.nextTick(LightArrayRevolverScheduler.scala:284)
>  at 
> akka.actor.LightArrayRevolverScheduler$$anon$4.run(LightArrayRevolverScheduler.scala:236)
>  at java.lang.Thread.run(Unknown Source)
>  
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (GEARPUMP-368) Application details page does not load

2018-04-05 Thread Hashan Gayasri Udugahapattuwa (JIRA)

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

Hashan Gayasri Udugahapattuwa updated GEARPUMP-368:
---
Attachment: logs.zip

> Application details page does not load
> --
>
> Key: GEARPUMP-368
> URL: https://issues.apache.org/jira/browse/GEARPUMP-368
> Project: Apache Gearpump
>  Issue Type: Bug
>  Components: services
>Affects Versions: 0.8.5
>Reporter: Hashan Gayasri Udugahapattuwa
>Assignee: Karol Brejna
>Priority: Major
> Attachments: gearpump-master-47505.log, gearpump-ui-47572.log, 
> gearpump-worker-47538.log, logs.zip
>
>
> Application details page does not load in the 
> 0.8.5-SNAPSHOT(8aac07b86d4b90e4f5118f3204610d3510f93b02). This is recreatable 
> with the default examples. 
> This issue not present in the 0.8.4 release.
>  
> Request : [http://172.25.34.11:8090/api/v1.0/appmaster/1?detail=true]
> Status Code : 500 Internal Server Error
>  
> Response : 
> akka.pattern.AskTimeoutException: Ask timed out on 
> [Actor[akka.tcp://app1-executor-1@10.10.1.20:33881/user/daemon/appdaemon1/$c#1247996686]]
>  after [15000 ms]. Sender[null] sent message of type 
> "org.apache.gearpump.cluster.MasterToAppMaster$AppMasterDataDetailRequest".
>  at akka.pattern.PromiseActorRef$$anonfun$1.apply$mcV$sp(AskSupport.scala:604)
>  at akka.actor.Scheduler$$anon$4.run(Scheduler.scala:126)
>  at 
> scala.concurrent.Future$InternalCallbackExecutor$.unbatchedExecute(Future.scala:601)
>  at 
> scala.concurrent.BatchingExecutor$class.execute(BatchingExecutor.scala:109)
>  at 
> scala.concurrent.Future$InternalCallbackExecutor$.execute(Future.scala:599)
>  at 
> akka.actor.LightArrayRevolverScheduler$TaskHolder.executeTask(LightArrayRevolverScheduler.scala:329)
>  at 
> akka.actor.LightArrayRevolverScheduler$$anon$4.executeBucket$1(LightArrayRevolverScheduler.scala:280)
>  at 
> akka.actor.LightArrayRevolverScheduler$$anon$4.nextTick(LightArrayRevolverScheduler.scala:284)
>  at 
> akka.actor.LightArrayRevolverScheduler$$anon$4.run(LightArrayRevolverScheduler.scala:236)
>  at java.lang.Thread.run(Unknown Source)
>  
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (GEARPUMP-368) Application details page does not load

2018-04-05 Thread Hashan Gayasri Udugahapattuwa (JIRA)

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

Hashan Gayasri Udugahapattuwa updated GEARPUMP-368:
---
Attachment: logs.tar.xz

> Application details page does not load
> --
>
> Key: GEARPUMP-368
> URL: https://issues.apache.org/jira/browse/GEARPUMP-368
> Project: Apache Gearpump
>  Issue Type: Bug
>  Components: services
>Affects Versions: 0.8.5
>Reporter: Hashan Gayasri Udugahapattuwa
>Assignee: Karol Brejna
>Priority: Major
> Attachments: gearpump-master-47505.log, gearpump-ui-47572.log, 
> gearpump-worker-47538.log, logs.tar.xz
>
>
> Application details page does not load in the 
> 0.8.5-SNAPSHOT(8aac07b86d4b90e4f5118f3204610d3510f93b02). This is recreatable 
> with the default examples. 
> This issue not present in the 0.8.4 release.
>  
> Request : [http://172.25.34.11:8090/api/v1.0/appmaster/1?detail=true]
> Status Code : 500 Internal Server Error
>  
> Response : 
> akka.pattern.AskTimeoutException: Ask timed out on 
> [Actor[akka.tcp://app1-executor-1@10.10.1.20:33881/user/daemon/appdaemon1/$c#1247996686]]
>  after [15000 ms]. Sender[null] sent message of type 
> "org.apache.gearpump.cluster.MasterToAppMaster$AppMasterDataDetailRequest".
>  at akka.pattern.PromiseActorRef$$anonfun$1.apply$mcV$sp(AskSupport.scala:604)
>  at akka.actor.Scheduler$$anon$4.run(Scheduler.scala:126)
>  at 
> scala.concurrent.Future$InternalCallbackExecutor$.unbatchedExecute(Future.scala:601)
>  at 
> scala.concurrent.BatchingExecutor$class.execute(BatchingExecutor.scala:109)
>  at 
> scala.concurrent.Future$InternalCallbackExecutor$.execute(Future.scala:599)
>  at 
> akka.actor.LightArrayRevolverScheduler$TaskHolder.executeTask(LightArrayRevolverScheduler.scala:329)
>  at 
> akka.actor.LightArrayRevolverScheduler$$anon$4.executeBucket$1(LightArrayRevolverScheduler.scala:280)
>  at 
> akka.actor.LightArrayRevolverScheduler$$anon$4.nextTick(LightArrayRevolverScheduler.scala:284)
>  at 
> akka.actor.LightArrayRevolverScheduler$$anon$4.run(LightArrayRevolverScheduler.scala:236)
>  at java.lang.Thread.run(Unknown Source)
>  
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (GEARPUMP-368) Application details page does not load

2018-04-04 Thread Hashan Gayasri Udugahapattuwa (JIRA)

[ 
https://issues.apache.org/jira/browse/GEARPUMP-368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16426511#comment-16426511
 ] 

Hashan Gayasri Udugahapattuwa commented on GEARPUMP-368:


Hi Manu,

I was testing with org.apache.gearpump.streaming.examples.wordcount.WordCount 
and other _unbounded_ examples since the application details page is 
unreachable after the application finishes (as in 
org.apache.gearpump.streaming.examples.wordcount.dsl.WordCount). Sorry for not 
mentioning that earlier. 

 

> Application details page does not load
> --
>
> Key: GEARPUMP-368
> URL: https://issues.apache.org/jira/browse/GEARPUMP-368
> Project: Apache Gearpump
>  Issue Type: Bug
>  Components: services
>Affects Versions: 0.8.5
>Reporter: Hashan Gayasri Udugahapattuwa
>Assignee: Karol Brejna
>Priority: Major
> Attachments: gearpump-master-47505.log, gearpump-ui-47572.log, 
> gearpump-worker-47538.log
>
>
> Application details page does not load in the 
> 0.8.5-SNAPSHOT(8aac07b86d4b90e4f5118f3204610d3510f93b02). This is recreatable 
> with the default examples. 
> This issue not present in the 0.8.4 release.
>  
> Request : [http://172.25.34.11:8090/api/v1.0/appmaster/1?detail=true]
> Status Code : 500 Internal Server Error
>  
> Response : 
> akka.pattern.AskTimeoutException: Ask timed out on 
> [Actor[akka.tcp://app1-executor-1@10.10.1.20:33881/user/daemon/appdaemon1/$c#1247996686]]
>  after [15000 ms]. Sender[null] sent message of type 
> "org.apache.gearpump.cluster.MasterToAppMaster$AppMasterDataDetailRequest".
>  at akka.pattern.PromiseActorRef$$anonfun$1.apply$mcV$sp(AskSupport.scala:604)
>  at akka.actor.Scheduler$$anon$4.run(Scheduler.scala:126)
>  at 
> scala.concurrent.Future$InternalCallbackExecutor$.unbatchedExecute(Future.scala:601)
>  at 
> scala.concurrent.BatchingExecutor$class.execute(BatchingExecutor.scala:109)
>  at 
> scala.concurrent.Future$InternalCallbackExecutor$.execute(Future.scala:599)
>  at 
> akka.actor.LightArrayRevolverScheduler$TaskHolder.executeTask(LightArrayRevolverScheduler.scala:329)
>  at 
> akka.actor.LightArrayRevolverScheduler$$anon$4.executeBucket$1(LightArrayRevolverScheduler.scala:280)
>  at 
> akka.actor.LightArrayRevolverScheduler$$anon$4.nextTick(LightArrayRevolverScheduler.scala:284)
>  at 
> akka.actor.LightArrayRevolverScheduler$$anon$4.run(LightArrayRevolverScheduler.scala:236)
>  at java.lang.Thread.run(Unknown Source)
>  
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (GEARPUMP-370) clock does not seem to advance for stateful sources

2018-04-04 Thread Hashan Gayasri Udugahapattuwa (JIRA)
Hashan Gayasri Udugahapattuwa created GEARPUMP-370:
--

 Summary: clock does not seem to advance for stateful sources
 Key: GEARPUMP-370
 URL: https://issues.apache.org/jira/browse/GEARPUMP-370
 Project: Apache Gearpump
  Issue Type: Bug
  Components: core, streaming
Affects Versions: 0.8.5
 Environment: Distributed - SLES(Linux)
Reporter: Hashan Gayasri Udugahapattuwa
 Attachments: logs.tar.xz, 
org.apache.gearpump.streaming.examples.state.tar.xz, 
org.apache.gearpump.streaming.examples.statefuldummytest.tar.xz

Clock does not seem to advance for _stateful_ sources even after the fix for 
0.8.4 (but it was successful in fixing the clock issue in _stateless_ 
applications). 

Even if the "state" example uses a counter starting from EPOCH as the 
timestamp, the clock doesn't seem to advance. 

Recreatable with attached:
 * State example with HBase dependency replaced with Kafka
 * An SOL type *stateful* custom example with configurable pipeline stages and 
parallelism. Implements the TimeReplayableSource API.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (GEARPUMP-369) "executor-num" is overridden by the default value for arg "executors"(1)

2018-04-04 Thread Hashan Gayasri Udugahapattuwa (JIRA)
Hashan Gayasri Udugahapattuwa created GEARPUMP-369:
--

 Summary: "executor-num" is overridden by the default value for arg 
"executors"(1) 
 Key: GEARPUMP-369
 URL: https://issues.apache.org/jira/browse/GEARPUMP-369
 Project: Apache Gearpump
  Issue Type: Bug
  Components: core
Affects Versions: 0.8.4, 0.8.5
Reporter: Hashan Gayasri Udugahapattuwa


org/apache/gearpump/cluster/main/AppSubmitter.scala:62

System.setProperty(Constants.APPLICATION_EXECUTOR_NUMBER, 
config.getInt("executors").toString)

 

replaces the value set by system properties (gear.conf) by the default value(1) 
even when no value is passed at as an argument. The expected behaviour is to 
only override the value when a value is given explicitly.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (GEARPUMP-368) Application details page does not load

2018-04-04 Thread Hashan Gayasri Udugahapattuwa (JIRA)

[ 
https://issues.apache.org/jira/browse/GEARPUMP-368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16425265#comment-16425265
 ] 

Hashan Gayasri Udugahapattuwa commented on GEARPUMP-368:


Please let me know if any logs or dumps are needed to recreate the issue

> Application details page does not load
> --
>
> Key: GEARPUMP-368
> URL: https://issues.apache.org/jira/browse/GEARPUMP-368
> Project: Apache Gearpump
>  Issue Type: Bug
>  Components: services
>Affects Versions: 0.8.5
>Reporter: Hashan Gayasri Udugahapattuwa
>Assignee: Karol Brejna
>Priority: Major
> Attachments: gearpump-master-47505.log, gearpump-ui-47572.log, 
> gearpump-worker-47538.log
>
>
> Application details page does not load in the 
> 0.8.5-SNAPSHOT(8aac07b86d4b90e4f5118f3204610d3510f93b02). This is recreatable 
> with the default examples. 
> This issue not present in the 0.8.4 release.
>  
> Request : [http://172.25.34.11:8090/api/v1.0/appmaster/1?detail=true]
> Status Code : 500 Internal Server Error
>  
> Response : 
> akka.pattern.AskTimeoutException: Ask timed out on 
> [Actor[akka.tcp://app1-executor-1@10.10.1.20:33881/user/daemon/appdaemon1/$c#1247996686]]
>  after [15000 ms]. Sender[null] sent message of type 
> "org.apache.gearpump.cluster.MasterToAppMaster$AppMasterDataDetailRequest".
>  at akka.pattern.PromiseActorRef$$anonfun$1.apply$mcV$sp(AskSupport.scala:604)
>  at akka.actor.Scheduler$$anon$4.run(Scheduler.scala:126)
>  at 
> scala.concurrent.Future$InternalCallbackExecutor$.unbatchedExecute(Future.scala:601)
>  at 
> scala.concurrent.BatchingExecutor$class.execute(BatchingExecutor.scala:109)
>  at 
> scala.concurrent.Future$InternalCallbackExecutor$.execute(Future.scala:599)
>  at 
> akka.actor.LightArrayRevolverScheduler$TaskHolder.executeTask(LightArrayRevolverScheduler.scala:329)
>  at 
> akka.actor.LightArrayRevolverScheduler$$anon$4.executeBucket$1(LightArrayRevolverScheduler.scala:280)
>  at 
> akka.actor.LightArrayRevolverScheduler$$anon$4.nextTick(LightArrayRevolverScheduler.scala:284)
>  at 
> akka.actor.LightArrayRevolverScheduler$$anon$4.run(LightArrayRevolverScheduler.scala:236)
>  at java.lang.Thread.run(Unknown Source)
>  
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (GEARPUMP-368) Application details page does not load

2018-04-03 Thread Hashan Gayasri Udugahapattuwa (JIRA)
Hashan Gayasri Udugahapattuwa created GEARPUMP-368:
--

 Summary: Application details page does not load
 Key: GEARPUMP-368
 URL: https://issues.apache.org/jira/browse/GEARPUMP-368
 Project: Apache Gearpump
  Issue Type: Bug
  Components: services
Affects Versions: 0.8.5
Reporter: Hashan Gayasri Udugahapattuwa


Application details page does not load in the 
0.8.5-SNAPSHOT(8aac07b86d4b90e4f5118f3204610d3510f93b02). This is recreatable 
with the default examples. 

This issue not present in the 0.8.4 release.

 

Request : [http://172.25.34.11:8090/api/v1.0/appmaster/1?detail=true]
Status Code : 500 Internal Server Error
 
Response : 
akka.pattern.AskTimeoutException: Ask timed out on 
[Actor[akka.tcp://app1-executor-1@10.10.1.20:33881/user/daemon/appdaemon1/$c#1247996686]]
 after [15000 ms]. Sender[null] sent message of type 
"org.apache.gearpump.cluster.MasterToAppMaster$AppMasterDataDetailRequest".
 at akka.pattern.PromiseActorRef$$anonfun$1.apply$mcV$sp(AskSupport.scala:604)
 at akka.actor.Scheduler$$anon$4.run(Scheduler.scala:126)
 at 
scala.concurrent.Future$InternalCallbackExecutor$.unbatchedExecute(Future.scala:601)
 at scala.concurrent.BatchingExecutor$class.execute(BatchingExecutor.scala:109)
 at scala.concurrent.Future$InternalCallbackExecutor$.execute(Future.scala:599)
 at 
akka.actor.LightArrayRevolverScheduler$TaskHolder.executeTask(LightArrayRevolverScheduler.scala:329)
 at 
akka.actor.LightArrayRevolverScheduler$$anon$4.executeBucket$1(LightArrayRevolverScheduler.scala:280)
 at 
akka.actor.LightArrayRevolverScheduler$$anon$4.nextTick(LightArrayRevolverScheduler.scala:284)
 at 
akka.actor.LightArrayRevolverScheduler$$anon$4.run(LightArrayRevolverScheduler.scala:236)
 at java.lang.Thread.run(Unknown Source)
 
 
 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)