At this moment the static-mapping feature is allowing set same mac address over the same subnet causing the DHCP server crashes for a invalid configuration
ex.
set service dhcp-server shared-network-name lan subnet 10.5.5.0/24 static-mapping server ip-address '10.5.5.4'
set service dhcp-server shared-network-name lan subnet 10.5.5.0/24 static-mapping server mac '00:00:00:00:00:00'
set service dhcp-server shared-network-name lan subnet 10.5.5.0/24 static-mapping server1 ip-address '10.5.5.5'
set service dhcp-server shared-network-name lan subnet 10.5.5.0/24 static-mapping server1 mac '00:00:00:00:00:00'