JackyYangPassion opened a new issue, #236:
URL: https://github.com/apache/incubator-hugegraph-computer/issues/236

   ### Problem Type (问题类型)
   
   None
   
   ### Before submit
   
   - [X] 我已经确认现有的 
[Server-Issues](https://github.com/apache/hugegraph-computer/issues) 与 
[Computer-Issues](https://github.com/apache/hugegraph-computer/issues) 中没有相同 / 
重复问题
   
   ### Environment (环境信息)
   
   - Server Version: v1.0.0
   - Computer Version: v1.0.0
   - Scheduler: local
   
   ### Your Question (问题描述)
   
   Graph Data:
   
![image](https://user-images.githubusercontent.com/13795366/232962277-9ab35d43-e3e7-435f-bd45-c1eeb4ffe1da.png)
   
   
   Run lpa config
   
   ```
   job.id=local_001
   job.workers_count=1
   
   transport.server_host=127.0.0.1
   transport.server_port=0
   
   rpc.server_host=127.0.0.1
   rpc.server_port=8190
   
   bsp.etcd_endpoints=http://127.0.0.1:2379
   
   hugegraph.url=http://127.0.0.1:8082
   hugegraph.name=hugegraph
   
   
   
algorithm.params_class=org.apache.hugegraph.computer.algorithm.community.lpa.LpaParams
   
   bsp.register_timeout=100000
   bsp.log_interval=30000
   bsp.max_super_step=20
   ```
   
   
   worker log
   ```
   2023-04-19 10:50:08 [main] [INFO] o.a.h.c.c.w.WorkerService - End 
computation of superstep 0
   2023-04-19 10:50:08 [main] [INFO] o.a.h.c.c.b.Bsp4Worker - Worker(1) is 
waiting for master superstep-done(0)
   2023-04-19 10:50:08 [main] [INFO] o.a.h.c.c.b.Bsp4Worker - Worker(1) waited 
master superstep-done(0), graph stat: 
SuperstepStat{"vertexCount":18,"edgeCount":15,"finishedVertexCount":18,"messageSendCount":0,"messageSendBytes":0,"messageRecvCount":0,"messageRecvBytes":219,"active":false}
   2023-04-19 10:50:08 [main] [INFO] o.a.h.c.c.o.ComputerOutput - Start write 
back partition 0 for lpa
   ```
   
   
   
   Expect result:
   4 community 
   
   
   Actual result:
   17 community
   
   
   Don't know why superstep=0 ,mater graph stat: 
SuperstepStat{"vertexCount":18,"edgeCount":15,"finishedVertexCount":18,"messageSendCount":0,"messageSendBytes":0,"messageRecvCount":0,"messageRecvBytes":219,"active":false}
   
   
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to