Jump to content

Question

Posted

Hello,

Some time when starting match teleport two teams to same arena. And i can't find problem.

here how work:

for (int i = 0; i < STADIUMS.length; i++)
				{
..
..
....
.....
if (STADIUMS[i].isFreeToUse()){
...
.....
.....
.......
	try
	{
       _olympiadInstances.put(i, new OlympiadGame(i, COMP_TYPE.NON_CLASSED,  nextOpponents(Olympiad.getRegisteredNonClassBased())));
       _gamesQueue.put(i, new OlympiadGameTask(_olympiadInstances.get(i)));
       STADIUMS[i].setStadiaBusy();
	}
.....
........

Why can set same stadium id? firstly it check is free or no, then if free set stadium to busy.

2 answers to this question

Recommended Posts

  • 0
Posted (edited)

frozen

 

What's your pack? maybe it's about synchronization in olympiad instances

and its synchronized

i see upper for (int i = 0; i < STADIUMS.length; i++)

public synchronized void run()
    {
Edited by wongerlt

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock