[tickets] [opensaf:tickets] #1381 imm: no-dangling map is not built up in sync client

2015-06-17 Thread Zoran Milinkovic
- **status**: review -- fixed
- **Comment**:

opensaf-4.5.x:

changeset:   6616:f44eceb03a3f
branch:  opensaf-4.5.x
parent:  6611:06291c4d1256
user:Zoran Milinkovic zoran.milinko...@ericsson.com
date:Wed Jun 17 10:44:06 2015 +0200
summary: imm: create NO_DANGLING references in finalizeSync [#1381]

-

opensaf-4.6.x:

changeset:   6617:0a44d9c5b951
branch:  opensaf-4.6.x
parent:  6612:e2272fa55f67
user:Zoran Milinkovic zoran.milinko...@ericsson.com
date:Wed Jun 17 10:44:06 2015 +0200
summary: imm: create NO_DANGLING references in finalizeSync [#1381]

-

default(4.7):

changeset:   6618:8c5c122f5edd
tag: tip
parent:  6615:2e28486d376d
user:Zoran Milinkovic zoran.milinko...@ericsson.com
date:Wed Jun 17 10:44:06 2015 +0200
summary: imm: create NO_DANGLING references in finalizeSync [#1381]



---

** [tickets:#1381] imm: no-dangling map is not built up in sync client**

**Status:** fixed
**Milestone:** 4.5.2
**Created:** Wed Jun 03, 2015 08:06 AM UTC by Hung Nguyen
**Last Updated:** Mon Jun 08, 2015 03:29 PM UTC
**Owner:** Zoran Milinkovic

Turn on SC-1 only and create a simple no-dangling reference
# immcfg -c TestClass testClass=1
# immcfg -c TestClass -a dep=testClass=1 testClass=2

Now turn on SC-2. sReverseRefsNoDanglingMMap of IMMND on SC-2 was empty.

Just turn off SC-1 and testClass=1 can be deleted.


---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/opensaf/tickets/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/opensaf/admin/tickets/options.  Or, if this is a 
mailing list, you can unsubscribe from the mailing list.--
___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets


[tickets] [opensaf:tickets] #1381 imm: no-dangling map is not built up in sync client

2015-06-08 Thread Zoran Milinkovic
- **status**: accepted -- review



---

** [tickets:#1381] imm: no-dangling map is not built up in sync client**

**Status:** review
**Milestone:** 4.5.2
**Created:** Wed Jun 03, 2015 08:06 AM UTC by Hung Nguyen
**Last Updated:** Fri Jun 05, 2015 01:01 PM UTC
**Owner:** Zoran Milinkovic

Turn on SC-1 only and create a simple no-dangling reference
# immcfg -c TestClass testClass=1
# immcfg -c TestClass -a dep=testClass=1 testClass=2

Now turn on SC-2. sReverseRefsNoDanglingMMap of IMMND on SC-2 was empty.

Just turn off SC-1 and testClass=1 can be deleted.


---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/opensaf/tickets/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/opensaf/admin/tickets/options.  Or, if this is a 
mailing list, you can unsubscribe from the mailing list.--
___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets


[tickets] [opensaf:tickets] #1381 imm: no-dangling map is not built up in sync client

2015-06-08 Thread Zoran Milinkovic
http://sourceforge.net/p/opensaf/mailman/message/34185743/


---

** [tickets:#1381] imm: no-dangling map is not built up in sync client**

**Status:** review
**Milestone:** 4.5.2
**Created:** Wed Jun 03, 2015 08:06 AM UTC by Hung Nguyen
**Last Updated:** Mon Jun 08, 2015 03:03 PM UTC
**Owner:** Zoran Milinkovic

Turn on SC-1 only and create a simple no-dangling reference
# immcfg -c TestClass testClass=1
# immcfg -c TestClass -a dep=testClass=1 testClass=2

Now turn on SC-2. sReverseRefsNoDanglingMMap of IMMND on SC-2 was empty.

Just turn off SC-1 and testClass=1 can be deleted.


---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/opensaf/tickets/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/opensaf/admin/tickets/options.  Or, if this is a 
mailing list, you can unsubscribe from the mailing list.--
___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets


[tickets] [opensaf:tickets] #1381 imm: no-dangling map is not built up in sync client

2015-06-05 Thread Anders Bjornerstedt
- **status**: review -- unassigned
- **assigned_to**: Anders Bjornerstedt --  nobody 
- **Comment**:

Zoran has pointed out that my patch for this does not work.
A difference between ccbObjectCreate and objectSync is that the ccb
is done with a fully populated and complete imm database. The sync on the other 
hand is by definition done with an incomplete database. The sync is building up 
the database. Some objects pointed to from a nondangling reference may arrive 
later in the sync.

So at the very least the sync of the no-dangling map has to be completed
in finalizeSync instead of in objectSync. Possibly the whole no-dangling 
completion could be done in finalize sync.



---

** [tickets:#1381] imm: no-dangling map is not built up in sync client**

**Status:** unassigned
**Milestone:** 4.5.2
**Created:** Wed Jun 03, 2015 08:06 AM UTC by Hung Nguyen
**Last Updated:** Thu Jun 04, 2015 04:08 PM UTC
**Owner:** nobody

Turn on SC-1 only and create a simple no-dangling reference
# immcfg -c TestClass testClass=1
# immcfg -c TestClass -a dep=testClass=1 testClass=2

Now turn on SC-2. sReverseRefsNoDanglingMMap of IMMND on SC-2 was empty.

Just turn off SC-1 and testClass=1 can be deleted.


---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/opensaf/tickets/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/opensaf/admin/tickets/options.  Or, if this is a 
mailing list, you can unsubscribe from the mailing list.--
___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets


[tickets] [opensaf:tickets] #1381 imm: no-dangling map is not built up in sync client

2015-06-04 Thread Anders Bjornerstedt
- **status**: accepted -- review



---

** [tickets:#1381] imm: no-dangling map is not built up in sync client**

**Status:** review
**Milestone:** 4.5.2
**Created:** Wed Jun 03, 2015 08:06 AM UTC by Hung Nguyen
**Last Updated:** Wed Jun 03, 2015 09:34 AM UTC
**Owner:** Anders Bjornerstedt

Turn on SC-1 only and create a simple no-dangling reference
# immcfg -c TestClass testClass=1
# immcfg -c TestClass -a dep=testClass=1 testClass=2

Now turn on SC-2. sReverseRefsNoDanglingMMap of IMMND on SC-2 was empty.

Just turn off SC-1 and testClass=1 can be deleted.


---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/opensaf/tickets/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/opensaf/admin/tickets/options.  Or, if this is a 
mailing list, you can unsubscribe from the mailing list.--
___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets


[tickets] [opensaf:tickets] #1381 imm: no-dangling map is not built up in sync client

2015-06-03 Thread Hung Nguyen



---

** [tickets:#1381] imm: no-dangling map is not built up in sync client**

**Status:** unassigned
**Milestone:** 4.5.2
**Created:** Wed Jun 03, 2015 08:06 AM UTC by Hung Nguyen
**Last Updated:** Wed Jun 03, 2015 08:06 AM UTC
**Owner:** nobody

Turn on SC-1 only and create a simple no-dangling reference
# immcfg -c TestClass testClass=1
# immcfg -c TestClass -a dep=testClass=1 testClass=2

Now turn on SC-2. sReverseRefsNoDanglingMMap of IMMND on SC-2 was empty.

Just turn off SC-1 and testClass=1 can be deleted.


---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/opensaf/tickets/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/opensaf/admin/tickets/options.  Or, if this is a 
mailing list, you can unsubscribe from the mailing list.--
___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets


[tickets] [opensaf:tickets] #1381 imm: no-dangling map is not built up in sync client

2015-06-03 Thread Anders Bjornerstedt
- **status**: unassigned -- accepted
- **assigned_to**: Anders Bjornerstedt
- **Version**:  -- 4.4



---

** [tickets:#1381] imm: no-dangling map is not built up in sync client**

**Status:** accepted
**Milestone:** 4.5.2
**Created:** Wed Jun 03, 2015 08:06 AM UTC by Hung Nguyen
**Last Updated:** Wed Jun 03, 2015 08:06 AM UTC
**Owner:** Anders Bjornerstedt

Turn on SC-1 only and create a simple no-dangling reference
# immcfg -c TestClass testClass=1
# immcfg -c TestClass -a dep=testClass=1 testClass=2

Now turn on SC-2. sReverseRefsNoDanglingMMap of IMMND on SC-2 was empty.

Just turn off SC-1 and testClass=1 can be deleted.


---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/opensaf/tickets/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/opensaf/admin/tickets/options.  Or, if this is a 
mailing list, you can unsubscribe from the mailing list.--
___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets